DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on BOM_DEPARTMENTS

Line 1499: from bom_departments

1495: else
1496: if(wjsi_row.owning_department is null and wjsi_row.owning_department_code is not null) then
1497: select department_id
1498: into wjsi_row.owning_department
1499: from bom_departments
1500: where department_code = wjsi_row.owning_department_code
1501: and organization_id = wjsi_row.organization_id;
1502: elsif(wjsi_row.owning_department is null and wjsi_row.owning_department_code is null) then
1503: wip_eamworkorder_pvt.get_eam_owning_dept_default(p_api_version => 1.0,