DBA Data[Home] [Help]

APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on BOM_DEPARTMENTS

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

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