DBA Data[Home] [Help]

APPS.PON_BID_VALIDATIONS_PKG dependencies on PON_TRANSFORM_BIDDING_PKG

Line 2555: PON_TRANSFORM_BIDDING_PKG.untransform_one_price(p_auc_header_id,

2551: -- bug 12682523
2552: -- using cost factors to transform s_enforced_bid_start_price inaddition to applying rate for currency conversion before validation
2553: WHEN s_price_disabled_flag = 'N' AND
2554: s_bid_currency_price > ROUND(decode(p_trans_view, 'Y', s_enforced_bid_start_price,
2555: PON_TRANSFORM_BIDDING_PKG.untransform_one_price(p_auc_header_id,
2556: s_line_number,
2557: s_enforced_bid_start_price,
2558: s_auc_quantity,
2559: p_tpid,

Line 2624: PON_TRANSFORM_BIDDING_PKG.untransform_one_price( p_auc_header_id,

2620: format_price(s_bid_currency_price, l_price_mask, p_price_precision),
2621: 'STARTPRICE',
2622: format_price(decode(p_trans_view, 'Y',
2623: s_enforced_bid_start_price,
2624: PON_TRANSFORM_BIDDING_PKG.untransform_one_price( p_auc_header_id,
2625: s_line_number,
2626: s_enforced_bid_start_price,
2627: s_auc_quantity,
2628: p_tpid,