Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: pl/sql table and commit
Rats to me !@#$%
Its the dams EXISTS which never returns true ASP42.tab_ClinicUser.EXISTS(R1.r_clinic)
The code which loads "tab_ClinicUser" is defined at the end of my 2000+ packages body definition, after all proc definition?
BEGIN
FOR rec_clinic IN (SELECT clinic_code from AS_T_CLINICS ORDER BY 1)
LOOP
tab_ClinicUser(rec_clinic.clinic_code) := rec_clinic;
END LOOP;
END;
How does this code gets executed? And when ? When I "replace or create"
the package ?
Received on Wed Nov 16 2005 - 14:45:31 CST
![]() |
![]() |