When does Update Icon get Enabled against a Withdrawn Status Case Folder ?
(Doc ID 2215299.1)
Last updated on DECEMBER 05, 2019
Applies to:
Oracle Credit Management - Version 12.2.4 and laterInformation in this document applies to any platform.
Goal
Customer is Withdrawn Case Folder/Application using API (The Credit Applications status before using API was 'SUBMITTED' )
cm_credit_req_withdraw_pub.withdraw_request
(p_api_version => 1.0,
p_init_msg_list => fnd_api.g_false,
p_commit => fnd_api.g_false,
p_validation_level => fnd_api.g_valid_level_full,
x_return_status => lv_ret_status,
x_msg_count => ln_msg_count,
x_msg_data => lv_ret_error_msg,
p_credit_request_id => credit_appl_orders_rec.credit_request_id,
p_withdrawl_reason_code => 'OTHER'
);
After that , when they search, Update icon is enabled for few rows.
When they click on Update , they can change Score Model Name and Submit again.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |