DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on FND_PROFILE

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

3429:
3430: IF p_x_prd_workorder_rec.MASTER_WORKORDER_FLAG = 'Y' THEN
3431: l_qa_inspection_type:= NULL;
3432: ELSIF p_x_prd_workorder_rec.ROUTE_ID IS NULL THEN
3433: l_qa_inspection_type:= FND_PROFILE.value('AHL_NR_WO_PLAN_TYPE');
3434: ELSIF p_x_prd_workorder_rec.ROUTE_ID IS NOT NULL THEN
3435: OPEN get_route_inspection_type(p_x_prd_workorder_rec.ROUTE_ID);
3436: FETCH get_route_inspection_type INTO l_qa_inspection_type;
3437: CLOSE get_route_inspection_type;