DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on PON_PRICE_DIFFERENTIALS

Line 2596: FROM pon_price_differentials ppd,

2592: ppd.price_differential_number,
2593: ppd.price_type,
2594: pon_printing_pkg.format_number(ppd.multiplier) as target_multiplier,
2595: pon_printing_pkg.format_number(pbpd.multiplier) as multiplier
2596: FROM pon_price_differentials ppd,
2597: -- bidpdf: add response multiplier for price differentials
2598: pon_bid_price_differentials pbpd
2599: WHERE ppd.auction_header_id = pah.auction_header_id
2600: and pbpd.auction_header_id(+) = ppd.auction_header_id

Line 2615: FROM pon_price_differentials ppd,

2611: ppd.price_differential_number,
2612: ppd.price_type,
2613: pon_printing_pkg.format_number(ppd.multiplier) as target_multiplier,
2614: pon_printing_pkg.format_number(pbpd.multiplier) as multiplier
2615: FROM pon_price_differentials ppd,
2616: -- bidpdf: add response multiplier for price differentials
2617: pon_bid_price_differentials pbpd
2618: WHERE ppd.auction_header_id = pah.auction_header_id
2619: and pbpd.auction_header_id(+) = ppd.auction_header_id

Line 3007: 'PON_PRICE_DIFFERENTIALS', -- Price Differentials

3003: 'PON_AUC_PRICE_FACTOR_NOTE_1', -- It is required for you to enter a response value for the Supplier Price Factors.
3004: 'PON_PRICE_DIFFERENTIAL_DESC', -- Description
3005: 'PON_TARGET_MULTIPLIER', -- Target Multiplier
3006: 'PON_AUC_RESP_MULTIPLIER', -- Response Multiplier
3007: 'PON_PRICE_DIFFERENTIALS', -- Price Differentials
3008: 'PON_AUC_PRICE_DIFF_NOTE_1', -- Suppliers must enter a response multiplier for each line in the table.
3009: 'PON_AUC_PRICE_DIFF_NOTE_2', -- It is optional for suppliers to enter a response multiplier for each line in the table.
3010: 'PON_AUC_PRICE_DIFF_NOTE_3', -- You must enter a response multiplier for each line in the table.
3011: 'PON_AUC_PRICE_DIFF_NOTE_4', -- It is optional for you to enter a response multiplier for each line in the table.