DBA Data[Home] [Help]

APPS.PAY_SIMULATOR_PKG dependencies on DUAL

Line 18: to enable dual maintenance

14: archival of simulation information etc
15: History
16: 04 Feb 2013 kskoduri Created
17: 20 Mar 2013 kskoduri Included all the changes from 12.1 Branch
18: to enable dual maintenance
19: */
20: --
21: --
22: g_dbg BOOLEAN := TRUE; --Used for diagnosing issues by dev, more outputs

Line 39: FROM DUAL

35: p_exists := FALSE;
36:
37: SELECT '1'
38: INTO v_dummy
39: FROM DUAL
40: WHERE exists (
41: SELECT '1'
42: FROM pay_element_entries_f peef
43: WHERE peef.assignment_id = p_ass_id