DBA Data[Home] [Help]

APPS.AR_AI_INTEG_PKG dependencies on GL_LEDGERS

Line 18: l_currency_code GL_LEDGERS.currency_code%TYPE;

14: x_conversion_rate OUT NOCOPY NUMBER,
15: x_return_status OUT NOCOPY VARCHAR2,
16: x_msg_data OUT NOCOPY VARCHAR2)
17: IS
18: l_currency_code GL_LEDGERS.currency_code%TYPE;
19: l_procedure_name VARCHAR2(30);
20: l_site_use_id NUMBER;
21: BEGIN
22:

Line 56: gl_ledgers gl

52: fnd_log.string(fnd_log.LEVEL_STATEMENT,G_PKG_NAME||l_procedure_name,'Retrieving the Functional Currency');
53: END IF;
54: select gl.currency_code into l_currency_code
55: from ar_system_parameters_all asp,
56: gl_ledgers gl
57: where org_id = p_org_id
58: and gl.ledger_id = asp.set_of_books_id;
59:
60: /*If the currency is in functional currency then only defaulting . */