DBA Data[Home] [Help]

APPS.GMICDEP dependencies on IC_LOCT_MST

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

8: SUBTYPE whse_type IS ic_whse_mst.whse_code%TYPE;
9: SUBTYPE period_type IS ic_whse_sts.period%TYPE;
10: SUBTYPE item_srg_type IS ic_item_mst.item_id%TYPE;
11: SUBTYPE lot_srg_type IS ic_lots_mst.lot_id%TYPE;
12: SUBTYPE location_type IS ic_loct_mst.location%TYPE;
13: SUBTYPE doc_type IS ic_tran_pnd.doc_type%TYPE;
14: SUBTYPE ln_type IS ic_tran_pnd.line_type%TYPE;
15: SUBTYPE reasoncode_type IS ic_tran_pnd.reason_code%TYPE;
16: SUBTYPE trans_srg_type IS ic_tran_pnd.trans_id%TYPE;