DBA Data[Home] [Help]

APPS.PON_AUCTION_APPROVAL_PKG dependencies on PON_NEGOTIATION_COPY_GRP

Line 2725: PON_NEGOTIATION_COPY_GRP.CONFORM_AMENDMENT(

2721: x_msg_data OUT VARCHAR2)
2722: AS PRAGMA AUTONOMOUS_TRANSACTION;
2723: Begin
2724: --print_debug_messages('Start of procedure CALL_CNF_AMENDMENT_CLM p_source_auction_header_id : '||p_source_auction_header_id);
2725: PON_NEGOTIATION_COPY_GRP.CONFORM_AMENDMENT(
2726: p_source_auction_header_id,
2727: x_auction_header_id,
2728: x_document_number,
2729: x_request_id,

Line 2767: pon_negotiation_copy_grp.g_from_workflow := 'Y';

2763: itemkey => itemKey,
2764: aname => 'AUCTION_HEADER_ID');
2765:
2766: --print_debug_messages('Start of procedure Create_Cnf_Doc_CLM l_source_auction_header_id : '||l_source_auction_header_id);
2767: pon_negotiation_copy_grp.g_from_workflow := 'Y';
2768: PON_NEGOTIATION_COPY_GRP.CONFORM_AMENDMENT(l_source_auction_header_id,
2769: l_auction_header_id,
2770: l_document_number,
2771: l_request_id,

Line 2768: PON_NEGOTIATION_COPY_GRP.CONFORM_AMENDMENT(l_source_auction_header_id,

2764: aname => 'AUCTION_HEADER_ID');
2765:
2766: --print_debug_messages('Start of procedure Create_Cnf_Doc_CLM l_source_auction_header_id : '||l_source_auction_header_id);
2767: pon_negotiation_copy_grp.g_from_workflow := 'Y';
2768: PON_NEGOTIATION_COPY_GRP.CONFORM_AMENDMENT(l_source_auction_header_id,
2769: l_auction_header_id,
2770: l_document_number,
2771: l_request_id,
2772: l_return_status,

Line 2777: pon_negotiation_copy_grp.g_from_workflow := 'N';

2773: l_msg_count,
2774: l_msg_data,
2775: l_revision);
2776:
2777: pon_negotiation_copy_grp.g_from_workflow := 'N';
2778: --print_debug_messages('After procedure CALL_CNF_AMENDMENT_CLM l_auction_header_id : '||l_auction_header_id);
2779: --print_debug_messages('l_return_status : '||l_return_status);
2780:
2781: --Added for testing, need to be removed