DBA Data[Home] [Help]

APPS.GMS_PA_API3 dependencies on PA_PERIODS_ALL

Line 305: PA_PERIODS_ALL per

301: l_cur_pa_period,
302: l_cur_gl_period
303: from
304: PA_PROJECTS_ALL prj,
305: PA_PERIODS_ALL per
306: where
307: prj.PROJECT_ID = p_start_project_id and
308: nvl(per.ORG_ID, -1) = nvl(prj.ORG_ID, -1) and
309: per.CURRENT_PA_PERIOD_FLAG = 'Y';