DBA Data[Home] [Help]

APPS.PA_TXN_ACCUMS dependencies on PA_PERIODS_ALL

Line 1385: PA_PERIODS_ALL per

1381: l_cur_pa_period,
1382: l_cur_gl_period
1383: from
1384: PA_PROJECTS_ALL prj,
1385: PA_PERIODS_ALL per
1386: where
1387: prj.PROJECT_ID = x_start_project_id and
1388: nvl(per.ORG_ID, -1) = nvl(prj.ORG_ID, -1) and
1389: per.CURRENT_PA_PERIOD_FLAG = 'Y';