DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION dependencies on PO_INQ_SV

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

2008: hz_parties hp
2009: WHERE hp.party_id = fu.customer_id
2010: AND fu.user_id = l_history.created_by;
2011:
2012: po_inq_sv.get_vendor_name(l_user_name => l_user_name, x_vendor_name => l_vendor_name);
2013:
2014: l_document_hist := l_document_hist || '' || l_party_name || '(' || l_vendor_name || ')' || '' || NL;
2015: ELSE
2016: l_document_hist := l_document_hist || '' ||

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

2049: hz_parties hp
2050: WHERE hp.party_id = fu.customer_id
2051: AND fu.user_id = l_history.created_by;
2052:
2053: po_inq_sv.get_vendor_name(l_user_name => l_user_name, x_vendor_name => l_vendor_name);
2054:
2055: l_document_hist := l_document_hist || '' || l_party_name || '(' || l_vendor_name || ')' || '' || NL;
2056: ELSE
2057: l_document_hist := l_document_hist || '' ||