DBA Data[Home] [Help]

APPS.PO_SERVICES_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 599: hr_all_organization_units haou,

595: --SQL Why: Ensure ship-to orgs of temp labor lines are valid
596: SELECT 'Y'
597: INTO l_valid_flag
598: FROM per_jobs pj,
599: hr_all_organization_units haou,
600: mtl_parameters mp
601: WHERE pj.job_id = p_job_id
602: AND mp.organization_id = p_ship_to_org_id
603: AND mp.organization_id = haou.organization_id