DBA Data[Home] [Help]

APPS.JTF_RS_WF_INTEGRATION_PUB dependencies on PO_VENDOR_CONTACTS

Line 87: from po_vendor_contacts

83: and orig_system_id = c_party_id;
84:
85: cursor res_po_party_cur(c_vendor_contact_id number) IS
86: select per_party_id
87: from po_vendor_contacts
88: where vendor_contact_id = c_vendor_contact_id;
89:
90: --xx cursor fnd_wfrole_cur IS
91: --xx select user_name, 'FND_USR', user_id