DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_TIMECARD_PROP_TABLE_TYPE

Line 24: ,p_props in hxc_timecard_prop_table_type

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

Line 33: ,p_props in hxc_timecard_prop_table_type

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
37: ,p_can_deposit out nocopy boolean

Line 50: p_props in hxc_timecard_prop_table_type,

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: );
54: end hxc_timecard_validation;