DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 3591: -- financials_system_parameters fsp,

3587: pod.accrual_account_id distribute_account_id
3588: FROM po_headers poh,
3589: po_lines_all pol, --
3590: -- Bug 3393219, Consumption transaction owning org
3591: -- financials_system_parameters fsp,
3592: po_line_locations_all poll, --
3593: po_line_locations_archive_all polla, --
3594: po_distributions_all pod, --
3595: -- Bug 3314204, 3303148

Line 3659: -- financials_system_parameters fsp,

3655: FROM po_releases por,
3656: po_headers_all poh, --
3657: po_lines pol,
3658: -- Bug 3393219, Consumption transaction owning org
3659: -- financials_system_parameters fsp,
3660: po_line_locations_all poll, --
3661: po_line_locations_archive_all polla, --
3662: po_distributions_all pod, --
3663: -- Bug 3314204, 3303148

Line 3750: FINANCIALS_SYSTEM_PARAMETERS FSP,

3746: -- Bug 3314204, Pass Inventory API price in functional price
3747: SELECT nvl(FND.precision, 2)
3748: INTO l_base_curr_precision
3749: FROM FND_CURRENCIES FND,
3750: FINANCIALS_SYSTEM_PARAMETERS FSP,
3751: GL_SETS_OF_BOOKS GSB
3752: WHERE FSP.set_of_books_id = GSB.set_of_books_id AND
3753: FND.currency_code = GSB.currency_code;
3754: