DBA Data[Home] [Help]

APPS.MRP_EXP_WF dependencies on PO_VENDOR_CONTACTS

Line 932: po_vendor_contacts cont

928: p_supplier_site_id in number) IS
929: SELECT DECODE(fu.employee_id, NULL, fu.user_id, fu.employee_id),
930: DECODE(fu.employee_id, NULL, 'FND_USR', 'PER')
931: FROM fnd_user fu,
932: po_vendor_contacts cont
933: WHERE fu.supplier_id = cont.vendor_contact_id
934: AND cont.vendor_site_id = p_supplier_site_id;
935:
936: l_exception_type number :=