DBA Data[Home] [Help]

APPS.IGS_HE_ST_SPA_ALL_PKG dependencies on IGS_GE_GEN_003

Line 726: || smvk 13-Feb-2002 Call to igs_ge_gen_003.get_org_id

722: || Purpose : Handles the INSERT DML logic for the table.
723: || Known limitations, enhancements or remarks :
724: || Change History :
725: || Who When What
726: || smvk 13-Feb-2002 Call to igs_ge_gen_003.get_org_id
727: || w.r.t. SWCR006
728: || (reverse chronological order - newest change first)
729: */
730: CURSOR c IS

Line 772: x_org_id => igs_ge_gen_003.get_org_id,

768: before_dml(
769: p_action => 'INSERT',
770: x_rowid => x_rowid,
771: x_hesa_st_spa_id => x_hesa_st_spa_id,
772: x_org_id => igs_ge_gen_003.get_org_id,
773: x_person_id => x_person_id,
774: x_course_cd => x_course_cd,
775: x_version_number => x_version_number,
776: x_fe_student_marker => x_fe_student_marker,

Line 1294: ||smvk 13-feb-2002 Call to igs_ge_gen_003.get_org_id

1290: || Purpose : Handles the UPDATE DML logic for the table.
1291: || Known limitations, enhancements or remarks :
1292: || Change History :
1293: || Who When What
1294: ||smvk 13-feb-2002 Call to igs_ge_gen_003.get_org_id
1295: || w.r.t. SWCR006
1296: ||
1297: || (reverse chronological order - newest change first)
1298: */

Line 1331: x_org_id => igs_ge_gen_003.get_org_id,

1327: before_dml(
1328: p_action => 'UPDATE',
1329: x_rowid => x_rowid,
1330: x_hesa_st_spa_id => x_hesa_st_spa_id,
1331: x_org_id => igs_ge_gen_003.get_org_id,
1332: x_person_id => x_person_id,
1333: x_course_cd => x_course_cd,
1334: x_version_number => x_version_number,
1335: x_fe_student_marker => x_fe_student_marker,