DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 3459: hr_all_organization_units_tl hout

3455: pgoa.purchasing_org_id,
3456: pgoa.vendor_site_id,
3457: hout.name
3458: FROM po_ga_org_assignments pgoa,
3459: hr_all_organization_units_tl hout
3460: WHERE pgoa.po_header_id = p_po_header_id
3461: AND pgoa.organization_id = hout.organization_id
3462: AND hout.language = USERENV('LANG')
3463: AND pgoa.enabled_flag = 'Y';