DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on WIP_EAM_PARAMETERS

Line 76: FROM WIP_EAM_PARAMETERS

72: IF(l_workflow_enabled ='Y' AND p_maint_obj_source=1) THEN
73: BEGIN
74: SELECT eam_wo_workflow_enabled
75: INTO l_workflow_enabled
76: FROM WIP_EAM_PARAMETERS
77: WHERE organization_id =p_organization_id;
78: EXCEPTION
79: WHEN NO_DATA_FOUND THEN
80: l_workflow_enabled := 'N';

Line 9060: from wip_eam_parameters

9056: if l_count >=1 then
9057: if (l_eam_wo_rec.owning_department is null) then
9058: select count(*)
9059: into l_count
9060: from wip_eam_parameters
9061: where organization_id = l_eam_wo_rec.organization_id
9062: and default_department_id is null;
9063: else
9064: l_count := 0;