DBA Data[Home] [Help]

APPS.GMI_INVENTORY_CLOSE_CONC dependencies on IC_LOCT_MST

Line 37: SUBTYPE location_type IS ic_loct_mst.location%TYPE;

33: SUBTYPE whse_type IS ic_whse_mst.whse_code%TYPE;
34: --SUBTYPE period_type IS ic_whse_sts.period%TYPE;
35: SUBTYPE item_srg_type IS ic_item_mst.item_id%TYPE;
36: SUBTYPE lot_srg_type IS ic_lots_mst.lot_id%TYPE;
37: SUBTYPE location_type IS ic_loct_mst.location%TYPE;
38: SUBTYPE doc_type IS ic_tran_pnd.doc_type%TYPE;
39: SUBTYPE ln_type IS ic_tran_pnd.line_type%TYPE;
40: SUBTYPE reasoncode_type IS ic_tran_pnd.reason_code%TYPE;
41: SUBTYPE trans_srg_type IS ic_tran_pnd.trans_id%TYPE;