DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on BOM_VALIDATE_SUB_COMPONENT

Line 4743: Bom_Validate_Sub_Component.Check_Existence

4739: -- Process Flow step 5: Verify Substitute Component's existence
4740: --
4741:
4742: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Check existence'); END IF;
4743: Bom_Validate_Sub_Component.Check_Existence
4744: ( p_sub_component_rec => l_sub_component_rec
4745: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec
4746: , x_old_sub_component_rec => l_old_sub_component_rec
4747: , x_old_sub_comp_unexp_rec => l_old_sub_comp_unexp_rec

Line 4776: Bom_Validate_Sub_Component.Check_Lineage

4772: -- Process Flow step 6: Check lineage
4773: --
4774:
4775: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Check lineage'); END IF;
4776: Bom_Validate_Sub_Component.Check_Lineage
4777: ( p_sub_component_rec => l_sub_component_rec
4778: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec
4779: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
4780: , x_return_status => l_Return_Status

Line 4910: Bom_Validate_Sub_Component.Check_Access

4906: -- Process Flow step 11: does user have access to substitute component ?
4907: --
4908:
4909: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Check access'); END IF;
4910: Bom_Validate_Sub_Component.Check_Access
4911: ( p_sub_component_rec => l_sub_component_rec
4912: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec
4913: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
4914: , x_return_status => l_Return_Status

Line 4943: Bom_Validate_Sub_Component.Check_Attributes

4939: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Attribute Validation'); END IF;
4940: IF l_sub_component_rec.Transaction_Type IN
4941: (ENG_GLOBALS.G_OPR_CREATE, ENG_GLOBALS.G_OPR_UPDATE)
4942: THEN
4943: Bom_Validate_Sub_Component.Check_Attributes
4944: ( x_return_status => l_return_status
4945: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
4946: , p_sub_component_rec => l_sub_component_rec
4947: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec

Line 5052: Bom_Validate_Sub_Component.Check_Entity

5048: -- Process Flow step 15 - Entity Level Validation
5049: --
5050:
5051: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity validation'); END IF;
5052: Bom_Validate_Sub_Component.Check_Entity
5053: ( p_sub_component_rec => l_sub_component_rec
5054: , p_sub_comp_unexp_rec => l_sub_comp_unexp_rec
5055: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
5056: , x_return_status => l_Return_Status