DBA Data[Home] [Help]

APPS.PA_FI_AMT_CALC_PKG dependencies on PA_PERIODS_ALL

Line 2560: FROM Pa_Periods_All WHERE

2556:
2557: IF lx_tp_error_code(l_temp) IS NULL THEN
2558: BEGIN
2559: SELECT End_Date INTO l_tp_pa_date(l_temp)
2560: FROM Pa_Periods_All WHERE
2561: PERIOD_NAME = l_fi_pvdr_papd_tab(l_temp) AND
2562: -- begin:bug:5938943: NVL function has been removed to achieve the performance gain
2563: Org_Id = l_fi_exp_orgid_tab(l_temp);
2564: -- end:bug:5938943