DBA Data[Home] [Help]

APPS.PAY_PAYRPTMD_XMLP_PKG dependencies on FND_SESSIONS

Line 11: insert into fnd_sessions (session_id,

7:
8: P_ENABLED_FLAG_1 := NVL(P_ENABLED_FLAG,'Y');
9: --hr_standard.event('BEFORE REPORT');
10:
11: insert into fnd_sessions (session_id,
12: effective_date)
13: select userenv('sessionid'),
14: trunc(sysdate)
15: from sys.dual

Line 18: from fnd_sessions fs

14: trunc(sysdate)
15: from sys.dual
16: where not exists
17: (select 1
18: from fnd_sessions fs
19: where fs.session_id = userenv('sessionid'));
20: BEGIN
21: SELECT parameter_value
22: INTO l_trace_value