DBA Data[Home] [Help]

APPS.CLN_NTFYINVC_PKG dependencies on PO_VENDOR_SITES_ALL

Line 164: FROM po_vendor_sites_all

160: -- this query returns the corresponding Organisation ID for the above obtained Trading Partner values
161: -- If it raises any exception then its Unexpected error, caught in the caller Procedure
162: SELECT org_id
163: INTO l_org_id
164: FROM po_vendor_sites_all
165: WHERE vendor_id = l_party_id and vendor_site_id = l_party_site_id;
166:
167: IF (l_debug_level <= 1) THEN
168: cln_debug_pub.Add('Obtained Org ID:'|| l_org_id ,1);