DBA Data[Home] [Help]

APPS.AHL_PRD_OPERATIONS_PVT dependencies on FND_PROFILE

Line 131: l_qa_inspection_type:=fnd_profile.value('AHL_NR_WO_OP_PLAN_TYPE');

127: END IF;
128:
129: IF ( l_job_route_id IS NULL AND
130: p_x_prd_workoper_rec.operation_id IS NULL ) THEN
131: l_qa_inspection_type:=fnd_profile.value('AHL_NR_WO_OP_PLAN_TYPE');
132:
133: IF ( G_DEBUG = 'Y' ) THEN
134: AHL_DEBUG_PUB.debug( 'Defaulting QA Inspection Type for Operation from Profile' );
135: END IF;