DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT dependencies on HXC_BLOCK_TABLE_TYPE

Line 275: (p_blocks in out nocopy hxc_block_table_type

271:
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

Line 548: (p_blocks in out nocopy hxc_block_table_type,

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

Line 623: (p_blocks in out nocopy hxc_block_table_type,

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

Line 696: Function is_duplicate_block(p_blocks in HXC_BLOCK_TABLE_TYPE,

692: END LOOP;
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:

Line 750: (p_blocks in out nocopy hxc_block_table_type,

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

Line 902: FUNCTION get_block_index(p_blocks in hxc_block_table_type, p_tbb_id in number)

898:
899: END get_days_to_hours_factor;
900:
901:
902: FUNCTION get_block_index(p_blocks in hxc_block_table_type, p_tbb_id in number)
903: return number
904: IS
905:
906: l_index number;

Line 935: p_blocks in out nocopy hxc_block_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,
936: p_transaction_info in out nocopy hxc_timecard.transaction_info
937: ) is
938:
939: l_index number;

Line 1227: (p_blocks in out nocopy hxc_block_table_type,

1223: end populate_transaction_data_set;
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,