DBA Data[Home] [Help]

APPS.IGS_PR_GEN_004 dependencies on IGS_PR_STDNT_PR_FND_PKG

Line 3990: igs_pr_stdnt_pr_fnd_pkg.insert_row (

3986: FOR v_pfnd_rec IN c_pfnd LOOP
3987: DECLARE
3988: lv_rowid VARCHAR2(25);
3989: BEGIN
3990: igs_pr_stdnt_pr_fnd_pkg.insert_row (
3991: X_ROWID =>lv_rowid,
3992: X_PERSON_ID => p_person_id,
3993: X_COURSE_CD => p_course_cd,
3994: X_SPO_SEQUENCE_NUMBER => v_spo_sequence_number,

Line 4557: igs_pr_stdnt_pr_fnd_pkg.delete_row(v_sfnd_rec.ROWID);

4553: --
4554: -- Delete from IGS_PR_STDNT_PR_FND
4555: BEGIN
4556: FOR v_sfnd_rec IN c_sfnd (v_spo_rec.sequence_number) LOOP
4557: igs_pr_stdnt_pr_fnd_pkg.delete_row(v_sfnd_rec.ROWID);
4558: END LOOP;
4559: EXCEPTION
4560: WHEN e_record_locked THEN
4561: IF c_spu%ISOPEN THEN