DBA Data[Home] [Help]

APPS.INV_KANBAN_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 633: , org_organization_definitions ood

629: , 1 tp_type
630: , 'Supplier' party_type
631: FROM po_vendors pv
632: , po_vendor_sites_all pvs
633: , org_organization_definitions ood
634: WHERE pv.vendor_id = pvs.vendor_id
635: AND pvs.org_id = ood.organization_id (+)
636: AND pv.vendor_name || '-' || pvs.vendor_site_code LIKE p_vendor
637: AND (p_vendor_site_id IS NULL OR pvs.vendor_site_id = p_vendor_site_id)