DBA Data[Home] [Help]

APPS.PJI_FM_XBS_ACCUM_UTILS dependencies on PA_PROJECT_TYPES_ALL

Line 3334: PA_PROJECT_TYPES_ALL pt

3330: prj.PROJECT_CURRENCY_CODE,
3331: null
3332: from
3333: PA_PROJECTS_ALL prj,
3334: PA_PROJECT_TYPES_ALL pt
3335: where
3336: -- We cannot depend on extraction start date as it will not be
3337: -- set at the time of upgrade.
3338: nvl(prj.CLOSED_DATE, nvl(l_extr_start_date, to_date(1, 'J')))