DBA Data[Home] [Help]

APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_EN_GEN_012

Line 1194: IF IGS_EN_GEN_012.ENRP_UPD_SCA_STATUS(

1190: END IF;
1191: -- Save student IGS_PS_COURSE attempt details in package table information
1192: -- so that IGS_PS_COURSE attempt status can be updated in
1193: -- after statement trigger
1194: IF IGS_EN_GEN_012.ENRP_UPD_SCA_STATUS(
1195: old_references.person_id,
1196: old_references.course_cd,
1197: v_message_name) = FALSE THEN
1198: FND_MESSAGE.SET_NAME('IGS',v_message_name);

Line 1411: IF IGS_EN_GEN_012.ENRP_UPD_SCA_STATUS(

1407: -- to the database
1408: IF v_rowid_saved = FALSE THEN
1409: -- Save the rowid of the current row.
1410: IF v_rowid_saved = FALSE THEN
1411: IF IGS_EN_GEN_012.ENRP_UPD_SCA_STATUS(
1412: new_references.person_id,
1413: new_references.course_cd,
1414: v_message_name) = FALSE THEN
1415: FND_MESSAGE.SET_NAME('IGS',v_message_name);