DBA Data[Home] [Help]

APPS.FII_PMV_UTIL dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 122: from financials_system_params_all fsp,

118: g_operating_unit := p_selected_operating_unit;
119:
120: select currency_code
121: into g_functional_currency_code
122: from financials_system_params_all fsp,
123: gl_ledgers_public_v gsob
124: where fsp.org_id = p_selected_operating_unit
125: and fsp.set_of_books_id = gsob.ledger_id;
126: END IF;

Line 144: from financials_system_params_all fsp,

140: g_all_operating_unit := p_selected_operating_unit; ---gets set a value for the first run
141:
142: select distinct currency_code
143: into g_common_functional_currency
144: from financials_system_params_all fsp,
145: gl_ledgers_public_v gsob
146: where fsp.set_of_books_id = gsob.ledger_id
147: AND (
148: (