DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_UTILS_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 266: org_organization_definitions v

262: inventory_org_id,
263: v.organization_name,
264: currency_code
265: from oke_deliverables_b b,
266: org_organization_definitions v
267: where source_code = X_SOURCE_CODE
268: and source_header_id = X_SOURCE_HEADER_ID
269: and source_deliverable_id = X_SOURCE_DELIVERABLE_ID
270: and b.inventory_org_id = organization_id(+);