DBA Data[Home] [Help]

APPS.GCS_IMPACT_WRITER_PKG dependencies on GL_CODE_COMBINATIONS

Line 53: gl_code_combinations gcc;

49: gbd.period_name,
50: gbd.currency_code,
51: gbd.actual_flag
52: FROM gl_balances_delta gbd,
53: gl_code_combinations gcc;
54:
55: row_inner_rec c_inner_loop_cursor%ROWTYPE;
56:
57: TYPE c_inner_dynamic_cursor is REF CURSOR;

Line 214: ' gl_code_combinations gcc '||

210:
211: l_inner_query :='SELECT gbd.delta_run_id, gbd.period_name, '||
212: ' gbd.currency_code, gbd.actual_flag ' ||
213: ' FROM gl_balances_delta gbd,' ||
214: ' gl_code_combinations gcc '||
215: ' WHERE gbd.period_name = :period '||
216: ' AND gbd.ledger_id = :ledger' ||
217: ' AND gcc.code_combination_id = gbd.code_combination_id '||
218: ' AND gcc.' ||