DBA Data[Home] [Help]

APPS.AR_AI_INTEG_PKG dependencies on GL_LEDGERS

Line 17: l_currency_code GL_LEDGERS.currency_code%TYPE;

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

Line 54: gl_ledgers gl

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:
58: /*If the currency is in functional currency then only defaulting . */