DBA Data[Home] [Help]

APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_NEGOTIATION_HELPER_PVT

Line 2826: PON_NEGOTIATION_HELPER_PVT.UPDATE_STAG_LINES_CLOSE_DATES (

2822: * auction is staggered or not is by ensuring that both
2823: * first_line_close_date and staggered_closing_interval are not null.
2824: */
2825: if (l_first_line_close_date is not null and l_staggered_closing_interval is not null) then
2826: PON_NEGOTIATION_HELPER_PVT.UPDATE_STAG_LINES_CLOSE_DATES (
2827: x_result => x_result,
2828: x_error_code => x_error_code,
2829: x_error_message => x_error_message,
2830: p_auction_header_id => p_auction_header_id,

Line 2847: PON_NEGOTIATION_HELPER_PVT.RENUMBER_LINES (

2843:
2844: IF (l_auction_round_number > 0 or l_amendment_number > 0) THEN
2845:
2846: -- Call the renumber API
2847: PON_NEGOTIATION_HELPER_PVT.RENUMBER_LINES (
2848: x_result => x_result,
2849: x_error_code => x_error_message,
2850: x_error_message => x_error_code,
2851: p_auction_header_id => p_auction_header_id,