DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PO_VENDOR_SITES_GRP

Line 4951: PO_VENDOR_SITES_GRP.Get_Transmission_Defaults(

4947: 'p_preparer_id: ' || x_preparer_id;
4948:
4949:
4950: /* Get supplier's default transmission settings */
4951: PO_VENDOR_SITES_GRP.Get_Transmission_Defaults(
4952: p_api_version => 1.0,
4953: p_init_msg_list => FND_API.G_FALSE,
4954: p_document_id => p_po_header_id,
4955: p_document_type => x_doc_type,

Line 4970: x_progress := '27: Failure in : PO_VENDOR_SITES_GRP.Get_Transmission_Defaults : ' || 'x_po_api_return_status : '||x_po_api_return_status ||','||

4966: x_msg_count => x_msg_count,
4967: x_msg_data => x_msg_data);
4968:
4969: if (x_po_api_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4970: x_progress := '27: Failure in : PO_VENDOR_SITES_GRP.Get_Transmission_Defaults : ' || 'x_po_api_return_status : '||x_po_api_return_status ||','||
4971: 'x_msg_data : '|| x_msg_data;
4972:
4973: log_message(x_progress);
4974: