DBA Data[Home] [Help]

APPS.QA_SSQR_JRAD_PKG dependencies on FND_PROFILE

Line 2525: IF FND_PROFILE.VALUE('WIP_MES_OPS_FLAG') = 1 THEN

2521: -- Creating the device region if MES is uptaken
2522:
2523: log_error(g_pkg_name || l_api_name, ' Creating device region');
2524:
2525: IF FND_PROFILE.VALUE('WIP_MES_OPS_FLAG') = 1 THEN
2526: l_device_region := create_device_region(p_plan_id, l_device_region_code);
2527: IF l_device_region.id is not null THEN
2528: add_child_to_parent(l_top_region, l_device_region, 'contents');
2529: END IF;

Line 3107: IF FND_PROFILE.VALUE('WIP_MES_OPS_FLAG') = 1 THEN

3103: 'stackLayout');
3104:
3105: -- Creating the device region if MES is uptaken
3106:
3107: IF FND_PROFILE.VALUE('WIP_MES_OPS_FLAG') = 1 THEN
3108: l_device_region := create_device_region(p_plan_id, l_device_region_code);
3109:
3110: IF l_device_region.id is not null THEN
3111: add_child_to_parent(l_stk_region, l_device_region, 'contents');

Line 3225: IF FND_PROFILE.VALUE('WIP_MES_OPS_FLAG') = 1 THEN

3221: 'stackLayout');
3222:
3223: -- Creating the device region if MES is uptaken
3224:
3225: IF FND_PROFILE.VALUE('WIP_MES_OPS_FLAG') = 1 THEN
3226: l_device_region := create_device_region(p_plan_id, l_device_region_code);
3227:
3228: IF l_device_region.id is not null THEN
3229: add_child_to_parent(l_stk_region, l_device_region, 'contents');