DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on PO_VENDORS

Line 2122: from po_vendors

2118:
2119: -- Validate po_vendor_id exists.
2120: select count(*)
2121: into l_is_valid_vendor_id
2122: from po_vendors
2123: where vendor_id = p_po_vendor_id;
2124:
2125: if (l_is_valid_vendor_id = 0) then
2126: fa_srvr_msg.add_message(