DBA Data[Home] [Help]

APPS.BOM_BO_PVT dependencies on BOM_VALIDATE_REF_DESIGNATOR

Line 1723: Bom_Validate_Ref_Designator.Check_Existence

1719: --
1720: -- Process Flow step 5: Verify Reference Designator's existence
1721: --
1722:
1723: Bom_Validate_Ref_Designator.Check_Existence
1724: ( p_bom_ref_designator_rec => l_bom_ref_designator_rec
1725: , p_bom_ref_desg_unexp_rec => l_bom_ref_desg_unexp_rec
1726: , x_old_bom_ref_designator_rec => l_old_bom_ref_designator_rec
1727: , x_old_bom_ref_desg_unexp_rec => l_old_bom_ref_desg_unexp_rec

Line 1765: Bom_Validate_Ref_Designator.Check_Lineage

1761: -- Process Flow step 7: Check lineage
1762: --
1763:
1764: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Check lineage'); END IF;
1765: Bom_Validate_Ref_Designator.Check_Lineage
1766: ( p_bom_ref_designator_rec => l_bom_ref_designator_rec
1767: , p_bom_ref_desg_unexp_rec => l_bom_ref_desg_unexp_rec
1768: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
1769: , x_return_status => l_Return_Status

Line 1883: Bom_Validate_Ref_Designator.Check_Entity_Delete

1879: THEN
1880:
1881: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Calling Entity Delete validation'); END IF;
1882:
1883: Bom_Validate_Ref_Designator.Check_Entity_Delete
1884: ( p_bom_ref_designator_rec => l_bom_ref_designator_rec
1885: , p_bom_ref_desg_unexp_rec => l_bom_ref_desg_unexp_rec
1886: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
1887: , x_return_status => l_Return_Status

Line 1890: Bom_Validate_Ref_Designator.Check_Entity

1886: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
1887: , x_return_status => l_Return_Status
1888: );
1889: ELSE
1890: Bom_Validate_Ref_Designator.Check_Entity
1891: ( p_bom_ref_designator_rec => l_bom_ref_designator_rec
1892: , p_bom_ref_desg_unexp_rec => l_bom_ref_desg_unexp_rec
1893: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
1894: , x_return_status => l_Return_Status

Line 2149: Bom_Validate_Ref_Designator.check_quantity

2145: END LOOP; -- END Reference Designator processing loop
2146:
2147: l_Rec_Index := l_Bom_Comp_Details_Tbl.FIRST;
2148: WHILE l_Rec_Index IS NOT NULL LOOP
2149: Bom_Validate_Ref_Designator.check_quantity
2150: ( x_return_status => l_return_status
2151: , x_mesg_token_tbl => l_Mesg_Token_Tbl
2152: , p_component_sequence_id => l_Bom_Comp_Details_Tbl(l_Rec_Index).component_sequence_id
2153: , p_component_item_name => l_Bom_Comp_Details_Tbl(l_Rec_Index).component_item_name

Line 3315: Bom_Validate_Ref_Designator.check_quantity

3311: , x_return_status => l_return_status
3312: );
3313:
3314: -- Check the quantity related validations.
3315: Bom_Validate_Ref_Designator.check_quantity
3316: ( x_return_status => l_return_status
3317: , x_mesg_token_tbl => l_Mesg_Token_Tbl
3318: , p_component_sequence_id => l_bom_comp_unexp_rec.component_sequence_id
3319: , p_component_item_name => l_bom_component_rec.component_item_name