DBA Data[Home] [Help]

APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PON_NEGOTIATION_HELPER_PVT

Line 3087: PON_NEGOTIATION_HELPER_PVT.UPDATE_STAG_LINES_CLOSE_DATES (

3083: * auction is staggered or not is by ensuring that both
3084: * first_line_close_date and staggered_closing_interval are not null.
3085: */
3086: if (l_first_line_close_date is not null and l_staggered_closing_interval is not null) then
3087: PON_NEGOTIATION_HELPER_PVT.UPDATE_STAG_LINES_CLOSE_DATES (
3088: x_result => x_result,
3089: x_error_code => x_error_code,
3090: x_error_message => x_error_message,
3091: p_auction_header_id => p_auction_header_id,

Line 3108: PON_NEGOTIATION_HELPER_PVT.RENUMBER_LINES (

3104:
3105: IF (l_auction_round_number > 0 or l_amendment_number > 0) THEN
3106:
3107: -- Call the renumber API
3108: PON_NEGOTIATION_HELPER_PVT.RENUMBER_LINES (
3109: x_result => x_result,
3110: x_error_code => x_error_message,
3111: x_error_message => x_error_code,
3112: p_auction_header_id => p_auction_header_id,