DBA Data[Home] [Help]

APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on BOM_DEPARTMENTS

Line 1091: select count(*) into l_count from bom_departments where

1087: return;
1088: end if;
1089:
1090: -- Validate owning department
1091: select count(*) into l_count from bom_departments where
1092: department_id = p_owning_department
1093: and organization_id = p_organization_id;
1094: if l_count <> 1 then
1095: x_return_status := 'E';