DBA Data[Home] [Help]

APPS.IGC_UPGRADE_DATA_R12 dependencies on IGC_CBC_SUMMARY_TEMPLATES

Line 1290: from IGC_CBC_SUMMARY_TEMPLATES

1286:
1287: /* Cursor to get all template ids, for which setup is done in CBC */
1288: Cursor template_cur is
1289: select template_id, CBC_OVERRIDE
1290: from IGC_CBC_SUMMARY_TEMPLATES
1291: where set_of_books_id = g_sob_id
1292: and nvl(MIG_RESULT_CODE,'F') <> 'T';
1293:
1294: gl_temp_rec GL_SUMMARY_TEMPLATES%rowtype;

Line 1456: update igc_cbc_summary_templates set MIG_RESULT_CODE = 'T',

1452: X_Funding_Budget_Version_Id => v_new_bud_ver_id
1453: );
1454: END LOOP; --For all records of GL_SUMMARY_BC_OPTIONS for each template.
1455:
1456: update igc_cbc_summary_templates set MIG_RESULT_CODE = 'T',
1457: MIG_REQUEST_ID = fnd_global.conc_request_id
1458: WHERE template_id = i.template_id;
1459:
1460: /* Submitting "Add/Delete Summary Accounts" concurrent program */