DBA Data[Home] [Help]

APPS.FII_PMV_UTIL dependencies on GL_LEDGERS_PUBLIC_V

Line 123: gl_ledgers_public_v gsob

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;
127:

Line 145: gl_ledgers_public_v gsob

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: (
149: g_det_ou_lov=1 AND fsp.org_id = fsp.org_id