DBA Data[Home] [Help]

APPS.WSMPLCVA dependencies on WSM_SUBINVENTORY_EXTENSIONS

Line 30: type t_subinv IS table of wsm_subinventory_extensions.secondary_inventory_name%type

26: -- ================================================================================================
27: -- creating an index by table that'll store the valid hash(subinv+org) as index for easy validation
28: -- ================================================================================================
29:
30: type t_subinv IS table of wsm_subinventory_extensions.secondary_inventory_name%type
31: index by binary_integer;
32: v_subinv t_subinv;
33:
34: