DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on PO_VENDORS

Line 3584: from po_vendors

3580: where organization_id = p_org_id;
3581: -- RTV Changes
3582: CURSOR c_check_vendor( p_vendor_id NUMBER) IS
3583: select vendor_name
3584: from po_vendors
3585: where vendor_id = p_vendor_id;
3586: l_vendor_name VARCHAR2(300);
3587: --RTV changes
3588: