DBA Data[Home] [Help]

APPS.WIP_WS_TIME_ENTRY dependencies on BOM_DEPARTMENTS

Line 3599: from wip_operations wo, bom_departments bd

3595: -- Bug 13481688 @End
3596: --Bug 10097774 get department_id and department_code
3597: select wo.department_id, bd.department_code
3598: into l_department_id, l_department_code
3599: from wip_operations wo, bom_departments bd
3600: where wo.wip_entity_id = p_wip_entity_id
3601: and wo.operation_seq_num = p_operation_seq_num
3602: and wo.department_id = bd.department_id;
3603: