DBA Data[Home] [Help]

APPS.XLA_JOURNAL_ENTRIES_PKG dependencies on GL_CODE_COMBINATIONS

Line 2719: FROM gl_code_combinations ccid

2715: DECODE(ccid.account_type, 'A', 'P'
2716: , 'L', 'P'
2717: , 'O', 'P'
2718: , NULL)))
2719: FROM gl_code_combinations ccid
2720: WHERE ccid.code_combination_id = l.code_combination_id)
2721: ,analytical_balance_flag =
2722: (SELECT DECODE(count(1),0,NULL,'P')
2723: FROM xla_ae_line_acs ac

Line 3368: FROM gl_code_combinations

3364: ,p_msg_mode IN VARCHAR2 DEFAULT xla_exceptions_pkg.C_STANDARD_MESSAGE)
3365: IS
3366: CURSOR C IS
3367: SELECT code_combination_id
3368: FROM gl_code_combinations
3369: WHERE code_combination_id = p_code_combination_id;
3370:
3371: l_ccid INTEGER := NULL;
3372: l_log_module VARCHAR2(240);

Line 6995: gl_code_combinations ccid,

6991: 'SEGMENT28', ccid.segment28,
6992: 'SEGMENT29', ccid.segment29,
6993: 'SEGMENT30', ccid.segment30)
6994: FROM gl_ledgers gl,
6995: gl_code_combinations ccid,
6996: xla_ledger_options xlo
6997: WHERE ccid.code_combination_id = p_code_combination_id
6998: AND gl.ledger_id = p_ledger_id
6999: AND xlo.ledger_id = p_ledger_id