APPS.IGW_REPORT_PROCESSING dependencies on IGW_ORG_TYPES
Line 1320: from igw_org_types
1316: row_count integer;
1317: begin
1318: select count(*)
1319: into row_count 1320: from igw_org_types 1321: where organization_id = p_org_id
1322: and organization_type_code in (p_org_type1, p_org_type2, p_org_type3);
1323: if row_count > 0 then
1324: return('X');