DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_SOURCING_OPENAPI_GRP

Line 2052: PON_SOURCING_OPENAPI_GRP.maintain_clm_relations(l_interface_id,

2048: -- Clin Slin Changes
2049: -- Correcting the Clin Slin fields. They contain the references to the po Line ids.
2050: -- convert them to the interface line numbers
2051:
2052: PON_SOURCING_OPENAPI_GRP.maintain_clm_relations(l_interface_id,
2053: l_result,
2054: l_error_code ,
2055: l_error_message);
2056:

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

2257: -- Catalog Convergence 12.0 - new signature to support
2258: -- large negotiations where sourcing could launch a concurrent program
2259: -- and return the request id to PO for display. Also changed call to
2260: -- use parameter name/value convention
2261: PON_SOURCING_OPENAPI_GRP.CREATE_DRAFT_NEG_INTERFACE(p_interface_id => l_interface_id,
2262: x_document_number => x_negotiation_id,
2263: x_document_url => x_doc_url_params,
2264: x_concurrent_program_started => x_large_negotiation,
2265: x_request_id => x_large_neg_request_id,

Line 2276: --PON_SOURCING_OPENAPI_GRP.PURGE_INTERFACE_TABLE(l_interface_id,

2272: -- PO no longer needs to make this call. Sourcing will handle this.
2273: -- With large negotiation support, it would be incorrect to call purge
2274:
2275: -- Call Sourcing API to purge interface tables
2276: --PON_SOURCING_OPENAPI_GRP.PURGE_INTERFACE_TABLE(l_interface_id,
2277: -- l_purge_api_result,
2278: -- l_purge_api_err_code,
2279: -- l_purge_api_err_msg);
2280:

Line 2376: PON_SOURCING_OPENAPI_GRP.get_display_line_number(

2372: '.' || l_progress, ' Begin');
2373: END IF;
2374: END IF;
2375:
2376: PON_SOURCING_OPENAPI_GRP.get_display_line_number(
2377: p_api_version => 1.0,
2378: p_init_msg_list => 'F',
2379: p_auction_header_id => p_auction_header_id,
2380: p_auction_line_number => p_auction_line_number,