DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on BOM_DEPARTMENTS

Line 1475: from bom_departments

1471: else
1472: if(wjsi_row.owning_department is null and wjsi_row.owning_department_code is not null) then
1473: select department_id
1474: into wjsi_row.owning_department
1475: from bom_departments
1476: where department_code = wjsi_row.owning_department_code
1477: and organization_id = wjsi_row.organization_id;
1478: elsif(wjsi_row.owning_department is null and wjsi_row.owning_department_code is null) then
1479: wip_eamworkorder_pvt.get_eam_owning_dept_default(p_api_version => 1.0,