DBA Data[Home] [Help]

APPS.HXC_TIMECARD dependencies on HXC_BLOCK_ATTRIBUTE_UPDATE

Line 114: hxc_block_attribute_update.set_process_flags

110: /*
111: Set the block and attribute update process flags
112: Based on the data sent and in the db
113: */
114: hxc_block_attribute_update.set_process_flags
115: (p_blocks => p_blocks
116: ,p_attributes => p_attributes
117: );
118:

Line 454: hxc_block_attribute_update.denormalize_time

450: Reform time data, if required
451: e.g Denormalize time data
452: */
453:
454: hxc_block_attribute_update.denormalize_time
455: (p_blocks => l_blocks
456: ,p_mode => 'ADD'
457: );
458:

Line 518: hxc_block_attribute_update.set_process_flags

514: Based on the data sent and in the db
515: */
516:
517:
518: hxc_block_attribute_update.set_process_flags
519: (p_blocks => l_blocks
520: ,p_attributes => l_attributes
521: );
522:

Line 608: hxc_block_attribute_update.denormalize_time

604: p_resubmit => l_resubmit
605: );
606: END IF;
607:
608: hxc_block_attribute_update.denormalize_time
609: (p_blocks => l_blocks
610: ,p_mode => 'REMOVE'
611: );
612:

Line 673: hxc_block_attribute_update.replace_ids

669: */
670:
671: if(p_template = hxc_timecard.c_yes) then
672:
673: hxc_block_attribute_update.replace_ids
674: (p_blocks => g_deposit_blocks
675: ,p_attributes => g_deposit_attributes
676: , p_duplicate_template => FALSE
677: );

Line 1341: hxc_block_attribute_update.set_process_flags

1337: ,p_day_blocks => l_day_blocks
1338: ,p_detail_blocks => l_detail_blocks
1339: );
1340:
1341: hxc_block_attribute_update.set_process_flags
1342: (p_blocks => l_blocks
1343: ,p_attributes => l_attributes
1344: );
1345: