DBA Data[Home] [Help]

APPS.GMICVAL dependencies on IC_LOTS_STS

Line 15: SUBTYPE status_type IS ic_lots_sts.lot_status%TYPE;

11: SUBTYPE reason_type IS sy_reas_cds.reason_code%TYPE;
12: SUBTYPE loct_type IS ic_loct_mst.location%TYPE;
13: SUBTYPE whse_type IS ic_whse_mst.whse_code%TYPE;
14: SUBTYPE grade_type IS qc_grad_mst.qc_grade%TYPE;
15: SUBTYPE status_type IS ic_lots_sts.lot_status%TYPE;
16: SUBTYPE lot_no_type IS ic_lots_mst.lot_no%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;