DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on BOM_VALIDATE_SUB_COMPONENT

Line 4700: Bom_Validate_Sub_Component.Check_Existence

4696: -- Process Flow step 5: Verify Substitute Component's existence
4697: --
4698:
4699: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Check existence'); END IF;
4700: Bom_Validate_Sub_Component.Check_Existence
4701: ( p_sub_component_rec => l_sub_component_rec
4702: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec
4703: , x_old_sub_component_rec => l_old_sub_component_rec
4704: , x_old_sub_comp_unexp_rec => l_old_sub_comp_unexp_rec

Line 4733: Bom_Validate_Sub_Component.Check_Lineage

4729: -- Process Flow step 6: Check lineage
4730: --
4731:
4732: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Check lineage'); END IF;
4733: Bom_Validate_Sub_Component.Check_Lineage
4734: ( p_sub_component_rec => l_sub_component_rec
4735: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec
4736: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
4737: , x_return_status => l_Return_Status

Line 4867: Bom_Validate_Sub_Component.Check_Access

4863: -- Process Flow step 11: does user have access to substitute component ?
4864: --
4865:
4866: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Check access'); END IF;
4867: Bom_Validate_Sub_Component.Check_Access
4868: ( p_sub_component_rec => l_sub_component_rec
4869: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec
4870: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
4871: , x_return_status => l_Return_Status

Line 4900: Bom_Validate_Sub_Component.Check_Attributes

4896: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Attribute Validation'); END IF;
4897: IF l_sub_component_rec.Transaction_Type IN
4898: (ENG_GLOBALS.G_OPR_CREATE, ENG_GLOBALS.G_OPR_UPDATE)
4899: THEN
4900: Bom_Validate_Sub_Component.Check_Attributes
4901: ( x_return_status => l_return_status
4902: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
4903: , p_sub_component_rec => l_sub_component_rec
4904: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec

Line 5009: Bom_Validate_Sub_Component.Check_Entity

5005: -- Process Flow step 15 - Entity Level Validation
5006: --
5007:
5008: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity validation'); END IF;
5009: Bom_Validate_Sub_Component.Check_Entity
5010: ( p_sub_component_rec => l_sub_component_rec
5011: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec
5012: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
5013: , x_return_status => l_Return_Status