DBA Data[Home] [Help]

APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_AD_TST_RSLT_DTLS

Line 333: Igs_Ad_Tst_Rslt_Dtls_Pkg.Get_FK_Igs_Ad_Test_Results (

329: ***************************************************************/
330:
331: BEGIN
332:
333: Igs_Ad_Tst_Rslt_Dtls_Pkg.Get_FK_Igs_Ad_Test_Results (
334: old_references.test_results_id
335: );
336:
337: END Check_Child_Existance;

Line 357: FROM igs_ad_tst_rslt_dtls

353: ***************************************************************/
354:
355: CURSOR cur_rowid(cp_test_results_id NUMBER) IS
356: SELECT rowid
357: FROM igs_ad_tst_rslt_dtls
358: WHERE test_results_id = cp_test_results_id;
359:
360: lv_rowid cur_rowid%RowType;
361: