create or replace package body po_frameset_b is procedure main is begin x.t(''); x.o(''); x.o(' '); x.j(' ', 'po_content_b.packages'); x.c(' '); x.c(''); end; end po_frameset_b; /