[Home] [Help]
7199: --============================================================================================
7200: IF (l_consumption_advice_exists) THEN
7201: LOG_MESSAGE('Creating Sales orders for Consumption Advice');
7202: begin
7203: MSC_X_CVMI_REPLENISH.vmi_release_api_load(p_header_id);
7204: exception
7205: when others then
7206: LOG_MESSAGE('Error in Sales orders for Consumption Advice: '||SQLERRM);
7207: end;