correction:
Figure 8.2. Database Creation Script
...
function samplenote__new
...
PERFORM acs_permission__grant_permission(
v_samplenote_id,
>>>>p_owner_id,<<<<
''admin''
);
...
...
<blockquote>>>>p_owner_id<<<< should be p_creation_user?
</blockquote>
Randy