DBA Data[Home] [Help]

APPS.INV_CONSUMPTION_ADVICE_PROC dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 1702: financials_system_params_all fsp

1698: , l_fin_curr_code
1699: , l_ship_to_location
1700: , l_bill_to_location
1701: FROM
1702: financials_system_params_all fsp
1703: , gl_sets_of_books glb
1704: , gl_currencies glc
1705: WHERE fsp.set_of_books_id = glb.set_of_books_id
1706: AND glb.currency_code = glc.currency_code

Line 1714: financials_system_params_all fsp

1710: fsp.bill_to_location_id
1711: INTO
1712: l_bill_to_location
1713: FROM
1714: financials_system_params_all fsp
1715: WHERE NVL(fsp.org_id,-99) = NVL(l_current_org_id,-99);
1716:
1717: SELECT
1718: user_defined_po_num_code