DBA Data[Home] [Help]

APPS.BOM_CONFIG_VALIDATION_PUB dependencies on OE_CONFIG_UTIL

Line 112: OE_Config_Util.Get_Config_effective_Date should be used to decide

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

Line 161: OE_Config_Util.Get_Config_Effective_Date

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