DBA Data[Home] [Help]

APPS.IEU_DIAG_AUDIT_TRACK_PVT dependencies on IEU_DIAG_GROUP_OBJ

Line 1218: x_groups(x_groups.last) := IEU_DIAG_GROUP_OBJ(l_count, l_ws_name);

1214: -- start new work source
1215: --dbms_output.put_line('l_ws_name is '|| l_ws_name||', cur_rec.ws_name is '||cur_rec.ws_name);
1216: j := j+1;
1217: x_groups.extend(1);
1218: x_groups(x_groups.last) := IEU_DIAG_GROUP_OBJ(l_count, l_ws_name);
1219: -- x_msg_data := x_msg_data || ' work source name is '||cur_rec.ws_name;
1220: l_count := 0;
1221: END IF ;
1222: l_count := l_count+1;

Line 1227: x_groups(x_groups.last) := IEU_DIAG_GROUP_OBJ(l_count, l_ws_name);

1223: end LOOP;
1224: -- for last record
1225: IF (l_count > 0) then
1226: x_groups.extend(1);
1227: x_groups(x_groups.last) := IEU_DIAG_GROUP_OBJ(l_count, l_ws_name);
1228: x_msg_data := x_msg_data || ' , outside the loop of cur_rec. ';
1229: END if;
1230: --dbms_output.put_line('x_groups count is '||x_groups.count);
1231: