DBA Data[Home] [Help]

APPS.AHL_PRD_OPERATIONS_PVT dependencies on FND_PROFILE

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

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