DBA Data[Home] [Help]

APPS.GMICVAL dependencies on IC_LOTS_MST

Line 8: SUBTYPE lot_surg_type IS ic_lots_mst.lot_id%TYPE;

4: /* Subtypes
5: ======== */
6: SUBTYPE item_surg_type IS ic_item_mst.item_id%TYPE;
7: SUBTYPE item_number_type IS ic_item_mst.item_no%TYPE;
8: SUBTYPE lot_surg_type IS ic_lots_mst.lot_id%TYPE;
9: SUBTYPE form_surg_type IS lm_item_dat.formula_id%TYPE;
10: SUBTYPE lab_type IS lm_item_dat.lab_type%TYPE;
11: SUBTYPE reason_type IS sy_reas_cds.reason_code%TYPE;
12: SUBTYPE loct_type IS ic_loct_mst.location%TYPE;

Line 16: SUBTYPE lot_no_type IS ic_lots_mst.lot_no%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;
20: SUBTYPE dev_type IS ic_item_mst.deviation_hi%TYPE;

Line 17: SUBTYPE desc_type IS ic_lots_mst.lot_desc%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;
20: SUBTYPE dev_type IS ic_item_mst.deviation_hi%TYPE;
21: SUBTYPE quantity_type IS ic_loct_inv.loct_onhand%TYPE;