API Submit Update Time Build Block
API Submit Update Time Build Block
enable(10000000000000000);
DECLARE
v_tbl_timecard_info hxc_self_service_time_deposit.timecard_info;
v_tbl_attributes_info hxc_self_service_time_deposit.app_attributes_info;
v_tbv_messages hxc_self_service_time_deposit.message_table;
v_new_timecard_id NUMBER;
v_new_timecard_ovn NUMBER;
i PLS_INTEGER;
v_message fnd_new_messages.message_text%TYPE;
lv_time_build_block_id number;
cursor c1 is select htbb.TIME_BUILDING_BLOCK_ID --into lv_time_build_block_id
from hxc_time_building_blocks htbb
where htbb.RESOURCE_ID = 8650
and htbb.SCOPE = 'DETAIL'
and to_char(htbb.DATE_TO,'MM/DD/YYYY') = '12/31/4712'
and to_char(htbb.START_TIME) > '01-JUL-2017';
BEGIN
fnd_global.apps_initialize (1110,23128,809); --- Global OTL Application
Developer RESP_APPL_ID
--fnd_global.apps_initialize
(fnd_profile.value('USER_ID'),fnd_profile.value('RESP_ID'),fnd_profile.value('RESP_
APPL_ID'));
MO_GLOBAL.INIT('HXC');