DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PO_VENDOR_SITES_GRP

Line 3969: PO_VENDOR_SITES_GRP.Get_Transmission_Defaults(

3965: 'p_preparer_id: ' || x_preparer_id;
3966:
3967:
3968: /* Get supplier's default transmission settings */
3969: PO_VENDOR_SITES_GRP.Get_Transmission_Defaults(
3970: p_api_version => 1.0,
3971: p_init_msg_list => FND_API.G_FALSE,
3972: p_document_id => p_po_header_id,
3973: p_document_type => x_doc_type,

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

3984: x_msg_count => x_msg_count,
3985: x_msg_data => x_msg_data);
3986:
3987: if (x_po_api_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
3988: x_progress := '27: Failure in : PO_VENDOR_SITES_GRP.Get_Transmission_Defaults : ' || 'x_po_api_return_status : '||x_po_api_return_status ||','||
3989: 'x_msg_data : '|| x_msg_data;
3990:
3991: log_message(x_progress);
3992: