DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 14: ,p_attributes in hxc_attribute_table_type

10: ,p_messages in out nocopy hxc_message_table_type);
11:
12: PROCEDURE check_inputs
13: (p_blocks in hxc_block_table_type
14: ,p_attributes in hxc_attribute_table_type
15: ,p_deposit_mode in varchar2
16: ,p_template in varchar2
17: ,p_messages in out nocopy hxc_message_table_type
18: );

Line 32: ,p_attributes in hxc_attribute_table_type

28: ) return BOOLEAN;
29:
30: PROCEDURE audit_checks
31: (p_blocks in hxc_block_table_type
32: ,p_attributes in hxc_attribute_table_type
33: ,p_messages in out nocopy hxc_message_table_type
34: );
35:
36: PROCEDURE perform_checks

Line 38: ,p_attributes in hxc_attribute_table_type

34: );
35:
36: PROCEDURE perform_checks
37: (p_blocks in hxc_block_table_type
38: ,p_attributes in hxc_attribute_table_type
39: ,p_timecard_props in hxc_timecard_prop_table_type
40: ,p_days in hxc_timecard.block_list
41: ,p_details in hxc_timecard.block_list
42: ,p_messages in out nocopy hxc_message_table_type

Line 47: ,p_attributes in hxc_attribute_table_type

43: );
44:
45: PROCEDURE perform_process_checks
46: (p_blocks in hxc_block_table_type
47: ,p_attributes in hxc_attribute_table_type
48: ,p_timecard_props in hxc_timecard_prop_table_type
49: ,p_days in hxc_timecard.block_list
50: ,p_details in hxc_timecard.block_list
51: ,p_template in varchar2