DBA Data[Home] [Help]

APPS.GMICVAL dependencies on IC_LOCT_INV

Line 21: SUBTYPE quantity_type IS ic_loct_inv.loct_onhand%TYPE;

17: SUBTYPE desc_type IS ic_lots_mst.lot_desc%TYPE;
18: SUBTYPE dualum_type IS ic_item_mst.dualum_ind%TYPE;
19: SUBTYPE uom_type IS ic_item_mst.item_um%TYPE;
20: SUBTYPE dev_type IS ic_item_mst.deviation_hi%TYPE;
21: SUBTYPE quantity_type IS ic_loct_inv.loct_onhand%TYPE;
22: SUBTYPE orgn_type IS sy_orgn_mst.orgn_code%TYPE;
23: SUBTYPE ctl_type IS ic_item_mst.loct_ctl%TYPE;
24: SUBTYPE flag_type IS NUMBER;
25: