DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_SS_PKG dependencies on IGS_AD_TEST_RESULTS

Line 1979: FROM igs_ad_test_results

1975:
1976: CURSOR parent_cur(cp_test_results_id igs_ad_tst_rslt_dtls.test_results_id%TYPE)
1977: IS
1978: SELECT test_date
1979: FROM igs_ad_test_results
1980: WHERE test_results_id = cp_test_results_id;
1981:
1982: record_info_rec record_info_cur%ROWTYPE;
1983: l_test_date DATE;