300: into
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