DBA Data[Home] [Help]

APPS.IGS_PR_PROUT_LGCY_PUB dependencies on IGS_PR_SDT_PR_UNT_ST_PKG

Line 1030: (igs_pr_sdt_pr_unt_st_pkg.get_pk_for_validation (

1026: (p_lgcy_prout_rec.program_cd IS NOT NULL) AND
1027: (p_sequence_number IS NOT NULL) AND
1028: (p_lgcy_prout_rec.unit_set_cd IS NOT NULL) AND
1029: (p_lgcy_prout_rec.us_version_number IS NOT NULL) AND
1030: (igs_pr_sdt_pr_unt_st_pkg.get_pk_for_validation (
1031: p_person_id,
1032: p_lgcy_prout_rec.program_cd,
1033: p_sequence_number,
1034: p_lgcy_prout_rec.unit_set_cd,

Line 1619: igs_pr_sdt_pr_unt_st_pkg.insert_row (

1615: --
1616: -- Create an entry in the igs_pr_sdt_pr_unt_st if the hold effect type is 'EXC_CRS_US'
1617: --
1618: l_rowid := NULL;
1619: igs_pr_sdt_pr_unt_st_pkg.insert_row (
1620: x_rowid => l_rowid,
1621: x_person_id => l_person_id,
1622: x_course_cd => p_lgcy_prout_rec.program_cd,
1623: x_spo_sequence_number => l_outcome_sequence_number,