DBA Data[Home] [Help]

APPS.WIP_WS_LABOR_METRIC_PUB dependencies on WIP_OPERATION_RESOURCES

Line 507: from wip_operation_resources

503: res_id number,
504: move_qty number)
505: is
506: select usage_rate_or_amount *decode(sign(move_qty),-1,0,move_qty) usage_rate,uom_code,basis_type
507: from wip_operation_resources
508: where organization_id= org_id
509: and wip_entity_id= we_ent_id
510: and operation_seq_num= op_seq_num
511: and resource_id = res_id;