DBA Data[Home] [Help]

APPS.QP_ID_TO_VALUE dependencies on OE_CONTACTS_V

Line 2669: FROM OE_CONTACTS_V

2665: IF p_invoice_to_contact_id IS NOT NULL THEN
2666:
2667: SELECT NAME
2668: INTO l_invoice_to_contact
2669: FROM OE_CONTACTS_V
2670: WHERE CONTACT_ID = p_invoice_to_contact_id;
2671:
2672: END IF;
2673: