DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on HXC_MESSAGE_TABLE_TYPE

Line 245: l_messages hxc_message_table_type;

241: /*ADVICE(333): NUMBER has no precision [315] */
242: := 0;
243: l_attributes hxc_attribute_table_type;
244: l_timecard hxc_block_table_type;
245: l_messages hxc_message_table_type;
246: l_alias_def_list_index
247: /*ADVICE(339): Unreferenced variable [553] */
248: NUMBER
249: /*ADVICE(341): NUMBER has no precision [315] */

Line 639: l_messages := hxc_message_table_type ();

635: --Main Query Begin
636: BEGIN
637: l_attributes := hxc_attribute_table_type ();
638: l_timecard := hxc_block_table_type ();
639: l_messages := hxc_message_table_type ();
640: g_debug :=hr_utility.debug_enabled;
641:
642:
643: g_resource_prepop_count:=1;

Line 5179: l_messages hxc_message_table_type := hxc_message_table_type ();

5175: hxc_block_table_type := hxc_block_table_type ();
5176: l_attributes hxc_attribute_table_type := hxc_attribute_table_type (
5177:
5178: );
5179: l_messages hxc_message_table_type := hxc_message_table_type ();
5180: l_day_id_info_table t_day_id_info_table;
5181: l_timecard_index NUMBER
5182: /*ADVICE(3605): NUMBER has no precision [315] */
5183: ;

Line 6305: p_messages hxc_message_table_type := hxc_message_table_type ();

6301: ord_timecard
6302: /*ADVICE(4303): Unreferenced variable [553] */
6303: hxc_block_table_type := hxc_block_table_type ();
6304: l_attributes hxc_attribute_table_type := hxc_attribute_table_type ();
6305: p_messages hxc_message_table_type := hxc_message_table_type ();
6306: l_day_id_info_table t_day_id_info_table;
6307: n
6308: /*ADVICE(4309): Unreferenced variable [553] */
6309: NUMBER

Line 6382: l_messages hxc_message_table_type := hxc_message_table_type ();

6378: := 0;
6379: l_timecard_index_info hxc_timekeeper_process.t_timecard_index_info;
6380: l_attribute_index_info hxc_timekeeper_process.t_attribute_index_info;
6381: l_process_lock_type VARCHAR2 (80) := hxc_lock_util.c_pui_timekeeper_action;
6382: l_messages hxc_message_table_type := hxc_message_table_type ();
6383: l_row_id ROWID
6384: /*ADVICE(4385): Use of ROWID [113] */
6385: ;
6386: l_tc_lock_boolean BOOLEAN;