2616: -- Creating the device region if MES is uptaken
2617:
2618: log_error(g_pkg_name || l_api_name, ' Creating device region');
2619:
2620: IF FND_PROFILE.VALUE('WIP_MES_OPS_FLAG') = 1 THEN
2621: l_device_region := create_device_region(p_plan_id, l_device_region_code);
2622: IF l_device_region.id is not null THEN
2623: add_child_to_parent(l_top_region, l_device_region, 'contents');
2624: END IF;
3198: 'stackLayout');
3199:
3200: -- Creating the device region if MES is uptaken
3201:
3202: IF FND_PROFILE.VALUE('WIP_MES_OPS_FLAG') = 1 THEN
3203: l_device_region := create_device_region(p_plan_id, l_device_region_code);
3204:
3205: IF l_device_region.id is not null THEN
3206: add_child_to_parent(l_stk_region, l_device_region, 'contents');
3316: 'stackLayout');
3317:
3318: -- Creating the device region if MES is uptaken
3319:
3320: IF FND_PROFILE.VALUE('WIP_MES_OPS_FLAG') = 1 THEN
3321: l_device_region := create_device_region(p_plan_id, l_device_region_code);
3322:
3323: IF l_device_region.id is not null THEN
3324: add_child_to_parent(l_stk_region, l_device_region, 'contents');