DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT_PVT dependencies on PA_PROJ_ELEMENT_VERSIONS

Line 1829: pa_proj_element_versions proj

1825: from dual
1826: where exists (
1827: select null
1828: from
1829: pa_proj_element_versions proj
1830: where
1831: proj.prg_group is not null
1832: and rownum <=1
1833: );