DBA Data[Home] [Help]

APPS.IGW_REPORT_PROCESSING dependencies on IGW_SUBJECT_INFORMATION

Line 1158: igw_subject_information SI

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
1162: SI.subject_type_code = p_subject_gender and