DBA Data[Home] [Help]

APPS.VSP_API dependencies on PO_VENDORS

Line 78: from PO_VENDORS VEN

74: W_OK varchar2 (3);
75: --
76: cursor C1 is
77: select 'YES'
78: from PO_VENDORS VEN
79: where VEN.VENDOR_ID = P_VENDOR_ID;
80: --
81: begin
82: --