DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on HXC_LOCK_UTIL

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

391: /*ADVICE(464): Use of ROWID [113] */
392: ;
393: l_tc_lock_success VARCHAR2 (30) := 'FALSE';
394: l_tc_lock_boolean BOOLEAN := FALSE;
395: l_process_lock_type VARCHAR2 (80) := hxc_lock_util.c_pui_timekeeper_action;
396: l_relased_success
397: /*ADVICE(470): Unreferenced variable [553] */
398: BOOLEAN;
399: l_lock_trx_id NUMBER (15) := p_trx_lock_id;

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

5237: /*ADVICE(3665): Use of ROWID [113] */
5238: ;
5239: l_process_lock_type
5240: /*ADVICE(3668): Unreferenced variable [553] */
5241: VARCHAR2 (80) := hxc_lock_util.c_pui_timekeeper_action;
5242: l_relased_success
5243: /*ADVICE(3671): Unreferenced variable [553] */
5244: BOOLEAN;
5245: l_lock_success

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

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