DBA Data[Home] [Help]

APPS.PJI_FM_SUM_PSI dependencies on PA_PERIODS_ALL

Line 1240: PA_PERIODS_ALL pa_per

1236: from
1237: PJI_FM_AGGR_FIN2 tmp2,
1238: PA_TIME_CAL_NAME gl_cal, /* Modified for bug 12979524 */
1239: GL_PERIODS gl_per,
1240: PA_PERIODS_ALL pa_per
1241: where
1242: tmp2.WORKER_ID = p_worker_id and
1243: (tmp2.GL_PERIOD_NAME is null or
1244: tmp2.PA_PERIOD_NAME is null) and

Line 2266: PA_PERIODS_ALL pa_per

2262: from
2263: PJI_FM_AGGR_ACT2 tmp2,
2264: PA_TIME_CAL_NAME gl_cal, /* Modified for bug 12979524 */
2265: GL_PERIODS gl_per,
2266: PA_PERIODS_ALL pa_per
2267: where
2268: tmp2.WORKER_ID = p_worker_id and
2269: (tmp2.GL_PERIOD_NAME is null or
2270: tmp2.PA_PERIOD_NAME is null) and