DBA Data[Home] [Help]

APPS.INV_WIP_PICKING_PVT dependencies on MTL_PARAMETERS

Line 259: FROM mtl_parameters

255: -- The parameter is for whether pick confirm is required or not,
256: -- so the auto-pick confirm flag is the opposite of this.
257: SELECT DECODE(NVL(mo_pick_confirm_required, 2), 1, fnd_api.g_false, 2, fnd_api.g_true, fnd_api.g_true)
258: INTO l_auto_pick_confirm
259: FROM mtl_parameters
260: WHERE organization_id = l_organization_id;
261: EXCEPTION
262: WHEN NO_DATA_FOUND THEN
263: IF (l_debug = 1) THEN