DBA Data[Home] [Help]

APPS.IGS_RU_GEN_001 dependencies on IGS_AD_UP_DETAIL

Line 3077: FROM igs_ad_up_detail d

3073: l_tds r_tds ;
3074:
3075: CURSOR c_plc_chk IS
3076: SELECT d.unit_cd
3077: FROM igs_ad_up_detail d
3078: WHERE EXISTS (
3079: SELECT 'x'
3080: FROM igs_ad_test_results atr,
3081: igs_ad_up_header h

Line 3098: FROM igs_ad_up_detail det,

3094: test_segment_id,
3095: definition_level,
3096: min_score,
3097: max_score
3098: FROM igs_ad_up_detail det,
3099: igs_ad_up_header hed
3100: WHERE det.up_header_id = hed.up_header_id
3101: AND det.unit_cd = cp_unit_cd
3102: AND det.closed_ind ='N';