DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on FND_CURRENCIES_TL

Line 1860: fnd_currencies_tl ftl

1856: pacr.number_price_decimals,
1857: pon_printing_pkg.get_display_rate(pacr.rate_dsp,pah.rate_type,pah.rate_date,pah.currency_code,bid_currency_code) display_rate
1858: from
1859: pon_auction_currency_rates pacr ,
1860: fnd_currencies_tl ftl
1861: where
1862: pacr.auction_header_id = pah.auction_header_id
1863: and ftl.currency_code = pacr.bid_currency_code
1864: and ftl.language = l_printing_language)

Line 1874: fnd_currencies_tl ftl

1870: pbp.number_price_decimals,
1871: nvl2(pbp.rate_dsp, pon_printing_pkg.format_number(pbp.rate_dsp), null) as display_rate
1872: FROM
1873: pon_bidding_parties pbp,
1874: fnd_currencies_tl ftl
1875: WHERE
1876: pbp.auction_header_id = pah.auction_header_id
1877: AND (l_is_buyer_negpdf = 'N')
1878: AND ftl.currency_code = pbp.bid_currency_code

Line 3143: fnd_currencies_tl currency_tl ,

3139: hr_locations_all loc_bill,
3140: fnd_territories_tl bill_territories_tl,
3141: hr_locations_all loc_ship,
3142: fnd_territories_tl ship_territories_tl,
3143: fnd_currencies_tl currency_tl ,
3144: pon_auc_doctypes doctypes,
3145: hz_parties hp1,
3146: hr_operating_units ou,
3147: hr_all_organization_units entity,