DBA Data[Home] [Help]

APPS.GMF_GET_TRANSFER_PRICE_PUB dependencies on GL_LEDGERS

Line 309: FROM hr_organization_information org, gl_ledgers gll

305: -- Fixed following sql for performance issue
306: --===================================================================
307: SELECT currency_code
308: INTO g_from_org_currency
309: FROM hr_organization_information org, gl_ledgers gll
310: WHERE org.organization_id = g_from_organization_id
311: AND gll.ledger_id = org.org_information1
312: AND org.org_information_context = 'Accounting Information';
313: