DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT dependencies on HXC_BLOCK_TYPE

Line 188: (p_block in hxc_block_type)

184:
185: End update_dependent_attributes;
186:
187: Function set_child_process
188: (p_block in hxc_block_type)
189: return varchar2 is
190:
191: Begin
192:

Line 289: l_block hxc_block_type;

285: ) is
286:
287: l_parent_chk pls_integer;
288: l_index number;
289: l_block hxc_block_type;
290: l_attribute hxc_attribute_type;
291:
292: Begin
293: --

Line 384: (p_block in out nocopy HXC_BLOCK_TYPE

380:
381: End maintain_dependents;
382:
383: Procedure deposit_new_block
384: (p_block in out nocopy HXC_BLOCK_TYPE
385: ,p_old_bb_id out nocopy NUMBER
386: ,p_new_bb_id out nocopy NUMBER
387: ,p_transaction_info in out nocopy hxc_timecard.transaction_info
388: ,p_messages in out nocopy hxc_message_table_type

Line 453: (p_block in out nocopy hxc_block_type,

449:
450: End deposit_new_block;
451:
452: Procedure deposit_old_block
453: (p_block in out nocopy hxc_block_type,
454: p_old_ovn out nocopy number,
455: p_new_ovn out nocopy number,
456: p_deleted_blocks in out nocopy hxc_timecard.block_list,
457: p_transaction_info in out nocopy hxc_timecard.transaction_info,

Line 558: l_block HXC_BLOCK_TYPE;

554: p_messages in out nocopy hxc_message_table_type
555: ) is
556:
557: l_index NUMBER;
558: l_block HXC_BLOCK_TYPE;
559:
560: l_new_bb_id hxc_time_building_blocks.time_building_block_id%type;
561: l_old_bb_id hxc_time_building_blocks.time_building_block_id%type;
562: l_new_ovn hxc_time_building_blocks.object_version_number%type;

Line 635: l_block HXC_BLOCK_TYPE;

631: p_timecard_ovn in number
632: ) is
633:
634: l_index NUMBER;
635: l_block HXC_BLOCK_TYPE;
636:
637: l_new_bb_id hxc_time_building_blocks.time_building_block_id%type;
638: l_old_bb_id hxc_time_building_blocks.time_building_block_id%type;
639: l_new_ovn hxc_time_building_blocks.object_version_number%type;

Line 697: p_block_new in HXC_BLOCK_TYPE)

693:
694: End deposit_day_blocks;
695:
696: Function is_duplicate_block(p_blocks in HXC_BLOCK_TABLE_TYPE,
697: p_block_new in HXC_BLOCK_TYPE)
698: return boolean
699: IS
700:
701: l_index number;

Line 761: l_block HXC_BLOCK_TYPE;

757: p_timecard_ovn in number
758: ) is
759:
760: l_index NUMBER;
761: l_block HXC_BLOCK_TYPE;
762: l_list hxc_timecard.block_list;
763:
764: l_new_bb_id hxc_time_building_blocks.time_building_block_id%type;
765: l_old_bb_id hxc_time_building_blocks.time_building_block_id%type;

Line 960: l_block HXC_BLOCK_TYPE;

956: l_count number;
957: l_block_index number;
958: l_old_ovn number;
959: l_new_ovn number;
960: l_block HXC_BLOCK_TYPE;
961: l_list hxc_timecard.block_list;
962: l_timecard_id number;
963: l_timecard_ovn number;
964: l_block_updated number := -999;