DBA Data[Home] [Help]

APPS.BOM_RTG_PVT dependencies on STANDARD

Line 3708: -- bug:5235684 SSOS is required for standard/network routing for serial controlled item

3704: END IF;
3705: END IF;
3706: /*above change for RBO support for OSFM*/
3707:
3708: -- bug:5235684 SSOS is required for standard/network routing for serial controlled item
3709: -- and it should be present on primary path.
3710: IF ( ( l_return_status = FND_API.G_RET_STS_SUCCESS )
3711: AND ( BOM_RTG_Globals.Get_Routing_Sequence_Id() IS NOT NULL ) )
3712: THEN

Line 3890: l_op_unexp_rec.Standard_Operation_Id := NULL ;

3886: -- Initialize the Unexposed Record for every iteration of the Loop
3887: -- so that sequence numbers get generated for every new row.
3888: --
3889: l_op_unexp_rec.Operation_Sequence_Id := NULL ;
3890: l_op_unexp_rec.Standard_Operation_Id := NULL ;
3891: l_op_unexp_rec.Department_Id := NULL ;
3892: l_op_unexp_rec.Process_Op_Seq_Id := NULL ;
3893: l_op_unexp_rec.Line_Op_Seq_Id := NULL ;
3894: l_op_unexp_rec.DG_Sequence_Id := NULL ;

Line 4165: -- Standard Routing, Flow Routing, Lot Based Routing.

4161:
4162:
4163: -- Process Flow Step : Check parent CFM Routing Flag
4164: -- Validate Non-Operated Columns using CFM Routing Flag
4165: -- Standard Routing, Flow Routing, Lot Based Routing.
4166: -- If a non-operated column is not null, the procedure set it to null
4167: -- and occur Warning.
4168: --
4169: BOM_Validate_Op_Seq.Check_NonOperated_Attribute

Line 6873: -- bug:5235684 SSOS is required for standard/network routing for serial controlled item

6869: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
6870: , x_return_status => l_return_status
6871: );
6872:
6873: -- bug:5235684 SSOS is required for standard/network routing for serial controlled item
6874: -- and it should be present on primary path.
6875: IF ( l_return_status = FND_API.G_RET_STS_SUCCESS )
6876: THEN
6877: Bom_Validate_Rtg_Header.Validate_SSOS