DBA Data[Home] [Help]

APPS.PJI_FM_XBS_ACCUM_UTILS dependencies on PA_PROJECT_TYPES_ALL

Line 4457: PA_PROJECT_TYPES_ALL pt

4453: prj.PROJECT_CURRENCY_CODE,
4454: null
4455: from
4456: PA_PROJECTS_ALL prj,
4457: PA_PROJECT_TYPES_ALL pt
4458: where
4459: -- We cannot depend on extraction start date as it will not be
4460: -- set at the time of upgrade.
4461: nvl(prj.CLOSED_DATE, nvl(l_extr_start_date, to_date(1, 'J')))