DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_ATTRIBUTE_TABLE_TYPE

Line 22: ,p_attributes in out nocopy hxc_attribute_table_type

18: type recipient_application_table is table of recipient_application index by binary_integer;
19:
20: Procedure recipients_update_validation
21: (p_blocks in out nocopy hxc_block_table_type
22: ,p_attributes in out nocopy hxc_attribute_table_type
23: ,p_messages in out nocopy hxc_message_table_type
24: ,p_props in hxc_timecard_prop_table_type
25: ,p_deposit_mode in varchar2
26: ,p_resubmit in varchar2

Line 31: ,p_attributes in out nocopy hxc_attribute_table_type

27: );
28:
29: procedure deposit_validation
30: (p_blocks in out nocopy hxc_block_table_type
31: ,p_attributes in out nocopy hxc_attribute_table_type
32: ,p_messages in out nocopy hxc_message_table_type
33: ,p_props in hxc_timecard_prop_table_type
34: ,p_deposit_mode in varchar2
35: ,p_template in varchar2

Line 48: p_attributes in out nocopy hxc_attribute_table_type,

44:
45:
46: Procedure timecard_validation
47: (p_blocks in out nocopy hxc_block_table_type,
48: p_attributes in out nocopy hxc_attribute_table_type,
49: p_messages in out nocopy hxc_message_table_type,
50: p_props in hxc_timecard_prop_table_type,
51: p_deposit_mode in varchar2,
52: p_resubmit in varchar2