DBA Data[Home] [Help]

APPS.OE_ORDER_PURGE_PVT dependencies on OE_CONFIG_PVT

Line 2518: OE_Config_Pvt.Delete_Config

2514: --to delete data from CZ tables in case of configurations
2515: IF l_line_id = l_top_model_line_id AND
2516: l_config_header_id is not null THEN
2517:
2518: OE_Config_Pvt.Delete_Config
2519: ( p_config_hdr_id => l_config_header_id,
2520: p_config_rev_nbr => l_config_rev_nbr,
2521: x_return_status => l_return_status );
2522: