DBA Data[Home] [Help]

APPS.IGI_EFC_UPGRADE dependencies on IGI_GL_BUDGET_ASSIGN_BCK

Line 3518: -- Backup all existing assignments into IGI_GL_BUDGET_ASSIGN_BCK

3514: retcode := -1;
3515: RETURN;
3516: END;
3517:
3518: -- Backup all existing assignments into IGI_GL_BUDGET_ASSIGN_BCK
3519: BEGIN
3520: INSERT INTO IGI_GL_BUDGET_ASSIGN_BCK
3521: (
3522: LEDGER_ID,

Line 3520: INSERT INTO IGI_GL_BUDGET_ASSIGN_BCK

3516: END;
3517:
3518: -- Backup all existing assignments into IGI_GL_BUDGET_ASSIGN_BCK
3519: BEGIN
3520: INSERT INTO IGI_GL_BUDGET_ASSIGN_BCK
3521: (
3522: LEDGER_ID,
3523: BUDGET_ENTITY_ID,
3524: CURRENCY_CODE,

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

3590: EXCEPTION
3591: WHEN OTHERS THEN
3592: fnd_file.put_line(fnd_file.output, 'Unexpected Error: Please check the log');
3593: fnd_file.put_line(fnd_file.log, 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3594: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM);
3595: errbuf := 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3596: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM;
3597: retcode := -1;
3598: RETURN;

Line 3596: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM;

3592: fnd_file.put_line(fnd_file.output, 'Unexpected Error: Please check the log');
3593: fnd_file.put_line(fnd_file.log, 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3594: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM);
3595: errbuf := 'Module: START_EFC_UPGRADE =>'||'Error while inserting into
3596: IGI_GL_BUDGET_ASSIGN_BCK =>'||SQLERRM;
3597: retcode := -1;
3598: RETURN;
3599: END;
3600: END IF; -- If mode is Final mode