DBA Data[Home] [Help]

APPS.HR_GBNICAR dependencies on FND_SESSIONS

Line 591: FROM fnd_sessions

587: c_session_date date;
588: --
589: cursor c0_effdate is
590: SELECT effective_date
591: FROM fnd_sessions
592: WHERE session_id = userenv('sessionid');
593: --
594: begin
595: --

Line 596: -- Get the session date from fnd_sessions

592: WHERE session_id = userenv('sessionid');
593: --
594: begin
595: --
596: -- Get the session date from fnd_sessions
597: --
598: hr_utility.set_location('hr_gbnicar.nicar_session_date',10);
599: open c0_effdate;
600: hr_utility.set_location('hr_gbnicar.nicar_session_date',20);