DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on BOM_STD_OP_RESOURCES

Line 285: bom_std_op_resources bsor

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