DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on WIP_EAM_PARAMETERS

Line 73: FROM WIP_EAM_PARAMETERS

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

Line 8510: from wip_eam_parameters

8506: if l_count >=1 then
8507: if (l_eam_wo_rec.owning_department is null) then
8508: select count(*)
8509: into l_count
8510: from wip_eam_parameters
8511: where organization_id = l_eam_wo_rec.organization_id
8512: and default_department_id is null;
8513: else
8514: l_count := 0;