DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION dependencies on PO_INQ_SV

Line 2030: po_inq_sv.get_vendor_name(l_user_name => l_user_name, x_vendor_name => l_vendor_name);

2026: hz_parties hp
2027: WHERE hp.party_id = fu.customer_id
2028: AND fu.user_id = l_history.created_by;
2029:
2030: po_inq_sv.get_vendor_name(l_user_name => l_user_name, x_vendor_name => l_vendor_name);
2031:
2032: l_document_hist := l_document_hist || '' || l_party_name || '(' || l_vendor_name || ')' || '' || NL;
2033: ELSE
2034: l_document_hist := l_document_hist || '' ||

Line 2081: po_inq_sv.get_vendor_name(l_user_name => l_user_name, x_vendor_name => l_vendor_name);

2077: hz_parties hp
2078: WHERE hp.party_id = fu.customer_id
2079: AND fu.user_id = l_history.created_by;
2080:
2081: po_inq_sv.get_vendor_name(l_user_name => l_user_name, x_vendor_name => l_vendor_name);
2082:
2083: l_document_hist := l_document_hist || '' || l_party_name || '(' || l_vendor_name || ')' || '' || NL;
2084: ELSE
2085: l_document_hist := l_document_hist || '' ||