DBA Data[Home] [Help]

APPS.GR_EXPLOSIONS dependencies on GR_ITEM_GENERAL

Line 31: TYPE t_missing_ing_list IS TABLE OF gr_item_general.item_code%TYPE

27: /*
28: ** PL/SQL table defined for global use with the package procedures
29: ** to record the missing ingredients while exploding the formula.
30: */
31: TYPE t_missing_ing_list IS TABLE OF gr_item_general.item_code%TYPE
32: INDEX BY BINARY_INTEGER;
33:
34: /*
35: ** Datastructures