[Home] [Help]
74: Index By Binary_Integer;
75: l_srv_cust_prod_tbl srv_cust_prod_tbl;
76:
77: -- Following Table will be used for the Records Group for Available Services
78: Type srv_item_id_tbl IS TABLE OF OE_ITEMS_V.INVENTORY_ITEM_ID%TYPE
79: Index By Binary_Integer;
80: l_srv_tbl srv_item_id_tbl;
81: Type srv_items_rec IS RECORD(
82: Item VARCHAR2(50),