DBA Data[Home] [Help]

APPS.XLA_JOURNAL_ENTRIES_PKG dependencies on GL_CODE_COMBINATIONS

Line 2660: FROM gl_code_combinations ccid

2656: DECODE(ccid.account_type, 'A', 'P'
2657: , 'L', 'P'
2658: , 'O', 'P'
2659: , NULL)))
2660: FROM gl_code_combinations ccid
2661: WHERE ccid.code_combination_id = l.code_combination_id)
2662: ,analytical_balance_flag =
2663: (SELECT DECODE(count(1),0,NULL,'P')
2664: FROM xla_ae_line_acs ac

Line 3266: FROM gl_code_combinations

3262: ,p_msg_mode IN VARCHAR2 DEFAULT xla_exceptions_pkg.C_STANDARD_MESSAGE)
3263: IS
3264: CURSOR C IS
3265: SELECT code_combination_id
3266: FROM gl_code_combinations
3267: WHERE code_combination_id = p_code_combination_id;
3268:
3269: l_ccid INTEGER := NULL;
3270: l_log_module VARCHAR2(240);

Line 6775: gl_code_combinations ccid,

6771: 'SEGMENT28', ccid.segment28,
6772: 'SEGMENT29', ccid.segment29,
6773: 'SEGMENT30', ccid.segment30)
6774: FROM gl_ledgers gl,
6775: gl_code_combinations ccid,
6776: xla_ledger_options xlo
6777: WHERE ccid.code_combination_id = p_code_combination_id
6778: AND gl.ledger_id = p_ledger_id
6779: AND xlo.ledger_id = p_ledger_id