DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT_PVT dependencies on PA_PROJ_ELEMENT_VERSIONS

Line 1656: pa_proj_element_versions proj

1652: from dual
1653: where exists (
1654: select null
1655: from
1656: pa_proj_element_versions proj
1657: where
1658: proj.prg_group is not null
1659: and rownum <=1
1660: );