DBA Data[Home] [Help]

APPS.INV_LOT_SEL_ATTR dependencies on MTL_LOT_NUMBERS

Line 19: TYPE n_attribute_table_type IS TABLE OF mtl_lot_numbers.n_attribute1%TYPE INDEX BY BINARY_INTEGER;

15: -- Table type definition for an array of cb_chart_status_rec_type records.
16: TYPE lot_sel_attributes_tbl_type is TABLE OF lot_sel_attributes_rec_type
17: INDEX BY BINARY_INTEGER;
18:
19: TYPE n_attribute_table_type IS TABLE OF mtl_lot_numbers.n_attribute1%TYPE INDEX BY BINARY_INTEGER;
20: TYPE d_attribute_table_type IS TABLE OF mtl_lot_numbers.d_attribute1%TYPE INDEX BY BINARY_INTEGER;
21: TYPE c_attribute_table_type IS TABLE OF mtl_lot_numbers.c_attribute1%TYPE INDEX BY BINARY_INTEGER;
22:
23: TYPE t_genref IS REF CURSOR;

Line 20: TYPE d_attribute_table_type IS TABLE OF mtl_lot_numbers.d_attribute1%TYPE INDEX BY BINARY_INTEGER;

16: TYPE lot_sel_attributes_tbl_type is TABLE OF lot_sel_attributes_rec_type
17: INDEX BY BINARY_INTEGER;
18:
19: TYPE n_attribute_table_type IS TABLE OF mtl_lot_numbers.n_attribute1%TYPE INDEX BY BINARY_INTEGER;
20: TYPE d_attribute_table_type IS TABLE OF mtl_lot_numbers.d_attribute1%TYPE INDEX BY BINARY_INTEGER;
21: TYPE c_attribute_table_type IS TABLE OF mtl_lot_numbers.c_attribute1%TYPE INDEX BY BINARY_INTEGER;
22:
23: TYPE t_genref IS REF CURSOR;
24:

Line 21: TYPE c_attribute_table_type IS TABLE OF mtl_lot_numbers.c_attribute1%TYPE INDEX BY BINARY_INTEGER;

17: INDEX BY BINARY_INTEGER;
18:
19: TYPE n_attribute_table_type IS TABLE OF mtl_lot_numbers.n_attribute1%TYPE INDEX BY BINARY_INTEGER;
20: TYPE d_attribute_table_type IS TABLE OF mtl_lot_numbers.d_attribute1%TYPE INDEX BY BINARY_INTEGER;
21: TYPE c_attribute_table_type IS TABLE OF mtl_lot_numbers.c_attribute1%TYPE INDEX BY BINARY_INTEGER;
22:
23: TYPE t_genref IS REF CURSOR;
24:
25: /* procedure definition to fetch the attribute category