DBA Data[Home] [Help]

APPS.HXC_TIMECARD dependencies on HXC_BLOCK_ATTRIBUTE_UPDATE

Line 243: hxc_block_attribute_update.set_process_flags

239: /*
240: Set the block and attribute update process flags
241: Based on the data sent and in the db
242: */
243: hxc_block_attribute_update.set_process_flags
244: (p_blocks => p_blocks
245: ,p_attributes => p_attributes
246: );
247:

Line 723: hxc_block_attribute_update.denormalize_time

719: Reform time data, if required
720: e.g Denormalize time data
721: */
722:
723: hxc_block_attribute_update.denormalize_time
724: (p_blocks => l_blocks
725: ,p_mode => 'ADD'
726: );
727:

Line 787: hxc_block_attribute_update.set_process_flags

783: Based on the data sent and in the db
784: */
785:
786:
787: hxc_block_attribute_update.set_process_flags
788: (p_blocks => l_blocks
789: ,p_attributes => l_attributes
790: );
791:

Line 893: hxc_block_attribute_update.denormalize_time

889: p_resubmit => l_resubmit
890: );
891: END IF;
892:
893: hxc_block_attribute_update.denormalize_time
894: (p_blocks => l_blocks
895: ,p_mode => 'REMOVE'
896: );
897:

Line 969: hxc_block_attribute_update.replace_ids

965: */
966:
967: if(p_template = hxc_timecard.c_yes) then
968:
969: hxc_block_attribute_update.replace_ids
970: (p_blocks => g_deposit_blocks
971: ,p_attributes => g_deposit_attributes
972: , p_duplicate_template => FALSE
973: );

Line 1949: hxc_block_attribute_update.set_process_flags

1945: ,p_day_blocks => l_day_blocks
1946: ,p_detail_blocks => l_detail_blocks
1947: );
1948:
1949: hxc_block_attribute_update.set_process_flags
1950: (p_blocks => l_blocks
1951: ,p_attributes => l_attributes
1952: );
1953: