DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_PUBLISH_PVT dependencies on PON_NEG_UPDATE_PKG

Line 9577: --Call to PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND

9573: ', l_is_amendment = ' || BOOLEAN_TO_STRING (l_is_amendment)||
9574: ', l_prev_document_number = ' || l_prev_document_number);
9575: END IF; --}
9576:
9577: --Call to PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND
9578: --If the negotiation that the buyer is amending becomes closed or cancelled,
9579:
9580: IF (l_is_amendment) THEN
9581:

Line 9588: PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND (

9584: module => g_module_prefix || l_module_name,
9585: message => 'This is an amendment, checking if the amendment can be published or not');
9586: END IF; --}
9587:
9588: PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND (
9589: p_auction_header_id_prev_doc => l_auction_header_id_prev_amend,
9590: x_error_code => l_error_code);
9591:
9592: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

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

9591:
9592: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
9593: FND_LOG.string(log_level => FND_LOG.level_statement,
9594: module => g_module_prefix || l_module_name,
9595: message => 'The return code from call to PON_NEG_UPDATE_PKG.CAN_EDIT_DRAFT_AMEND = ' || l_error_code);
9596: END IF; --}
9597:
9598: IF (l_error_code <> 'SUCCESS') THEN
9599:

Line 9968: -- PON_NEG_UPDATE_PKG.UPDATE_TO_NEW_DOCUMENT method.

9964: message => 'Checking if this is a new round or amendment');
9965: END IF; --}
9966:
9967: -- In case of an amendment or a multi round need to call the
9968: -- PON_NEG_UPDATE_PKG.UPDATE_TO_NEW_DOCUMENT method.
9969: IF (l_is_amendment OR l_is_new_round) THEN --{
9970:
9971: IF (l_is_amendment) THEN
9972: l_transaction_type := 'CREATE_AMENDMENT';

Line 9983: PON_NEG_UPDATE_PKG.update_to_new_document (

9979: module => g_module_prefix || l_module_name,
9980: message => 'Calling update_to_new_document');
9981: END IF; --}
9982:
9983: PON_NEG_UPDATE_PKG.update_to_new_document (
9984: p_auction_header_id_curr_doc => p_auction_header_id,
9985: p_doc_number_curr_doc => l_document_number,
9986: p_auction_header_id_prev_doc => l_prev_document_number,
9987: p_auction_origination_code => l_auction_origination_code,