DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on HXC_MESSAGE_TABLE_TYPE

Line 248: (p_old_messages in hxc_message_table_type

244: ----------------------------------------------------------------------------
245: -- This procedure is used to convert message object type to message pl/sql table
246: ----------------------------------------------------------------------------
247: Procedure convert_type_to_message_table
248: (p_old_messages in hxc_message_table_type
249: ,p_messages out nocopy hxc_self_service_time_deposit.message_table);
250: ------------------------------------------------------------------------------------------
251: -- These procedure are moved to make the timekeeper_process package in small program units
252: -----------------------------------------------------------------------------------------

Line 278: , p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE

274: );
275: PROCEDURE check_msg_set_process_flag
276: ( p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
277: , p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
278: , p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
279: );
280: TYPE r_group IS RECORD
281: (
282: group_name VARCHAR2(80),