Main Tables Views Indexes Constraints Triggers Procedures Functions Packages Sanity check Index

ACS3 Data Model

Package source Package body source

BM_LIST_PKG

Package source

Source
     1: package bm_list_pkg as
     2:   type t_bookmark_ids is table of bm_list.bookmark_id%TYPE
     3:     index BY binary_integer;
     4:   v_updated_ids	t_bookmark_ids;
     5:   v_num_entries binary_integer := 0;
     6: END bm_list_pkg;


Generated by OraSchemaDoc, (c) Aram Kananov, 2002