DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 3470: -- financials_system_parameters fsp,

3466: pod.accrual_account_id distribute_account_id
3467: FROM po_headers poh,
3468: po_lines_all pol, --
3469: -- Bug 3393219, Consumption transaction owning org
3470: -- financials_system_parameters fsp,
3471: po_line_locations_all poll, --
3472: po_line_locations_archive_all polla, --
3473: po_distributions_all pod, --
3474: -- Bug 3314204, 3303148

Line 3538: -- financials_system_parameters fsp,

3534: FROM po_releases por,
3535: po_headers_all poh, --
3536: po_lines pol,
3537: -- Bug 3393219, Consumption transaction owning org
3538: -- financials_system_parameters fsp,
3539: po_line_locations_all poll, --
3540: po_line_locations_archive_all polla, --
3541: po_distributions_all pod, --
3542: -- Bug 3314204, 3303148

Line 3629: FINANCIALS_SYSTEM_PARAMETERS FSP,

3625: -- Bug 3314204, Pass Inventory API price in functional price
3626: SELECT nvl(FND.precision, 2)
3627: INTO l_base_curr_precision
3628: FROM FND_CURRENCIES FND,
3629: FINANCIALS_SYSTEM_PARAMETERS FSP,
3630: GL_SETS_OF_BOOKS GSB
3631: WHERE FSP.set_of_books_id = GSB.set_of_books_id AND
3632: FND.currency_code = GSB.currency_code;
3633: