DBA Data[Home] [Help]

APPS.AR_AI_INTEG_PKG dependencies on AR_SYSTEM_PARAMETERS_ALL

Line 53: from ar_system_parameters_all asp,

49: IF( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
50: fnd_log.string(fnd_log.LEVEL_STATEMENT,G_PKG_NAME||l_procedure_name,'Retrieving the Functional Currency');
51: END IF;
52: select gl.currency_code into l_currency_code
53: from ar_system_parameters_all asp,
54: gl_ledgers gl
55: where org_id = p_org_id
56: and gl.ledger_id = asp.set_of_books_id;
57: