DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_SOURCING_OPENAPI_GRP

Line 1679: PON_SOURCING_OPENAPI_GRP.CREATE_DRAFT_NEG_INTERFACE(p_interface_id => l_interface_id,

1675: -- Catalog Convergence 12.0 - new signature to support
1676: -- large negotiations where sourcing could launch a concurrent program
1677: -- and return the request id to PO for display. Also changed call to
1678: -- use parameter name/value convention
1679: PON_SOURCING_OPENAPI_GRP.CREATE_DRAFT_NEG_INTERFACE(p_interface_id => l_interface_id,
1680: x_document_number => x_negotiation_id,
1681: x_document_url => x_doc_url_params,
1682: x_concurrent_program_started => x_large_negotiation,
1683: x_request_id => x_large_neg_request_id,

Line 1694: --PON_SOURCING_OPENAPI_GRP.PURGE_INTERFACE_TABLE(l_interface_id,

1690: -- PO no longer needs to make this call. Sourcing will handle this.
1691: -- With large negotiation support, it would be incorrect to call purge
1692:
1693: -- Call Sourcing API to purge interface tables
1694: --PON_SOURCING_OPENAPI_GRP.PURGE_INTERFACE_TABLE(l_interface_id,
1695: -- l_purge_api_result,
1696: -- l_purge_api_err_code,
1697: -- l_purge_api_err_msg);
1698:

Line 1794: PON_SOURCING_OPENAPI_GRP.get_display_line_number(

1790: '.' || l_progress, ' Begin');
1791: END IF;
1792: END IF;
1793:
1794: PON_SOURCING_OPENAPI_GRP.get_display_line_number(
1795: p_api_version => 1.0,
1796: p_init_msg_list => 'F',
1797: p_auction_header_id => p_auction_header_id,
1798: p_auction_line_number => p_auction_line_number,