DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_TIMECARD

Line 39: ,p_timecard_props in hxc_timecard_prop_table_type

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

Line 40: ,p_days in hxc_timecard.block_list

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
43: );
44:

Line 41: ,p_details in hxc_timecard.block_list

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
43: );
44:
45: PROCEDURE perform_process_checks

Line 48: ,p_timecard_props in hxc_timecard_prop_table_type

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
52: ,p_deposit_mode in varchar2

Line 49: ,p_days in hxc_timecard.block_list

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
52: ,p_deposit_mode in varchar2
53: ,p_messages in out nocopy hxc_message_table_type

Line 50: ,p_details in hxc_timecard.block_list

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
52: ,p_deposit_mode in varchar2
53: ,p_messages in out nocopy hxc_message_table_type
54: );