DBA Data[Home] [Help]

APPS.PON_NEG_UPDATE_PKG dependencies on PO_NEGOTIATIONS_SV1

Line 494: po_negotiations_sv1.update_sol_ref_amend(p_old_auction_id => p_auction_header_id_prev_doc,

490: if (p_auction_origination_code = 'REQUISITION' OR l_back_req_exists = 'Y') then
491:
492: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id_curr_doc) = 1 ) THEN
493:
494: po_negotiations_sv1.update_sol_ref_amend(p_old_auction_id => p_auction_header_id_prev_doc,
495: p_new_auction_id => p_auction_header_id_curr_doc,
496: x_return_status => l_return_status,
497: x_error_msg => x_error_msg,
498: x_error_code => x_error_code);

Line 1477: po_negotiations_sv1.update_sol_ref_delete_all(p_auction_header_id => l_prev_auction_header_id,

1473: FETCH c_has_linked_pr_refs INTO l_linked_pr_refs_count;
1474: CLOSE c_has_linked_pr_refs;
1475:
1476: IF (l_linked_pr_refs_count > 0) then
1477: po_negotiations_sv1.update_sol_ref_delete_all(p_auction_header_id => l_prev_auction_header_id,
1478: p_delete_pbr_yn => 'N',
1479: x_return_status => l_return_status,
1480: x_error_msg => l_msg_data,
1481: x_error_code => x_error_code);