DBA Data[Home] [Help]

APPS.PAY_JP_LTAX_EFILE_PKG dependencies on FND_SESSIONS

Line 208: from fnd_sessions

204: -- Derive concurrent program parameter values from pay_mag_tape
205: --
206: select effective_date
207: into g_parameter.effective_date
208: from fnd_sessions
209: where session_id = userenv('sessionid');
210: g_parameter.effective_date_from := fnd_date.canonical_to_date(pay_jp_mag_utility_pkg.get_parameter('EFFECTIVE_DATE_FROM'));
211: g_parameter.effective_date_to := fnd_date.canonical_to_date(pay_jp_mag_utility_pkg.get_parameter('EFFECTIVE_DATE_TO'));
212: g_parameter.organization_id := fnd_number.canonical_to_number(pay_jp_mag_utility_pkg.get_parameter('ORGANIZATION_ID'));