DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on WIP_OPERATION_RESOURCES

Line 1004: wip_operation_resources wr,

1000: x_op_seq_num_dsp,
1001: x_department_code
1002: from wip_entities we,
1003: bom_departments bd,
1004: wip_operation_resources wr,
1005: wip_operations wn,
1006: wip_operations wo
1007: where wo.wip_entity_id = x_wip_entity_id
1008: and wo.organization_id = x_organization_id

Line 1050: wip_operation_resources wr,

1046: bd.department_code department
1047: INTO x_op_seq_num_dsp,
1048: x_department_code
1049: FROM bom_departments bd,
1050: wip_operation_resources wr,
1051: wip_operations wn,
1052: wip_operations wo
1053: WHERE wo.wip_entity_id = x_wip_entity_id
1054: AND wo.organization_id = x_organization_id