DBA Data[Home] [Help]

APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_SUMMARY_TEMPLATES_PKG

Line 1319: v_template_id := GL_SUMMARY_TEMPLATES_PKG.get_unique_id;

1315: /* Inserting template information in GL_SUMMARY_TEMPLATES for which setup is made in CBC */
1316:
1317: For i in template_cur
1318: loop
1319: v_template_id := GL_SUMMARY_TEMPLATES_PKG.get_unique_id;
1320: select * into gl_temp_rec from GL_SUMMARY_TEMPLATES where template_id = i.template_id;
1321: INSERT INTO GL_SUMMARY_TEMPLATES(
1322: template_id,
1323: ledger_id,