R12: CE: The End Date Of Bank And Bank Branch Can Not Be Updated To NULL By CE_BANK_PUB API
(Doc ID 2136507.1)
Last updated on DECEMBER 04, 2019
Applies to:
Oracle Cash Management - Version 12.0.0 and laterInformation in this document applies to any platform.
Goal
The End Date of Bank and Bank Branch can not be updated to NULL by CE_BANK_PUB API.
NOTE: In the images below and/or the attached document, user details / company name / address / email / telephone number represent a fictitious sample
(based upon made up data used in the Oracle Demo Vision instance). Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
(based upon made up data used in the Oracle Demo Vision instance). Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
ex)
CE_BANK_PUB.set_bank_branch_end_date
( p_init_msg_list => fnd_api.g_true
, p_branch_id => 123456789
, p_end_date => NULL -- set to NULL
, p_object_version_number => l_object_version_number
, x_return_status => l_return_status
, x_msg_count => l_msg_count
, x_msg_data => l_msg_data );
Result: Fail
Is there a way to set NULL in END_DATE ?
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 |