DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on HXC_LOCK_UTIL

Line 377: l_process_lock_type VARCHAR2 (80) := hxc_lock_util.c_pui_timekeeper_action;

373: /*ADVICE(464): Use of ROWID [113] */
374: ;
375: l_tc_lock_success VARCHAR2 (30) := 'FALSE';
376: l_tc_lock_boolean BOOLEAN := FALSE;
377: l_process_lock_type VARCHAR2 (80) := hxc_lock_util.c_pui_timekeeper_action;
378: l_relased_success
379: /*ADVICE(470): Unreferenced variable [553] */
380: BOOLEAN;
381: l_lock_trx_id NUMBER (15) := p_trx_lock_id;

Line 4245: VARCHAR2 (80) := hxc_lock_util.c_pui_timekeeper_action;

4241: /*ADVICE(3665): Use of ROWID [113] */
4242: ;
4243: l_process_lock_type
4244: /*ADVICE(3668): Unreferenced variable [553] */
4245: VARCHAR2 (80) := hxc_lock_util.c_pui_timekeeper_action;
4246: l_relased_success
4247: /*ADVICE(3671): Unreferenced variable [553] */
4248: BOOLEAN;
4249: l_lock_success

Line 5029: l_process_lock_type VARCHAR2 (80) := hxc_lock_util.c_pui_timekeeper_action;

5025: /*ADVICE(4378): NUMBER has no precision [315] */
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: ;