DBA Data[Home] [Help]

APPS.IGS_IN_GEN_001 dependencies on IGS_AS_GEN_003

Line 991: | knaraset 09-May-03 Modified cursors c_sua and c_sua1 and passed uoo_id in call IGS_AS_GEN_003.ASSP_GET_SUA_OUTCOME,

987: RETURN NUMBER AS
988: /*
989: | Who When What
990: |
991: | knaraset 09-May-03 Modified cursors c_sua and c_sua1 and passed uoo_id in call IGS_AS_GEN_003.ASSP_GET_SUA_OUTCOME,
992: | as part of MUS build bug 2829262
993: | rvivekan 09-sep-2003 Modified the behaviour of repeatable_ind column in igs_ps_unit_ver table. PSP integration build #3052433
994: |
995: */

Line 1081: v_result_type := IGS_AS_GEN_003.ASSP_GET_SUA_OUTCOME(

1077: RETURN 0;
1078: END IF;
1079: -- If the result type has no been specified, then call routine to\n -- retrieve it.
1080: IF p_s_result_type IS NULL THEN
1081: v_result_type := IGS_AS_GEN_003.ASSP_GET_SUA_OUTCOME(
1082: p_person_id,
1083: p_course_cd,
1084: p_unit_cd,
1085: p_cal_type,

Line 1125: v_result_type := IGS_AS_GEN_003.ASSP_GET_SUA_OUTCOME(

1121: ELSE
1122: -- If the unit isn't repeatable, only the first pass counts;
1123: -- ensure that this is the first pass.
1124: FOR v_sua1_rec IN c_sua1(v_sua_rec.ci_end_dt,v_sua_rec.location_cd,v_sua_rec.unit_class) LOOP
1125: v_result_type := IGS_AS_GEN_003.ASSP_GET_SUA_OUTCOME(
1126: p_person_id,
1127: p_course_cd,
1128: p_unit_cd,
1129: v_sua1_rec.cal_type,