DBA Data[Home] [Help]

APPS.CTO_MSUTIL_PUB dependencies on PO_GA_ORG_ASSIGNMENTS

Line 4854: from po_ga_org_assignments

4850: select 'Y' into l_chk_own_oper_unit
4851: from dual
4852: where EXISTS (
4853: select po_header_id
4854: from po_ga_org_assignments
4855: where enabled_flag = 'Y'
4856: and organization_id in (
4857: select odd.operating_unit
4858: from inv_organization_info_v odd,