andrewg
committed
on 12 Mar 05
This is just a comment on the previous commit. Oracle was refusing to compile the package because the specification and body were not decla… Show more
This is just a comment on the previous commit.  Oracle was refusing to compile the package because the specification and body were not declaring the type in an identical way.  The specification says that the package_id column is of type acs_objects.package_id%TYPE but the body previously was declaring it cr_folders.package_id%TYPE.  That wasn't good enough for Oracle.  Now the two are declaring the type the same way.

Show less