DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on HXC_MESSAGE_TABLE_TYPE

Line 282: (p_old_messages in hxc_message_table_type

278: ----------------------------------------------------------------------------
279: -- This procedure is used to convert message object type to message pl/sql table
280: ----------------------------------------------------------------------------
281: Procedure convert_type_to_message_table
282: (p_old_messages in hxc_message_table_type
283: ,p_messages out nocopy hxc_self_service_time_deposit.message_table);
284: ------------------------------------------------------------------------------------------
285: -- These procedure are moved to make the timekeeper_process package in small program units
286: -----------------------------------------------------------------------------------------

Line 312: , p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE

308: );
309: PROCEDURE check_msg_set_process_flag
310: ( p_blocks in out nocopy HXC_BLOCK_TABLE_TYPE
311: , p_attributes in out nocopy HXC_ATTRIBUTE_TABLE_TYPE
312: , p_messages in out nocopy HXC_MESSAGE_TABLE_TYPE
313: );
314: TYPE r_group IS RECORD
315: (
316: group_name VARCHAR2(80),