DBA Data[Home] [Help]

APPS.OUTSIDE_PROC_SV dependencies on WIP_OSP_OPERATIONS_VAL_V

Line 198: FROM wip_osp_operations_val_v

194: IF x_wip_repetitive_schedule_id is NULL THEN
195:
196: SELECT department_code, operation_code
197: INTO x_bom_department_code, x_wip_operation_code
198: FROM wip_osp_operations_val_v
199: WHERE organization_id = x_dest_org_id
200: AND operation_seq_num = x_wip_operation_seq_num
201: AND wip_entity_id = x_entity_id
202: AND x_wip_repetitive_schedule_id is null;

Line 209: FROM wip_osp_operations_val_v

205: ELSE
206:
207: SELECT department_code, operation_code
208: INTO x_bom_department_code, x_wip_operation_code
209: FROM wip_osp_operations_val_v
210: WHERE organization_id = x_dest_org_id
211: AND operation_seq_num = x_wip_operation_seq_num
212: AND wip_entity_id = x_entity_id
213: AND x_wip_repetitive_schedule_id is not null