DBA Data[Home] [Help]

APPS.SSP_SSPRPSAP_XMLP_PKG dependencies on FND_SESSIONS

Line 12: insert into fnd_sessions

8: l_test number;
9: begin
10: /*srw.user_exit('FND SRWINIT');*/null;
11:
12: insert into fnd_sessions
13: (session_id, effective_date)
14: select userenv('sessionid'),
15: trunc(sysdate)
16: from sys.dual

Line 19: from fnd_sessions fs

15: trunc(sysdate)
16: from sys.dual
17: where not exists
18: (select 1
19: from fnd_sessions fs
20: where fs.session_id = userenv('sessionid'));
21: c_business_group_name :=
22: hr_reports.get_business_group(p_business_group_id);
23: