DBA Data[Home] [Help]

APPS.PON_AWARD_PKG dependencies on PO_NEGOTIATIONS_SV1

Line 778: po_negotiations_sv1.update_sol_ref_delete_all(p_auction_header_id => p_auction_header_id,

774: -- put requisitions back in pool if auction
775: -- has backing req and no outcome creation
776: -- Donot put back the req is staggered awarding is enabled and sol is partially awarded
777: IF (p_create_po_flag <> 'Y' and l_linked_pr_refs_count > 0 and (l_allow_stag_awards <> 'Y' or l_has_unawarded_lines = 'N')) then
778: po_negotiations_sv1.update_sol_ref_delete_all(p_auction_header_id => p_auction_header_id,
779: p_delete_pbr_yn => 'N',
780: x_return_status => x_return_status,
781: x_error_msg => x_msg_data,
782: x_error_code => x_error_code);