DBA Data[Home] [Help]

APPS.WIP_JSI_PROCESSOR dependencies on FND_API

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

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

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

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