DBA Data[Home] [Help]

APPS.IGS_PS_GEN_008 dependencies on IGS_AS_VAL_GSG

Line 1625: IF (IGS_AS_VAL_GSG.assp_val_gs_cur_fut(

1621: l_message_name := NULL;
1622: OPEN cur_latest_gs_ver(v_unit_assessment_item_rec.grading_schema_cd);
1623: FETCH cur_latest_gs_ver INTO v_latest_gs_ver;
1624: CLOSE cur_latest_gs_ver;
1625: IF (IGS_AS_VAL_GSG.assp_val_gs_cur_fut(
1626: v_unit_assessment_item_rec.grading_schema_cd,
1627: v_latest_gs_ver.maxm,
1628: l_message_name) = TRUE) THEN
1629: --

Line 2232: IF igs_as_val_gsg.assp_val_gs_cur_fut(

2228: -- When call to the following function returns TRUE it inserts the
2229: -- Approved Grading Schema with the new Unit Version and new Grading
2230: -- Schema Version if available. Otherwise it should not insert the
2231: -- Grading Schema for the Unit Version.
2232: IF igs_as_val_gsg.assp_val_gs_cur_fut(
2233: l_appr_grd_sch.grading_schema_cd,
2234: l_max_ver_grd_sch,
2235: l_message_name) THEN
2236: l_rowid := NULL;

Line 3170: (igs_as_val_gsg.assp_val_gs_cur_fut(

3166: p_message_name) = TRUE
3167: ) AND
3168: -- if grading schema is in the current or future,
3169: -- continue validation
3170: (igs_as_val_gsg.assp_val_gs_cur_fut(
3171: v_uoo_rec.grading_schema_cd,
3172: v_latest_gs_version,
3173: p_message_name) = TRUE) THEN
3174: