DBA Data[Home] [Help]

APPS.IGS_PR_PROUT_LGCY_PUB dependencies on IGS_PR_STDNT_PR_UNIT_PKG

Line 1158: (igs_pr_stdnt_pr_unit_pkg.get_pk_for_validation (

1154: IF ((p_person_id IS NOT NULL) AND
1155: (p_lgcy_prout_rec.program_cd IS NOT NULL) AND
1156: (p_sequence_number IS NOT NULL) AND
1157: (p_lgcy_prout_rec.unit_cd IS NOT NULL) AND
1158: (igs_pr_stdnt_pr_unit_pkg.get_pk_for_validation (
1159: p_person_id,
1160: p_lgcy_prout_rec.program_cd,
1161: p_sequence_number,
1162: p_lgcy_prout_rec.unit_cd

Line 1173: igs_pr_stdnt_pr_unit_pkg.check_constraints (

1169: -- Valid Value Checks
1170: --
1171: IF (p_lgcy_prout_rec.s_unit_type IS NOT NULL) THEN
1172: BEGIN
1173: igs_pr_stdnt_pr_unit_pkg.check_constraints (
1174: 'S_UNIT_TYPE',
1175: p_lgcy_prout_rec.s_unit_type
1176: );
1177: EXCEPTION

Line 1661: igs_pr_stdnt_pr_unit_pkg.insert_row (

1657: -- Create an entry in the igs_pr_stdnt_pr_unit if the hold effect type is
1658: -- either 'EXC_CRS_U' or 'RQRD_CRS_U'
1659: --
1660: l_rowid := NULL;
1661: igs_pr_stdnt_pr_unit_pkg.insert_row (
1662: x_rowid => l_rowid,
1663: x_person_id => l_person_id,
1664: x_course_cd => p_lgcy_prout_rec.program_cd,
1665: x_spo_sequence_number => l_outcome_sequence_number,