DBA Data[Home] [Help]

APPS.IGS_HE_PROG_TRANSFER_PKG dependencies on IGS_HE_ST_SPA_ALL_PKG

Line 980: igs_he_st_spa_all_pkg.insert_row(

976: v_student_inst_number := l_std_inst_num ;
977:
978: -- create the SPA record for the old program attempt
979: --Insert Values Into Record
980: igs_he_st_spa_all_pkg.insert_row(
981: x_rowid => v_rowid,
982: x_hesa_st_spa_id => v_hesa_st_spa_id,
983: x_org_id => v_org_id,
984: x_person_id => p_person_id,

Line 1061: igs_he_st_spa_all_pkg.insert_row(

1057:
1058: v_rowid := NULL ;
1059: v_hesa_st_spa_id := NULL ;
1060:
1061: igs_he_st_spa_all_pkg.insert_row(
1062: x_rowid => v_rowid,
1063: x_hesa_st_spa_id => v_hesa_st_spa_id,
1064: x_org_id => v_org_id,
1065: x_person_id => p_person_id,

Line 1194: igs_he_st_spa_all_pkg.insert_row(

1190:
1191: END IF; -- if old program's qualification aim is same as that of new program
1192:
1193: --Insert Values Into Record
1194: igs_he_st_spa_all_pkg.insert_row(
1195: x_rowid => v_rowid,
1196: x_hesa_st_spa_id => v_hesa_st_spa_id,
1197: x_org_id => v_org_id,
1198: x_person_id => p_person_id,