DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_HELPER_PVT dependencies on PO_NEGOTIATIONS_SV1

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

1388: message => 'Found that this auction is a federal auction. Call delete all lines APi for Federal docs');
1389: END IF;
1390: -- Delete pon_backing requisitions when Linked pr references are enabled.
1391: --Also update the sol references in req lines.
1392: po_negotiations_sv1.update_sol_ref_delete_all(p_auction_header_id => p_auction_header_id,
1393: x_return_status => x_result,
1394: x_error_msg => x_error_message,
1395: x_error_code => x_error_code);
1396:

Line 2251: po_negotiations_sv1.update_sol_ref_delete_line(p_auction_header_id => p_auction_header_id,

2247: END IF;
2248:
2249: -- Delete pon_backing requisitions when Linked pr references are enabled.
2250: --Also update the sol references in req lines.
2251: po_negotiations_sv1.update_sol_ref_delete_line(p_auction_header_id => p_auction_header_id,
2252: p_auction_line_number => p_line_number,
2253: x_return_status => x_result,
2254: x_error_msg => x_error_message,
2255: x_error_code => x_error_code);