DBA Data[Home] [Help]

APPS.HXC_TIMECARD_DEPOSIT_COMMON dependencies on HXC_MESSAGE_TABLE_TYPE

Line 13: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE

9: ***************************************************************************/
10: Procedure alias_translation
11: (p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
12: ,p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
13: ,p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
14: ) is
15:
16: l_old_style_attr HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info;
17: l_old_style_blks HXC_SELF_SERVICE_TIME_DEPOSIT.timecard_info;

Line 41: ,p_messages in out nocopy hxc_message_table_type

37: Procedure validate_setup
38: (p_deposit_mode in varchar2
39: ,p_blocks in out nocopy hxc_block_table_type
40: ,p_attributes in out nocopy hxc_attribute_table_type
41: ,p_messages in out nocopy hxc_message_table_type
42: ) is
43:
44: cursor c_deposit_process is
45: select deposit_process_id

Line 209: l_messages hxc_message_table_type := hxc_message_table_type();

205: and tbb.date_to = hr_general.end_of_time;
206:
207: l_blocks hxc_block_table_type := hxc_block_table_type();
208: l_attributes hxc_attribute_table_type := hxc_attribute_table_type();
209: l_messages hxc_message_table_type := hxc_message_table_type();
210:
211: l_timecard_blocks hxc_timecard.block_list;
212: l_day_blocks hxc_timecard.block_list;
213: l_detail_blocks hxc_timecard.block_list;