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 614: l_messages := hxc_message_table_type ();

610: --Main Query Begin
611: BEGIN
612: l_attributes := hxc_attribute_table_type ();
613: l_timecard := hxc_block_table_type ();
614: l_messages := hxc_message_table_type ();
615: g_debug :=hr_utility.debug_enabled;
616:
617: -- DELETE FROM detail_temp;
618:

Line 4183: l_messages hxc_message_table_type := hxc_message_table_type ();

4179: hxc_block_table_type := hxc_block_table_type ();
4180: l_attributes hxc_attribute_table_type := hxc_attribute_table_type (
4181:
4182: );
4183: l_messages hxc_message_table_type := hxc_message_table_type ();
4184: l_day_id_info_table t_day_id_info_table;
4185: l_timecard_index NUMBER
4186: /*ADVICE(3605): NUMBER has no precision [315] */
4187: ;

Line 4953: p_messages hxc_message_table_type := hxc_message_table_type ();

4949: ord_timecard
4950: /*ADVICE(4303): Unreferenced variable [553] */
4951: hxc_block_table_type := hxc_block_table_type ();
4952: l_attributes hxc_attribute_table_type := hxc_attribute_table_type ();
4953: p_messages hxc_message_table_type := hxc_message_table_type ();
4954: l_day_id_info_table t_day_id_info_table;
4955: n
4956: /*ADVICE(4309): Unreferenced variable [553] */
4957: NUMBER

Line 5030: l_messages hxc_message_table_type := hxc_message_table_type ();

5026: := 0;
5027: l_timecard_index_info hxc_timekeeper_process.t_timecard_index_info;
5028: l_attribute_index_info hxc_timekeeper_process.t_attribute_index_info;
5029: l_process_lock_type VARCHAR2 (80) := hxc_lock_util.c_pui_timekeeper_action;
5030: l_messages hxc_message_table_type := hxc_message_table_type ();
5031: l_row_id ROWID
5032: /*ADVICE(4385): Use of ROWID [113] */
5033: ;
5034: l_tc_lock_boolean BOOLEAN;