DBA Data[Home] [Help]

APPS.WSMPLCVA dependencies on WSM_STARTING_LOTS_INTERFACE

Line 47: type rec_item IS record(INVENTORY_ITEM_ID wsm_starting_lots_interface.INVENTORY_ITEM_ID%type,

43: -- ===============================================================================================
44: -- creating an index by table that'll store hash (assembly + component) item values as the index
45: -- ===============================================================================================
46:
47: type rec_item IS record(INVENTORY_ITEM_ID wsm_starting_lots_interface.INVENTORY_ITEM_ID%type,
48: PRIMARY_ITEM_ID wsm_lot_job_interface.PRIMARY_ITEM_ID%type);
49:
50: type t_mode2_item IS table of rec_item index by binary_integer;
51: