DBA Data[Home] [Help]

APPS.JL_ZZ_PO_LIBRARY_1_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 143: FROM org_organization_definitions ood

139: SELECT global_attribute2, global_attribute1
140: INTO trx_reason, fcc
141: FROM mtl_system_items mtl
142: WHERE (mtl.organization_id = org_id OR (mtl.organization_id IN (SELECT ood.organization_id
143: FROM org_organization_definitions ood
144: WHERE ood.operating_unit = org_id
145: )
146: ))
147: AND mtl.inventory_item_id = item_id