DBA Data[Home] [Help]

APPS.WIP_JSI_PROCESSOR dependencies on FND_API

Line 656: if(l_status <> FND_API.G_RET_STS_SUCCESS) then

652: p_new_job_qty => x_new_start_quantity,
653: x_return_status => l_status,
654: x_msg_data => l_msg_data);
655:
656: if(l_status <> FND_API.G_RET_STS_SUCCESS) then
657: fnd_message.set_name('WIP', 'WIP_UNEXPECTED_ERROR');
658: fnd_message.set_token('ERROR_TEXT', 'WIP_JSI_Processor.update_parent_table calling => ' ||
659: 'wip_picking_pub.Update_Job_BackOrdQty: ' || SQLERRM);
660: wip_jsi_utils.record_current_error;

Line 671: if(l_status <> FND_API.G_RET_STS_SUCCESS) then

667: wip_picking_pvt.cancel_allocations(p_wip_entity_id => x_entity_id,
668: p_wip_entity_type => wip_constants.discrete,
669: x_return_status => l_status,
670: x_msg_data => l_msg_data);
671: if(l_status <> FND_API.G_RET_STS_SUCCESS) then
672: fnd_message.set_name('WIP', 'WIP_UNEXPECTED_ERROR');
673: fnd_message.set_token('ERROR_TEXT', 'WIP_JSI_Processor.update_parent_table calling => ' ||
674: 'wip_picking_pub.Update_Job_BackOrdQty: ' || SQLERRM);
675: wip_jsi_utils.record_current_error;