DBA Data[Home] [Help]

APPS.OKC_OC_INT_PRICING_PVT dependencies on OKC_PRICE_ADJUSTMENTS

Line 183: TYPE k_price_adj_rec_type IS RECORD(id okc_price_adjustments.id%TYPE,level VARCHAR2(1));

179: -- =========================================================================
180: -- =========================================================================
181:
182:
183: TYPE k_price_adj_rec_type IS RECORD(id okc_price_adjustments.id%TYPE,level VARCHAR2(1));
184:
185: TYPE k_price_adj_tab_type IS TABLE OF k_price_adj_rec_type index by binary_integer;
186:
187: