DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 169: ,p_attributes in hxc_attribute_table_type

165: --
166: --
167: PROCEDURE check_inputs
168: (p_blocks in hxc_block_table_type
169: ,p_attributes in hxc_attribute_table_type
170: ,p_deposit_mode in varchar2
171: ,p_template in varchar2
172: ,p_messages in out nocopy hxc_message_table_type
173: ) is

Line 286: ,p_attributes in hxc_attribute_table_type

282: -- {End Of Comments}
283: --
284: PROCEDURE audit_checks
285: (p_blocks in hxc_block_table_type
286: ,p_attributes in hxc_attribute_table_type
287: ,p_messages in out nocopy hxc_message_table_type
288: ) is
289:
290: l_index number;

Line 924: ,p_attributes in hxc_attribute_table_type

920: --
921: --
922: PROCEDURE perform_checks
923: (p_blocks in hxc_block_table_type
924: ,p_attributes in hxc_attribute_table_type
925: ,p_timecard_props in hxc_timecard_prop_table_type
926: ,p_days in hxc_timecard.block_list
927: ,p_details in hxc_timecard.block_list
928: ,p_messages in out nocopy hxc_message_table_type

Line 1036: p_attributes in hxc_attribute_table_type)

1032: END perform_checks;
1033:
1034: Function prohibitedAttributeChange
1035: (p_block in hxc_block_type,
1036: p_attributes in hxc_attribute_table_type)
1037: Return Boolean is
1038:
1039: cursor c_old_attribute(p_id in hxc_time_attributes.time_attribute_id%type) is
1040: select *

Line 1147: p_attributes in hxc_attribute_table_type)

1143: End prohibitedAttributeChange;
1144:
1145: Function prohibitedBlockChange
1146: (p_block in hxc_block_type,
1147: p_attributes in hxc_attribute_table_type)
1148: Return Boolean is
1149:
1150: cursor c_old_block
1151: (p_id in hxc_time_building_blocks.time_building_block_id%type,

Line 1557: p_attributes in hxc_attribute_table_type

1553: --
1554: --
1555: PROCEDURE chk_approved_locked_days
1556: (p_blocks in hxc_block_table_type,
1557: p_attributes in hxc_attribute_table_type
1558: ,p_timecard_props in hxc_timecard_prop_table_type
1559: ,p_days in hxc_timecard.block_list
1560: ,p_details in hxc_timecard.block_list
1561: ,p_messages in out nocopy hxc_message_table_type

Line 1687: ,p_attributes in hxc_attribute_table_type

1683: --
1684: --
1685: PROCEDURE chk_some_processing
1686: (p_blocks in hxc_block_table_type
1687: ,p_attributes in hxc_attribute_table_type
1688: ,p_messages in out nocopy hxc_message_table_type
1689: ) is
1690:
1691: l_index number;

Line 1801: ,p_attributes in hxc_attribute_table_type

1797: --
1798: --
1799: PROCEDURE perform_process_checks
1800: (p_blocks in hxc_block_table_type
1801: ,p_attributes in hxc_attribute_table_type
1802: ,p_timecard_props in hxc_timecard_prop_table_type
1803: ,p_days in hxc_timecard.block_list
1804: ,p_details in hxc_timecard.block_list
1805: ,p_template in varchar2