DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on FND_PROFILE

Line 2631: l_qa_inspection_type:= FND_PROFILE.value('AHL_NR_WO_PLAN_TYPE');

2627:
2628: IF p_x_prd_workorder_rec.MASTER_WORKORDER_FLAG = 'Y' THEN
2629: l_qa_inspection_type:= NULL;
2630: ELSIF p_x_prd_workorder_rec.ROUTE_ID IS NULL THEN
2631: l_qa_inspection_type:= FND_PROFILE.value('AHL_NR_WO_PLAN_TYPE');
2632: ELSIF p_x_prd_workorder_rec.ROUTE_ID IS NOT NULL THEN
2633: OPEN get_route_inspection_type(p_x_prd_workorder_rec.ROUTE_ID);
2634: FETCH get_route_inspection_type INTO l_qa_inspection_type;
2635: CLOSE get_route_inspection_type;