DBA Data[Home] [Help]

APPS.IGI_EFC_UPGRADE dependencies on IGI_BUDORG_BC_OPTIONS_BCK

Line 3109: INSERT INTO IGI_BUDORG_BC_OPTIONS_BCK

3105: END;
3106:
3107:
3108: BEGIN
3109: INSERT INTO IGI_BUDORG_BC_OPTIONS_BCK
3110: (
3111: RANGE_ID,
3112: FUNDING_BUDGET_VERSION_ID,
3113: FUNDS_CHECK_LEVEL_CODE,

Line 3143: IGI_BUDORG_BC_OPTIONS_BCK =>'||SQLERRM);

3139: EXCEPTION
3140: WHEN OTHERS THEN
3141: fnd_file.put_line(fnd_file.output, 'Unexpected Error: Please check the log');
3142: fnd_file.put_line(fnd_file.log, 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3143: IGI_BUDORG_BC_OPTIONS_BCK =>'||SQLERRM);
3144: errbuf := 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3145: IGI_BUDORG_BC_OPTIONS_BCK =>'||SQLERRM;
3146: retcode := -1;
3147: RETURN;

Line 3145: IGI_BUDORG_BC_OPTIONS_BCK =>'||SQLERRM;

3141: fnd_file.put_line(fnd_file.output, 'Unexpected Error: Please check the log');
3142: fnd_file.put_line(fnd_file.log, 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3143: IGI_BUDORG_BC_OPTIONS_BCK =>'||SQLERRM);
3144: errbuf := 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3145: IGI_BUDORG_BC_OPTIONS_BCK =>'||SQLERRM;
3146: retcode := -1;
3147: RETURN;
3148: END;
3149: