DBA Data[Home] [Help]

APPS.GMIVLDX dependencies on FND_GLOBAL

Line 109: l_lot_rec.user_name := FND_GLOBAL.USER_NAME;

105: l_lot_rec.expire_date := p_lot_rec.opm_lot_expiration_date;
106: l_lot_rec.origination_type := 1;
107: l_lot_rec.vendor_lot_no := NULL;
108: l_lot_rec.shipvendor_no := NULL;
109: l_lot_rec.user_name := FND_GLOBAL.USER_NAME;
110:
111: GMIPAPI.Create_Lot
112: ( p_api_version => 3.0
113: , p_init_msg_list => FND_API.G_FALSE