DBA Data[Home] [Help]

APPS.IGS_SS_FACULTY_PKG dependencies on IGS_AS_SU_STMPTOUT_PKG

Line 58: | also passed the uoo_id in TBH calls of IGS_AS_SU_STMPTOUT_PKG, as part of MUS build bug 2829262

54: ) IS
55: /*
56: | Who When What
57: | knaraset 09-May-03 modified this procedure to add parameter uoo_id which is used in cursors c_suao_chkand c_IGS_AS_SU_STMPTOUT,
58: | also passed the uoo_id in TBH calls of IGS_AS_SU_STMPTOUT_PKG, as part of MUS build bug 2829262
59: |
60: |
61: */
62: CURSOR c_suao_chk (cp_person_id IGS_AS_SU_STMPTOUT.person_id%TYPE,

Line 126: IGS_AS_SU_STMPTOUT_PKG.UPDATE_ROW (

122: v_suao1_rec.outcome_dt);
123:
124: FETCH c_IGS_AS_SU_STMPTOUT INTO v_stmptout_rec;
125:
126: IGS_AS_SU_STMPTOUT_PKG.UPDATE_ROW (
127: X_ROWID => v_stmptout_rec.rowid ,
128: X_MODE => 'R',
129: x_person_id => v_stmptout_rec.person_id,
130: x_course_cd => v_stmptout_rec.course_cd,

Line 192: IGS_AS_SU_STMPTOUT_pkg.INSERT_ROW(

188: FETCH c_ci INTO v_ci_rec;
189: CLOSE c_ci;
190:
191: -- Add a new IGS_AS_SU_STMPTOUT record.
192: IGS_AS_SU_STMPTOUT_pkg.INSERT_ROW(
193: x_rowid => l_rowid,
194: x_mode => 'R',
195: x_person_id => p_person_id,
196: x_course_cd => p_course_cd,