DBA Data[Home] [Help]

APPS.GMF_LC_ADJ_TRANSACTIONS_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 165: financials_system_parameters fsp

161: -- Get functional currency code
162: CURSOR cur_func_curr_code (cp_org_id NUMBER ) IS
163: SELECT gl.currency_code
164: FROM gl_sets_of_books gl,
165: financials_system_parameters fsp
166: WHERE gl.set_of_books_id = fsp.set_of_books_id
167: AND org_id = cp_org_id;
168:
169: /* -- Get PRIOR landed cost