DBA Data[Home] [Help]

APPS.PAY_FR_PTO_PKG dependencies on FND_SESSIONS

Line 1635: from fnd_sessions

1631: l_fr_pay_r_info g_fr_pay_info;
1632: --
1633: cursor csr_session_date is
1634: select effective_date
1635: from fnd_sessions
1636: where session_id = USERENV('SESSIONID');
1637: --
1638: -- Get the termination regularization amount
1639: --

Line 4842: from fnd_sessions

4838: and pee.creator_id = abs.absence_attendance_id;
4839: --
4840: CURSOR csr_session_date is
4841: select effective_date
4842: from fnd_sessions
4843: where session_id = USERENV('SESSIONID');
4844:
4845: begin
4846: hr_utility.set_location('Entering ' || l_proc,10);