DBA Data[Home] [Help]

APPS.IGS_EN_PRC_LOAD dependencies on APP_EXCEPTION

Line 798: App_Exception.Raise_Exception(NULL,NULL,fnd_message.get);

794: IF SQLCODE <>-20001 THEN
795: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
796: FND_MESSAGE.SET_TOKEN('NAME','IGS_EN_PRC_LOAD.enrp_clc_sua_weftsu');
797: IGS_GE_MSG_STACK.ADD;
798: App_Exception.Raise_Exception(NULL,NULL,fnd_message.get);
799: ELSE
800: RAISE;
801: END IF;
802: END enrp_clc_sua_weftsu;

Line 1169: App_Exception.Raise_Exception(NULL,NULL,fnd_message.get);

1165: IF SQLCODE <>-20001 THEN
1166: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
1167: FND_MESSAGE.SET_TOKEN('NAME','IGS_EN_PRC_LOAD.enrp_clc_load_total');
1168: IGS_GE_MSG_STACK.ADD;
1169: App_Exception.Raise_Exception(NULL,NULL,fnd_message.get);
1170: ELSE
1171: RAISE;
1172: END IF;
1173: END;

Line 1747: APP_EXCEPTION.RAISE_EXCEPTION(NULL,NULL,fnd_message.get);

1743: p_version_number:=NULL;
1744: FND_MESSAGE.SET_NAME('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
1745: FND_MESSAGE.SET_TOKEN('NAME','enrp_clc_key_prog: '||SQLERRM);
1746: IGS_GE_MSG_STACK.ADD;
1747: APP_EXCEPTION.RAISE_EXCEPTION(NULL,NULL,fnd_message.get);
1748:
1749:
1750:
1751: END enrp_clc_key_prog;

Line 1841: app_exception.raise_exception;

1837: IGS_GE_MSG_STACK.ADD;
1838: p_fte := NULL;
1839: p_credit_points := NULL;
1840: p_attendance := NULL;
1841: app_exception.raise_exception;
1842: END IF;
1843:
1844: --## It is a Cursor to retrive the Message tokens(Person Number) and hence
1845: --## cursor is just closed if no record exist and no error is shown

Line 1863: app_exception.raise_exception;

1859: IGS_GE_MSG_STACK.ADD;
1860: p_fte := NULL;
1861: p_credit_points := NULL;
1862: p_attendance := NULL;
1863: app_exception.raise_exception;
1864: END IF;
1865:
1866: --## Get the academic Calendar for the given load calendar
1867:

Line 1887: app_exception.raise_exception;

1883: IGS_GE_MSG_STACK.ADD;
1884: p_fte := NULL;
1885: p_credit_points := NULL;
1886: p_attendance := NULL;
1887: app_exception.raise_exception;
1888: END IF;
1889:
1890:
1891: --loop through the program attempts related to the term records for the student