DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT dependencies on HXC_MESSAGE_TABLE_TYPE

Line 11: ,p_messages in out nocopy hxc_message_table_type

7: (p_time_building_block_id in hxc_time_building_blocks.time_building_block_id%type
8: ,p_object_version_number in hxc_time_building_blocks.object_version_number%type
9: ,p_exception_desc in varchar2
10: ,p_transaction_info in out nocopy hxc_timecard.transaction_info
11: ,p_messages in out nocopy hxc_message_table_type
12: ) is
13:
14: l_index number;
15: l_status varchar2(20);

Line 55: (p_messages in out nocopy hxc_message_table_type

51:
52: End add_transaction_info;
53:
54: Procedure deposit_error
55: (p_messages in out nocopy hxc_message_table_type
56: ,p_transaction_info in out nocopy hxc_timecard.transaction_info
57: ,p_time_building_block_id in hxc_time_building_blocks.time_building_block_id%type
58: ,p_time_building_block_ovn in hxc_time_building_blocks.object_version_number%type
59: ) is

Line 207: (p_messages in out nocopy hxc_message_table_type

203:
204: End set_child_process;
205:
206: Procedure maintain_error_table
207: (p_messages in out nocopy hxc_message_table_type
208: ,p_old_ta_id in hxc_time_building_blocks.time_building_block_id%type
209: ,p_old_ta_ovn in hxc_time_building_blocks.object_version_number%type
210: ,p_new_ta_id in hxc_time_building_blocks.time_building_block_id%type
211: ,p_new_ta_ovn in hxc_time_building_blocks.object_version_number%type

Line 242: (p_messages in out nocopy hxc_message_table_type

238:
239: End maintain_error_table;
240:
241: Procedure maintain_error_table
242: (p_messages in out nocopy hxc_message_table_type
243: ,p_old_bb_id in hxc_time_building_blocks.time_building_block_id%type
244: ,p_old_bb_ovn in hxc_time_building_blocks.object_version_number%type
245: ,p_new_bb_id in hxc_time_building_blocks.time_building_block_id%type
246: ,p_new_bb_ovn in hxc_time_building_blocks.object_version_number%type

Line 277: ,p_messages in out nocopy hxc_message_table_type

273:
274: Procedure maintain_dependents
275: (p_blocks in out nocopy hxc_block_table_type
276: ,p_attributes in out nocopy hxc_attribute_table_type
277: ,p_messages in out nocopy hxc_message_table_type
278: ,p_block_list in hxc_timecard.block_list
279: ,l_old_bb_id in hxc_time_building_blocks.time_building_block_id%type
280: ,l_old_ovn in hxc_time_building_blocks.object_version_number%type
281: ,l_new_bb_id in hxc_time_building_blocks.time_building_block_id%type

Line 388: ,p_messages in out nocopy hxc_message_table_type

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
389: ) is
390:
391: l_object_version_number HXC_TIME_BUILDING_BLOCKS.OBJECT_VERSION_NUMBER%TYPE;
392: l_time_building_block_id HXC_TIME_BUILDING_BLOCKS.TIME_BUILDING_BLOCK_ID%TYPE := null;

Line 458: p_messages in out nocopy hxc_message_table_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,
458: p_messages in out nocopy hxc_message_table_type
459: ) is
460:
461: l_object_version_number hxc_time_building_blocks.object_version_number%type;
462:

Line 554: p_messages in out nocopy hxc_message_table_type

550: p_timecard_blocks in hxc_timecard.block_list,
551: p_day_blocks in hxc_timecard.block_list,
552: p_deleted_blocks in out nocopy hxc_timecard.block_list,
553: p_transaction_info in out nocopy hxc_timecard.transaction_info,
554: p_messages in out nocopy hxc_message_table_type
555: ) is
556:
557: l_index NUMBER;
558: l_block HXC_BLOCK_TYPE;

Line 629: p_messages in out nocopy hxc_message_table_type,

625: p_day_blocks in hxc_timecard.block_list,
626: p_detail_blocks in hxc_timecard.block_list,
627: p_deleted_blocks in out nocopy hxc_timecard.block_list,
628: p_transaction_info in out nocopy hxc_timecard.transaction_info,
629: p_messages in out nocopy hxc_message_table_type,
630: p_timecard_id in number,
631: p_timecard_ovn in number
632: ) is
633:

Line 755: p_messages in out nocopy hxc_message_table_type,

751: p_attributes in out nocopy hxc_attribute_table_type,
752: p_detail_blocks in hxc_timecard.block_list,
753: p_deleted_blocks in out nocopy hxc_timecard.block_list,
754: p_transaction_info in out nocopy hxc_timecard.transaction_info,
755: p_messages in out nocopy hxc_message_table_type,
756: p_timecard_id in number,
757: p_timecard_ovn in number
758: ) is
759:

Line 931: p_messages in out nocopy hxc_message_table_type,

927: END get_block_index;
928:
929: Procedure deposit_attributes
930: (p_attributes in out nocopy hxc_attribute_table_type,
931: p_messages in out nocopy hxc_message_table_type,
932: p_timecard_id in hxc_time_building_blocks.time_building_block_id%type,
933: p_timecard_ovn in hxc_time_building_blocks.object_version_number%type,
934: p_deleted_blocks in out nocopy hxc_timecard.block_list,
935: p_blocks in out nocopy hxc_block_table_type,

Line 1232: p_messages in out nocopy hxc_message_table_type,

1228: p_attributes in out nocopy hxc_attribute_table_type,
1229: p_timecard_blocks in hxc_timecard.block_list,
1230: p_day_blocks in hxc_timecard.block_list,
1231: p_detail_blocks in hxc_timecard.block_list,
1232: p_messages in out nocopy hxc_message_table_type,
1233: p_transaction_info in out nocopy hxc_timecard.transaction_info
1234: ) is
1235:
1236: l_timecard_id hxc_time_building_blocks.time_building_block_id%type;