DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_PUBLISH_PVT dependencies on PON_NEG_UPDATE_PKG

Line 8672: --Call to PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND

8668: ', l_is_amendment = ' || BOOLEAN_TO_STRING (l_is_amendment)||
8669: ', l_prev_document_number = ' || l_prev_document_number);
8670: END IF; --}
8671:
8672: --Call to PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND
8673: --If the negotiation that the buyer is amending becomes closed or cancelled,
8674:
8675: IF (l_is_amendment) THEN
8676:

Line 8683: PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND (

8679: module => g_module_prefix || l_module_name,
8680: message => 'This is an amendment, checking if the amendment can be published or not');
8681: END IF; --}
8682:
8683: PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND (
8684: p_auction_header_id_prev_doc => l_auction_header_id_prev_amend,
8685: x_error_code => l_error_code);
8686:
8687: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

Line 8690: message => 'The return code from call to PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND = ' || l_error_code);

8686:
8687: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
8688: FND_LOG.string(log_level => FND_LOG.level_statement,
8689: module => g_module_prefix || l_module_name,
8690: message => 'The return code from call to PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND = ' || l_error_code);
8691: END IF; --}
8692:
8693: IF (l_error_code <> 'SUCCESS') THEN
8694:

Line 8989: -- PON_NEG_UPDATE_PKG.UPDATE_TO_NEW_DOCUMENT method.

8985: message => 'Checking if this is a new round or amendment');
8986: END IF; --}
8987:
8988: -- In case of an amendment or a multi round need to call the
8989: -- PON_NEG_UPDATE_PKG.UPDATE_TO_NEW_DOCUMENT method.
8990: IF (l_is_amendment OR l_is_new_round) THEN --{
8991:
8992: IF (l_is_amendment) THEN
8993: l_transaction_type := 'CREATE_AMENDMENT';

Line 9004: PON_NEG_UPDATE_PKG.update_to_new_document (

9000: module => g_module_prefix || l_module_name,
9001: message => 'Calling update_to_new_document');
9002: END IF; --}
9003:
9004: PON_NEG_UPDATE_PKG.update_to_new_document (
9005: p_auction_header_id_curr_doc => p_auction_header_id,
9006: p_doc_number_curr_doc => l_document_number,
9007: p_auction_header_id_prev_doc => l_prev_document_number,
9008: p_auction_origination_code => l_auction_origination_code,