DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_CONFIG_TSO_PVT

Line 3762: --MACD: It calls the OE_CONFIG_TSO_PVT.Validate_Container_Model

3758: ------------------------------------------------------------
3759: -- PUBLIC PROCEDURES
3760:
3761: --change record for MACD
3762: --MACD: It calls the OE_CONFIG_TSO_PVT.Validate_Container_Model
3763: --to ensure that model restrictions are followed.
3764: -- Procedure Entity
3765: -- We are modifying the procedure ENTITY signature to make p_line_rec as
3766: -- IN OUT NOCOPY. If Entity Validation fails for a combination of attributes

Line 7767: OE_CONFIG_TSO_PVT.Validate_Container_Model

7763: --bug3314488
7764: --must use l_status as return variable so that value in
7765: --l_return_status is not overridden by the output of
7766: --Validate_Container_Model procedure
7767: OE_CONFIG_TSO_PVT.Validate_Container_Model
7768: ( p_line_rec => p_line_rec
7769: ,p_old_line_rec => p_old_line_rec
7770: --,x_return_status => l_return_status );
7771: ,x_return_status => l_status );

Line 7811: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

7807:
7808: IF p_line_rec.operation = OE_GLOBALS.G_OPR_CREATE THEN
7809:
7810: IF p_line_rec.top_model_line_id IS NOT NULL THEN
7811: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
7812: ( p_top_model_line_id => p_line_rec.top_model_line_id
7813: ,p_inventory_item_id => p_line_rec.inventory_item_id
7814: ,p_line_id => p_line_rec.line_id
7815: ,p_operation => p_line_rec.operation