DBA Data[Home] [Help]

APPS.OE_CONFIG_PVT dependencies on OE_CONFIG_TSO_PVT

Line 586: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

582: l_line_rec.change_reason := 'SYSTEM';
583:
584: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' THEN
585:
586: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
587: ( p_line_id => p_model_line_rec.line_id
588: ,x_top_container_model => l_top_container_model
589: ,x_part_of_container => l_part_of_container );
590: