DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on PON_PRICE_DIFFERENTIALS

Line 3268: FROM pon_price_differentials ppd,

3264: ppd.price_differential_number,
3265: ppd.price_type,
3266: pon_printing_pkg.format_number(ppd.multiplier) as target_multiplier,
3267: pon_printing_pkg.format_number(pbpd.multiplier) as multiplier
3268: FROM pon_price_differentials ppd,
3269: -- bidpdf: add response multiplier for price differentials
3270: pon_bid_price_differentials pbpd
3271: WHERE ppd.auction_header_id = p_auction_header_id
3272: AND ppd.line_number = line_num

Line 3398: FROM pon_price_differentials ppd,

3394: ppd.price_differential_number,
3395: ppd.price_type,
3396: pon_printing_pkg.format_number(ppd.multiplier) as target_multiplier,
3397: pon_printing_pkg.format_number(pbpd.multiplier) as multiplier
3398: FROM pon_price_differentials ppd,
3399: -- bidpdf: add response multiplier for price differentials
3400: pon_bid_price_differentials pbpd
3401: WHERE ppd.auction_header_id = p_auction_header_id
3402: AND ppd.line_number = line_num

Line 4642: 'PON_PRICE_DIFFERENTIALS', -- Price Differentials

4638: 'PON_AUC_PRICE_FACTOR_NOTE_2', -- Negative Cost Factors will allow subtract the cost factor from the line total.
4639: 'PON_PRICE_DIFFERENTIAL_DESC', -- Description
4640: 'PON_TARGET_MULTIPLIER', -- Target Multiplier
4641: 'PON_AUC_RESP_MULTIPLIER', -- Response Multiplier
4642: 'PON_PRICE_DIFFERENTIALS', -- Price Differentials
4643: 'PON_AUC_PRICE_DIFF_NOTE_1', -- Suppliers must enter a response multiplier for each line in the table.
4644: 'PON_AUC_PRICE_DIFF_NOTE_2', -- It is optional for suppliers to enter a response multiplier for each line in the table.
4645: 'PON_AUC_PRICE_DIFF_NOTE_3', -- You must enter a response multiplier for each line in the table.
4646: 'PON_AUC_PRICE_DIFF_NOTE_4', -- It is optional for you to enter a response multiplier for each line in the table.