DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on WIP_OPERATION_RESOURCES

Line 345: wip_operation_resources wr,

341: x_operation_seq_num,
342: x_department_code
343: from wip_entities we,
344: bom_departments bd,
345: wip_operation_resources wr,
346: wip_operations wn,
347: wip_operations wo
348: where wo.wip_entity_id = x_wip_entity_id
349: and wo.organization_id = x_organization_id

Line 394: wip_operation_resources wr,

390: SELECT wn.operation_seq_num sequence,
391: bd.department_code department
392: INTO x_operation_seq_num, x_department_code
393: FROM bom_departments bd,
394: wip_operation_resources wr,
395: wip_operations wn,
396: wip_operations wo
397: WHERE wo.wip_entity_id = x_wip_entity_id
398: AND wo.organization_id = x_organization_id