DBA Data[Home] [Help]

APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_EN_SUA_API

Line 1224: IF NOT IGS_EN_SUA_API.chk_sup_del_alwd( old_references.person_id,

1220: 'UNIT-RULES',
1221: NULL,
1222: 'Y');
1223: END IF;
1224: IF NOT IGS_EN_SUA_API.chk_sup_del_alwd( old_references.person_id,
1225: old_references.course_cd,
1226: old_references.uoo_id) THEN
1227: FND_MESSAGE.SET_NAME('IGS','IGS_EN_SUP_DEL_NOTALWD');
1228: IGS_GE_MSG_STACK.ADD;

Line 2600: IF NOT IGS_EN_SUA_API.ENR_SUA_SUP_SUB_VAL(new_references.person_id,

2596: --adding the call to ENR_SUA_SUP_SUB_VAL to validate the superior subordinate unit attempt status
2597:
2598: IF old_references.unit_attempt_status <> new_references.unit_attempt_status THEN
2599:
2600: IF NOT IGS_EN_SUA_API.ENR_SUA_SUP_SUB_VAL(new_references.person_id,
2601: new_references.course_cd,
2602: new_references.uoo_id,
2603: new_references.unit_attempt_status,
2604: l_sup_sub_unit_status) THEN

Line 2630: IF NOT IGS_EN_SUA_API.ENR_SUA_SUP_SUB_VAL(new_references.person_id,

2626: -- Call all the procedures related to After Insert.
2627: -- AfterRowInsertUpdate5( p_inserting => TRUE ); Removed the this procedure from the tbh in the 115.73 version of the file,
2628: -- the validation moved to the igsss09b.pls at the time of enrolling a unit.,pmarada, 2385096
2629:
2630: IF NOT IGS_EN_SUA_API.ENR_SUA_SUP_SUB_VAL(new_references.person_id,
2631: new_references.course_cd,
2632: new_references.uoo_id,
2633: new_references.unit_attempt_status,
2634: l_sup_sub_unit_status) THEN

Line 2820: igs_en_sua_api.upd_enrollment_counts( 'DELETE',

2816: -- the bug #1525863
2817: IF ( (old_references.unit_attempt_status IN ('ENROLLED', 'UNCONFIRM')) AND
2818: p_action = 'DELETE' ) THEN
2819:
2820: igs_en_sua_api.upd_enrollment_counts( 'DELETE',
2821: old_references,
2822: new_references
2823: );
2824: END IF;

Line 4449: igs_en_sua_api.update_unit_attempt(

4445: -- If the unit attempt status before adding to cart was DROPPED then while cleaning the cart move back the unit
4446: -- to DROPPED status.
4447: --
4448: IF l_sua_status='DROPPED' THEN
4449: igs_en_sua_api.update_unit_attempt(
4450: X_ROWID => X_ROWID,
4451: X_PERSON_ID => l_cur_sua_rec.PERSON_ID,
4452: X_COURSE_CD => l_cur_sua_rec.COURSE_CD ,
4453: X_UNIT_CD => l_cur_sua_rec.UNIT_CD,