DBA Data[Home] [Help]

APPS.SSP_SSPRPSSP_XMLP_PKG dependencies on FND_SESSIONS

Line 29: insert into fnd_sessions

25:
26: begin
27: /*srw.user_exit('FND SRWINIT');*/null;
28:
29: insert into fnd_sessions
30: (session_id, effective_date)
31: select userenv('sessionid'),
32: trunc(sysdate)
33: from sys.dual

Line 36: from fnd_sessions fs

32: trunc(sysdate)
33: from sys.dual
34: where not exists
35: (select 1
36: from fnd_sessions fs
37: where fs.session_id = userenv('sessionid'));
38: c_business_group_name :=
39: hr_reports.get_business_group(p_business_group_id);
40: