DBA Data[Home] [Help]

APPS.GMF_AP_GET_VENDOR_CONTACTS dependencies on PO_VENDOR_CONTACTS

Line 13: from PO_VENDOR_CONTACTS

9: CREATION_DATE, CREATED_BY, INACTIVE_DATE,
10: FIRST_NAME, MIDDLE_NAME, LAST_NAME, PREFIX, TITLE, MAIL_STOP,
11: AREA_CODE, PHONE
12:
13: from PO_VENDOR_CONTACTS
14:
15: where VENDOR_CONTACT_ID = nvl(vndor_contact_id, VENDOR_CONTACT_ID)
16: and VENDOR_SITE_ID = nvl(vndr_sit_id, VENDOR_SITE_ID)
17: and last_update_date between