DBA Data[Home] [Help]

APPS.GME_TRANS_ENGINE_UTIL dependencies on IC_WHSE_MST

Line 908: l_whse_loct_ctl ic_whse_mst.whse_code%TYPE;

904: IS
905: l_matl_dtl gme_material_details%ROWTYPE;
906: l_item_mst ic_item_mst%ROWTYPE;
907: l_ic_tran_pnd ic_tran_pnd%ROWTYPE;
908: l_whse_loct_ctl ic_whse_mst.whse_code%TYPE;
909: l_def_lot_found BOOLEAN;
910:
911: CURSOR cur_get_def_trans (
912: v_batch_id gme_batch_header.batch_id%TYPE

Line 939: FROM ic_whse_mst

935:
936: CURSOR cur_get_whse_ctl (v_whse_code IN VARCHAR2)
937: IS
938: SELECT loct_ctl
939: FROM ic_whse_mst
940: WHERE whse_code = v_whse_code;
941:
942: get_trans_rec cur_get_def_trans%ROWTYPE;
943: l_tran_whse ps_whse_eff.whse_code%TYPE;