DBA Data[Home] [Help]

APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_TEST_SEGS_INT_S

Line 475: l_score_band_upper igs_ad_test_segs_int.score_band_upper%type;

471: l_test_segment_id igs_ad_test_segs_int.test_segment_id%type;
472: l_test_score igs_ad_test_segs_int.test_score%type;
473: l_national_percentile igs_ad_act_statistics.national_norm%type;
474: l_state_percentile igs_ad_act_statistics.local_norm%type;
475: l_score_band_upper igs_ad_test_segs_int.score_band_upper%type;
476: l_score_band_lower igs_ad_test_segs_int.score_band_lower%type;
477: l_grade VARCHAR2(10);
478: l_Statistic_Category_desc igs_lookup_values.MEANING%type;
479:

Line 476: l_score_band_lower igs_ad_test_segs_int.score_band_lower%type;

472: l_test_score igs_ad_test_segs_int.test_score%type;
473: l_national_percentile igs_ad_act_statistics.national_norm%type;
474: l_state_percentile igs_ad_act_statistics.local_norm%type;
475: l_score_band_upper igs_ad_test_segs_int.score_band_upper%type;
476: l_score_band_lower igs_ad_test_segs_int.score_band_lower%type;
477: l_grade VARCHAR2(10);
478: l_Statistic_Category_desc igs_lookup_values.MEANING%type;
479:
480: BEGIN /* Main */

Line 1051: IGS_AD_TEST_SEGS_INT_S.NEXTVAL,

1047: LAST_UPDATE_LOGIN
1048: )
1049: VALUES
1050: (
1051: IGS_AD_TEST_SEGS_INT_S.NEXTVAL,
1052: l_interface_test_id,
1053: l_admission_test_type,
1054: l_test_segment_id,
1055: l_test_score,