DBA Data[Home] [Help]

APPS.IGS_AD_IMP_UH_TST_PKG dependencies on STANDARD

Line 80: -- Handle the standard igs-message stack

76: ROLLBACK TO impuhtst;
77:
78: retcode := 2;
79:
80: -- Handle the standard igs-message stack
81: igs_ge_msg_stack.conc_exception_hndl;
82:
83: END imp_convt_tst_scrs;
84:

Line 282: X_NON_STANDARD_ADMIN => NULL,

278: X_SCORE_REPORT_DATE => NULL,
279: X_EDU_LEVEL_ID => NULL,
280: X_SCORE_TYPE => c_score_typ_rec.score_type,
281: X_SCORE_SOURCE_ID => NULL,
282: X_NON_STANDARD_ADMIN => NULL,
283: X_COMP_TEST_SCORE => l_test_scores,
284: X_SPECIAL_CODE => NULL,
285: X_REGISTRATION_NUMBER => NULL,
286: X_GRADE_ID => NULL,

Line 340: X_NON_STANDARD_ADMIN => c_other_test_rec.non_standard_admin,

336: X_SCORE_REPORT_DATE => c_other_test_rec.score_report_date,
337: X_EDU_LEVEL_ID => c_other_test_rec.edu_level_id,
338: X_SCORE_TYPE => c_other_test_rec.score_type,
339: X_SCORE_SOURCE_ID => c_other_test_rec.score_source_id,
340: X_NON_STANDARD_ADMIN => c_other_test_rec.non_standard_admin,
341: X_COMP_TEST_SCORE => c_other_test_rec.comp_test_score,
342: X_SPECIAL_CODE => c_other_test_rec.special_code,
343: X_REGISTRATION_NUMBER => c_other_test_rec.registration_number,
344: X_GRADE_ID => c_other_test_rec.grade_id,