DBA Data[Home] [Help]

APPS.GL_RX_TRIAL_BALANCE_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 18: l_request_id FND_CONCURRENT_REQUESTS.request_id%type;

14: p_summary_flag in varchar2 default 'N',
15: p_summary_digits in number default 1,
16: p_statutory_rfj_flag in varchar2 default 'N') IS
17:
18: l_request_id FND_CONCURRENT_REQUESTS.request_id%type;
19: l_ledger_id GL_LEDGERS.ledger_id%type;
20: l_functional_currency GL_LEDGERS.currency_code%type;
21: l_currency_code GL_LEDGERS.currency_code%type;
22: l_chart_of_accounts_id GL_LEDGERS.chart_of_accounts_id%type;