DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_CONFIG_TSO_PVT

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

3633: ------------------------------------------------------------
3634: -- PUBLIC PROCEDURES
3635:
3636: --change record for MACD
3637: --MACD: It calls the OE_CONFIG_TSO_PVT.Validate_Container_Model
3638: --to ensure that model restrictions are followed.
3639: -- Procedure Entity
3640: -- We are modifying the procedure ENTITY signature to make p_line_rec as
3641: -- IN OUT NOCOPY. If Entity Validation fails for a combination of attributes

Line 7369: OE_CONFIG_TSO_PVT.Validate_Container_Model

7365: --bug3314488
7366: --must use l_status as return variable so that value in
7367: --l_return_status is not overridden by the output of
7368: --Validate_Container_Model procedure
7369: OE_CONFIG_TSO_PVT.Validate_Container_Model
7370: ( p_line_rec => p_line_rec
7371: ,p_old_line_rec => p_old_line_rec
7372: --,x_return_status => l_return_status );
7373: ,x_return_status => l_status );

Line 7413: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

7409:
7410: IF p_line_rec.operation = OE_GLOBALS.G_OPR_CREATE THEN
7411:
7412: IF p_line_rec.top_model_line_id IS NOT NULL THEN
7413: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
7414: ( p_top_model_line_id => p_line_rec.top_model_line_id
7415: ,p_inventory_item_id => p_line_rec.inventory_item_id
7416: ,p_line_id => p_line_rec.line_id
7417: ,p_operation => p_line_rec.operation