DBA Data[Home] [Help]

APPS.INV_CONSUMPTION_ADVICE_PROC dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 1497: financials_system_params_all fsp

1493: , l_fin_curr_code
1494: , l_ship_to_location
1495: , l_bill_to_location
1496: FROM
1497: financials_system_params_all fsp
1498: , gl_sets_of_books glb
1499: , gl_currencies glc
1500: WHERE fsp.set_of_books_id = glb.set_of_books_id
1501: AND glb.currency_code = glc.currency_code

Line 1509: financials_system_params_all fsp

1505: fsp.bill_to_location_id
1506: INTO
1507: l_bill_to_location
1508: FROM
1509: financials_system_params_all fsp
1510: WHERE NVL(fsp.org_id,-99) = NVL(l_current_org_id,-99);
1511:
1512: SELECT
1513: user_defined_po_num_code