DBA Data[Home] [Help]

APPS.GML_ACCT_GENERATE dependencies on IC_WHSE_MST

Line 215: x_to_whse ic_whse_mst.whse_code%TYPE;

211: x_whse_orgn_code sy_orgn_mst.orgn_code%TYPE;
212: x_shipvend_id NUMBER;
213: x_item_no ic_item_mst.item_no%TYPE;
214: x_gl_item_id ic_item_mst.item_id%TYPE;
215: x_to_whse ic_whse_mst.whse_code%TYPE;
216:
217: Cursor cur_opm_item IS
218: Select mst.item_no , mst.item_id, mst.gl_class
219: from ic_item_mst mst, mtl_system_items mtl

Line 226: from sy_orgn_mst mst, ic_whse_mst whse

222: mtl.segment1 = mst.item_no;
223:
224: Cursor cur_opm_orgn IS
225: Select mst.co_code, whse.orgn_code, whse.whse_code
226: from sy_orgn_mst mst, ic_whse_mst whse
227: where whse.MTL_ORGANIZATION_ID = v_dest_org_id and
228: whse.orgn_code = mst.orgn_code ;
229:
230: Cursor cur_base_curr is