DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 3265: hr_all_organization_units_tl hout

3261: pgoa.purchasing_org_id,
3262: pgoa.vendor_site_id,
3263: hout.name
3264: FROM po_ga_org_assignments pgoa,
3265: hr_all_organization_units_tl hout
3266: WHERE pgoa.po_header_id = p_po_header_id
3267: AND pgoa.organization_id = hout.organization_id
3268: AND hout.language = USERENV('LANG')
3269: AND pgoa.enabled_flag = 'Y';