DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on STANDARD

Line 2884: l_rev_op_unexp_rec.Standard_Operation_Id := NULL ;

2880: l_rev_op_unexp_rec.Old_Operation_Sequence_Id := NULL ;
2881: l_rev_op_unexp_rec.Routing_Sequence_Id := NULL ;
2882: l_rev_op_unexp_rec.Revised_Item_Id := NULL ;
2883: l_rev_op_unexp_rec.Department_Id := NULL ;
2884: l_rev_op_unexp_rec.Standard_Operation_Id := NULL ;
2885:
2886: IF p_revised_item_name IS NOT NULL AND
2887: p_effectivity_date IS NOT NULL AND
2888: p_change_notice IS NOT NULL AND

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

3374: this step should be implemented.
3375:
3376: -- Process Flow Step : Check parent CFM Routing Flag
3377: -- Validate Non-Operated Columns using CFM Routing Flag
3378: -- Standard Routing, Flow Routing, Lot Based Routing.
3379: -- If a non-operated column is not null, the procedure set it to null
3380: -- and occur Warning.
3381: --
3382: BOM_Validate_Op_Seq.Check_NonOperated_Attribute

Line 15651: -- Standard call to check for call compatibility

15647:
15648: --dbms_output.enable(1000000);
15649:
15650:
15651: -- Standard call to check for call compatibility
15652:
15653: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('The following objects will be processed as part of the same business object'); END IF;
15654: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('| ECO : ' || l_ECO_rec.eco_name); END IF;
15655: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('| ECO REVISIONS : ' || to_char(p_eco_revision_tbl.COUNT)); END IF;

Line 16398: -- Standard call to check for call compatibility

16394: l_ref_designator_rec BOM_BO_PUB.Ref_Designator_Rec_Type;
16395: l_sub_component_rec BOM_BO_PUB.Sub_Component_Rec_Type;
16396: BEGIN
16397:
16398: -- Standard call to check for call compatibility
16399:
16400: NULL;
16401:
16402: /*********************** Temporarily commented *****************************