DBA Data[Home] [Help]

APPS.ICX_SUPP_CUSTOM dependencies on PO_VENDOR_SITES_ALL

Line 123: PO_VENDOR_SITES_all a

119:
120: cursor existing_contact_by_vendor is
121: select count(*)
122: from PO_VENDOR_CONTACTS b,
123: PO_VENDOR_SITES_all a
124: where a.VENDOR_ID = p_supplier_id
125: and a.VENDOR_SITE_ID = b.VENDOR_SITE_ID
126: and b.INACTIVE_DATE is null
127: and upper(b.last_name) = upper(p_last_name)

Line 162: PO_VENDOR_SITES_all a

158: then
159: select vendor_contact_id
160: into l_contact_id
161: from PO_VENDOR_CONTACTS b,
162: PO_VENDOR_SITES_all a
163: where a.VENDOR_ID = p_supplier_id
164: and a.VENDOR_SITE_ID = b.VENDOR_SITE_ID
165: and b.INACTIVE_DATE is null
166: and upper(b.last_name) = upper(p_last_name)