DBA Data[Home] [Help]

APPS.OE_CONFIG_VALIDATION_PVT dependencies on OE_CONFIG_UTIL

Line 113: OE_Config_Util.Get_Config_effective_Date should be used to decide

109: Change Record:
110:
111: ER2625376: changes made to BOM should be visible to Order unitl Booking.
112:
113: OE_Config_Util.Get_Config_effective_Date should be used to decide
114: the date for effective/diabled filter on bom_explosions sqls.
115:
116: p_creatione_date parameter will be renamed to p_effective_date.
117: ------------------------------------------------------------------------*/

Line 163: OE_Config_Util.Get_Config_Effective_Date

159: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
160: END;
161:
162:
163: OE_Config_Util.Get_Config_Effective_Date
164: ( p_model_line_id => p_top_model_line_id
165: ,x_old_behavior => l_old_behavior
166: ,x_config_effective_date => l_effective_date
167: ,x_frozen_model_bill => l_frozen_model_bill);