DBA Data[Home] [Help]

APPS.IGI_EFC_UPGRADE dependencies on IGI_GL_BUDGET_ASSIGN_BCK

Line 3152: INSERT INTO IGI_GL_BUDGET_ASSIGN_BCK

3148: END;
3149:
3150:
3151: BEGIN
3152: INSERT INTO IGI_GL_BUDGET_ASSIGN_BCK
3153: (
3154: LEDGER_ID,
3155: BUDGET_ENTITY_ID,
3156: CURRENCY_CODE,

Line 3226: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM);

3222: EXCEPTION
3223: WHEN OTHERS THEN
3224: fnd_file.put_line(fnd_file.output, 'Unexpected Error: Please check the log');
3225: fnd_file.put_line(fnd_file.log, 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3226: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM);
3227: errbuf := 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3228: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM;
3229: retcode := -1;
3230: RETURN;

Line 3228: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM;

3224: fnd_file.put_line(fnd_file.output, 'Unexpected Error: Please check the log');
3225: fnd_file.put_line(fnd_file.log, 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3226: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM);
3227: errbuf := 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3228: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM;
3229: retcode := -1;
3230: RETURN;
3231: END;
3232: END IF; -- If mode is Final mode