DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT_COMMON dependencies on HXC_BLOCK_TABLE_TYPE

Line 43: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE

39: c_hxcapprovalprocess CONSTANT VARCHAR2(12) := 'HXC_APPROVAL';
40:
41:
42: Procedure alias_translation
43: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
44: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
45: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
46: );
47: /*

Line 50: ,p_blocks in out nocopy hxc_block_table_type

46: );
47: /*
48: Procedure validate_setup
49: (p_deposit_mode in varchar2
50: ,p_blocks in out nocopy hxc_block_table_type
51: ,p_attributes in out nocopy hxc_attribute_table_type
52: ,p_messages in out nocopy hxc_message_table_type
53: ) ;
54: */

Line 59: ) return hxc_block_table_type;

55:
56: Function load_blocks
57: (p_timecard_id in out nocopy hxc_time_building_blocks.time_building_block_id%type
58: ,p_timecard_ovn in out nocopy hxc_time_building_blocks.object_version_number%type
59: ) return hxc_block_table_type;
60:
61: Function load_attributes
62: (p_blocks in out nocopy hxc_block_table_type)
63: return hxc_attribute_table_type;

Line 62: (p_blocks in out nocopy hxc_block_table_type)

58: ,p_timecard_ovn in out nocopy hxc_time_building_blocks.object_version_number%type
59: ) return hxc_block_table_type;
60:
61: Function load_attributes
62: (p_blocks in out nocopy hxc_block_table_type)
63: return hxc_attribute_table_type;
64:
65: Procedure delete_timecard
66: (p_mode in varchar2