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 763: p_attributes in hxc_attribute_table_type)

759: ie., detail building block is mapped to wrong attribute.
760: */
761:
762: FUNCTION check_for_wrong_line(p_blocks in hxc_block_table_type,
763: p_attributes in hxc_attribute_table_type)
764: RETURN BOOLEAN
765: IS
766: l_wrong_line BOOLEAN := FALSE;
767:

Line 794: p_attributes in hxc_attribute_table_type)

790:
791: l_tdk VARCHAR2(50);
792:
793: FUNCTION check_for_wrong_bb(p_bb_table in t_bb,
794: p_attributes in hxc_attribute_table_type)
795: RETURN BOOLEAN
796: IS
797:
798: l_wrong_bb BOOLEAN := FALSE;

Line 1014: p_attributes in out nocopy hxc_attribute_table_type,

1010: End check_for_wrong_line;
1011:
1012: Procedure deposit_detail_blocks
1013: (p_blocks in out nocopy hxc_block_table_type,
1014: p_attributes in out nocopy hxc_attribute_table_type,
1015: p_detail_blocks in hxc_timecard.block_list,
1016: p_deleted_blocks in out nocopy hxc_timecard.block_list,
1017: p_transaction_info in out nocopy hxc_timecard.transaction_info,
1018: p_messages in out nocopy hxc_message_table_type,

Line 1041: FUNCTION find_element( p_attributes IN HXC_ATTRIBUTE_TABLE_TYPE,

1037:
1038: -- Added for Bug 14478207
1039: l_wrong_line BOOLEAN := FALSE;
1040:
1041: FUNCTION find_element( p_attributes IN HXC_ATTRIBUTE_TABLE_TYPE,
1042: p_bb_id IN NUMBER)
1043: RETURN NUMBER
1044: IS
1045:

Line 1291: (p_attributes in out nocopy hxc_attribute_table_type,

1287:
1288: END get_block_index;
1289:
1290: Procedure deposit_attributes
1291: (p_attributes in out nocopy hxc_attribute_table_type,
1292: p_messages in out nocopy hxc_message_table_type,
1293: p_timecard_id in hxc_time_building_blocks.time_building_block_id%type,
1294: p_timecard_ovn in hxc_time_building_blocks.object_version_number%type,
1295: p_deleted_blocks in out nocopy hxc_timecard.block_list,

Line 1589: p_attributes in out nocopy hxc_attribute_table_type,

1585:
1586:
1587: Procedure execute
1588: (p_blocks in out nocopy hxc_block_table_type,
1589: p_attributes in out nocopy hxc_attribute_table_type,
1590: p_timecard_blocks in hxc_timecard.block_list,
1591: p_day_blocks in hxc_timecard.block_list,
1592: p_detail_blocks in hxc_timecard.block_list,
1593: p_messages in out nocopy hxc_message_table_type,