DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on PO_VENDORS

Line 431: FROM po_vendors a,

427: -- Here we are getting vendor name instead of vendor_site_code.
428: CURSOR get_vendor_no
429: IS /* 4576699*/
430: SELECT a.segment1
431: FROM po_vendors a,
432: mtl_parameters m
433: WHERE a.vendor_id = l_vendor_id
434: AND m.organization_id = l_organization_id
435: AND m.process_enabled_flag = 'Y' ;