DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_PUBLISH_PVT dependencies on PON_NEGOTIATION_COPY_GRP

Line 8815: PON_NEGOTIATION_COPY_GRP.pon_lrg_draft_to_ord_pf_copy (

8811:
8812: -- in case of a large auction call this procedure
8813:
8814: IF ('Y' = l_large_neg_enabled_flag) THEN
8815: PON_NEGOTIATION_COPY_GRP.pon_lrg_draft_to_ord_pf_copy (
8816: p_source_auction_hdr_id => p_auction_header_id,
8817: p_destination_auction_hdr_id => p_auction_header_id,
8818: p_user_id => p_user_id,
8819: p_from_line_number => l_batch_start,

Line 9823: message => 'This is for creating conformed document. Calling pon_negotiation_copy_grp.CONFORM_AMENDMENT');

9819:
9820: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
9821: FND_LOG.string(log_level => FND_LOG.level_statement,
9822: module => g_module_prefix || l_module_name,
9823: message => 'This is for creating conformed document. Calling pon_negotiation_copy_grp.CONFORM_AMENDMENT');
9824: END IF; --}
9825:
9826: pon_negotiation_copy_grp.CONFORM_AMENDMENT(p_source_auction_header_id => p_auction_header_id,
9827: x_auction_header_id => l_conf_doc_auc_header_id,

Line 9826: pon_negotiation_copy_grp.CONFORM_AMENDMENT(p_source_auction_header_id => p_auction_header_id,

9822: module => g_module_prefix || l_module_name,
9823: message => 'This is for creating conformed document. Calling pon_negotiation_copy_grp.CONFORM_AMENDMENT');
9824: END IF; --}
9825:
9826: pon_negotiation_copy_grp.CONFORM_AMENDMENT(p_source_auction_header_id => p_auction_header_id,
9827: x_auction_header_id => l_conf_doc_auc_header_id,
9828: x_document_number => l_conf_doc_number,
9829: x_request_id => l_conf_doc_request_id,
9830: x_return_status => l_result,