DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_MESSAGE_TABLE_TYPE

Line 23: ,p_messages in out nocopy hxc_message_table_type

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
27: );

Line 32: ,p_messages in out nocopy hxc_message_table_type

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
36: ,p_resubmit in varchar2

Line 42: ,p_messages in out nocopy hxc_message_table_type

38: );
39:
40: procedure data_set_validation
41: (p_blocks in out nocopy hxc_block_table_type
42: ,p_messages in out nocopy hxc_message_table_type
43: );
44:
45:
46: Procedure timecard_validation

Line 49: p_messages in out nocopy hxc_message_table_type,

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
53: );