DBA Data[Home] [Help]

APPS.PA_RESOURCE_UTILS dependencies on PA_IMPLEMENTATIONS_ALL

Line 477: pa_implementations_all iprv,

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

Line 478: pa_implementations_all irecv

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