APPS.IGW_REPORT_PROCESSING dependencies on IGW_STUDY_TITLES
Line 1157: from igw_study_titles ST,
1153: v_subjects integer;
1154: begin
1155: select no_of_subjects
1156: into v_subjects 1157: from igw_study_titles ST, 1158: igw_subject_information SI
1159: where ST.proposal_id = p_proposal_id and
1160: ST.study_title_id = SI.study_title_id and
1161: SI.subject_race_code = p_subject_race and