DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 151: (p_attributes in out nocopy hxc_attribute_table_type

147:
148: End deposit_error;
149:
150: Procedure update_dependent_attributes
151: (p_attributes in out nocopy hxc_attribute_table_type
152: ,p_building_block_id in number
153: ) is
154:
155: l_index number;

Line 276: ,p_attributes in out nocopy hxc_attribute_table_type

272: End maintain_error_table;
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

Line 549: p_attributes in out nocopy hxc_attribute_table_type,

545: End deposit_old_block;
546:
547: Procedure deposit_timecard_blocks
548: (p_blocks in out nocopy hxc_block_table_type,
549: p_attributes in out nocopy hxc_attribute_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,

Line 624: p_attributes in out nocopy hxc_attribute_table_type,

620: End deposit_timecard_blocks;
621:
622: Procedure deposit_day_blocks
623: (p_blocks in out nocopy hxc_block_table_type,
624: p_attributes in out nocopy hxc_attribute_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,

Line 751: p_attributes in out nocopy hxc_attribute_table_type,

747: End is_duplicate_block;
748:
749: Procedure deposit_detail_blocks
750: (p_blocks in out nocopy hxc_block_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,

Line 930: (p_attributes in out nocopy hxc_attribute_table_type,

926:
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,

Line 1228: p_attributes in out nocopy hxc_attribute_table_type,

1224:
1225:
1226: Procedure execute
1227: (p_blocks in out nocopy hxc_block_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,