DBA Data[Home] [Help]

APPS.GL_CODE_COMBINATIONS_PKG dependencies on GL_SUMMARY_TEMPLATES

Line 85: gl_summary_templates st

81: st.template_id
82: INTO new_ledger_id,
83: x_template_id
84: FROM gl_code_combinations cc,
85: gl_summary_templates st
86: WHERE cc.code_combination_id = x_ccid
87: AND st.template_id(+) = cc.template_id;
88:
89: IF (new_ledger_id <> x_ledger_id) THEN