DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 166: ,p_attributes in hxc_attribute_table_type

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

Line 283: ,p_attributes in hxc_attribute_table_type

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

Line 921: ,p_attributes in hxc_attribute_table_type

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

Line 1033: p_attributes in hxc_attribute_table_type)

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

Line 1144: p_attributes in hxc_attribute_table_type)

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

Line 1554: p_attributes in hxc_attribute_table_type

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

Line 1684: ,p_attributes in hxc_attribute_table_type

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

Line 1766: ,p_attributes in hxc_attribute_table_type

1762: --
1763: --
1764: PROCEDURE perform_process_checks
1765: (p_blocks in hxc_block_table_type
1766: ,p_attributes in hxc_attribute_table_type
1767: ,p_timecard_props in hxc_timecard_prop_table_type
1768: ,p_days in hxc_timecard.block_list
1769: ,p_details in hxc_timecard.block_list
1770: ,p_template in varchar2