DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on WIP_OPERATION_RESOURCES

Line 337: wip_operation_resources wr,

333: x_operation_seq_num,
334: x_department_code
335: from wip_entities we,
336: bom_departments bd,
337: wip_operation_resources wr,
338: wip_operations wn,
339: wip_operations wo
340: where wo.wip_entity_id = x_wip_entity_id
341: and wo.organization_id = x_organization_id

Line 386: wip_operation_resources wr,

382: SELECT wn.operation_seq_num sequence,
383: bd.department_code department
384: INTO x_operation_seq_num, x_department_code
385: FROM bom_departments bd,
386: wip_operation_resources wr,
387: wip_operations wn,
388: wip_operations wo
389: WHERE wo.wip_entity_id = x_wip_entity_id
390: AND wo.organization_id = x_organization_id