DBA Data[Home] [Help]

APPS.PER_PERRPREQ_XMLP_PKG dependencies on FND_SESSIONS

Line 13: insert into fnd_sessions (session_id, effective_date)

9: begin
10:
11: --hr_standard.event('BEFORE REPORT');
12:
13: insert into fnd_sessions (session_id, effective_date)
14: select userenv('sessionid'), trunc(sysdate)
15: from dual
16: where not exists
17: (select 1

Line 18: from fnd_sessions fs

14: select userenv('sessionid'), trunc(sysdate)
15: from dual
16: where not exists
17: (select 1
18: from fnd_sessions fs
19: where fs.session_id = userenv('sessionid'));
20: select bg.name
21: INTO v_business_group
22: FROM per_business_groups bg