DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on BOM_STD_OP_RESOURCES

Line 283: bom_std_op_resources bsor

279: bsor.resource_seq_num, -- Added : -- bug 7371859(Schedule Seq Num= Resource Seq Num)
280: 0 -- Added : -- bug 7371859
281: from wip_operations wo,
282: bom_resources br,
283: bom_std_op_resources bsor
284: where bsor.standard_operation_id = p_operation_id
285: and br.resource_id = bsor.resource_id
286: and nvl(br.disable_date, SYSDATE + 1) > SYSDATE
287: and wo.organization_id = p_org_id