DBA Data[Home] [Help]

APPS.PA_RESOURCE_UTILS dependencies on PA_IMPLEMENTATIONS_ALL

Line 478: pa_implementations_all iprv,

474: FROM HR_ORGANIZATION_INFORMATION PLE,
475: HR_ORGANIZATION_INFORMATION RLE,
476: pa_project_types_all PT,
477: pa_projects_all P,
478: pa_implementations_all iprv,
479: pa_implementations_all irecv
480: WHERE P.project_type = PT.project_type
481: AND NVL(P.template_flag, 'N') <> 'Y'
482: --Bug2538692 AND pa_security.allow_query(P.project_id) = 'Y'

Line 479: pa_implementations_all irecv

475: HR_ORGANIZATION_INFORMATION RLE,
476: pa_project_types_all PT,
477: pa_projects_all P,
478: pa_implementations_all iprv,
479: pa_implementations_all irecv
480: WHERE P.project_type = PT.project_type
481: AND NVL(P.template_flag, 'N') <> 'Y'
482: --Bug2538692 AND pa_security.allow_query(P.project_id) = 'Y'
483: AND ((iprv.business_group_id = irecv.business_group_id