DBA Data[Home] [Help]

APPS.OE_ORDER_PURGE_PVT dependencies on OE_CONFIG_PVT

Line 2464: OE_Config_Pvt.Delete_Config

2460: --to delete data from CZ tables in case of configurations
2461: IF l_line_id = l_top_model_line_id AND
2462: l_config_header_id is not null THEN
2463:
2464: OE_Config_Pvt.Delete_Config
2465: ( p_config_hdr_id => l_config_header_id,
2466: p_config_rev_nbr => l_config_rev_nbr,
2467: x_return_status => l_return_status );
2468: