DBA Data[Home] [Help]

APPS.IGI_BUD_GL_CODE_CCID_PKG dependencies on GL_SUMMARY_TEMPLATES

Line 170: gl_summary_templates st

166: st.template_id
167: INTO new_sob_id,
168: x_template_id
169: FROM gl_code_combinations cc,
170: gl_summary_templates st
171: WHERE cc.code_combination_id = x_ccid
172: AND st.template_id(+) = cc.template_id;
173:
174: IF (new_sob_id <> x_sobid) THEN