DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on PO_VENDORS

Line 523: FROM po_vendors a, mtl_parameters m

519: --RLNAGARA B5018797 org_id is there in the po_headers_all table and hence getting from there.
520: -- Here we are getting vendor name instead of vendor_site_code.
521: CURSOR get_vendor_no IS /* 4576699*/
522: SELECT a.segment1
523: FROM po_vendors a, mtl_parameters m
524: WHERE a.vendor_id = l_vendor_id
525: AND m.organization_id = l_organization_id
526: AND m.process_enabled_flag = 'Y';
527: