DBA Data[Home] [Help]

APPS.PA_PROJECT_INTEGRATION_PUB dependencies on HR_OPERATING_UNITS

Line 2958: from hr_operating_units a , pa_projects_all b

2954: end if;
2955:
2956: select a.name
2957: into X_org_name
2958: from hr_operating_units a , pa_projects_all b
2959: where (
2960: ( ( l_project_id is not null ) and ( l_project_id = b.project_id ) )
2961: or
2962: ( ( l_project_id is null ) and (l_from_project_number = b.segment1 ) )