DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on PO_VENDORS

Line 2328: from po_vendors

2324:
2325: -- Validate po_vendor_id exists.
2326: select count(*)
2327: into l_is_valid_vendor_id
2328: from po_vendors
2329: where vendor_id = p_po_vendor_id;
2330:
2331: if (l_is_valid_vendor_id = 0) then
2332: fa_srvr_msg.add_message(