DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on STANDARD

Line 2898: l_rev_op_unexp_rec.Standard_Operation_Id := NULL ;

2894: l_rev_op_unexp_rec.Old_Operation_Sequence_Id := NULL ;
2895: l_rev_op_unexp_rec.Routing_Sequence_Id := NULL ;
2896: l_rev_op_unexp_rec.Revised_Item_Id := NULL ;
2897: l_rev_op_unexp_rec.Department_Id := NULL ;
2898: l_rev_op_unexp_rec.Standard_Operation_Id := NULL ;
2899:
2900: IF p_revised_item_name IS NOT NULL AND
2901: p_effectivity_date IS NOT NULL AND
2902: p_change_notice IS NOT NULL AND

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

3391: this step should be implemented.
3392:
3393: -- Process Flow Step : Check parent CFM Routing Flag
3394: -- Validate Non-Operated Columns using CFM Routing Flag
3395: -- Standard Routing, Flow Routing, Lot Based Routing.
3396: -- If a non-operated column is not null, the procedure set it to null
3397: -- and occur Warning.
3398: --
3399: BOM_Validate_Op_Seq.Check_NonOperated_Attribute

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

15726:
15727: --dbms_output.enable(1000000);
15728:
15729:
15730: -- Standard call to check for call compatibility
15731:
15732: 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;
15733: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('| ECO : ' || l_ECO_rec.eco_name); END IF;
15734: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('| ECO REVISIONS : ' || to_char(p_eco_revision_tbl.COUNT)); END IF;

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

16482: l_ref_designator_rec BOM_BO_PUB.Ref_Designator_Rec_Type;
16483: l_sub_component_rec BOM_BO_PUB.Sub_Component_Rec_Type;
16484: BEGIN
16485:
16486: -- Standard call to check for call compatibility
16487:
16488: NULL;
16489:
16490: /*********************** Temporarily commented *****************************