BPA: Issue Printing Contact Name If First Name is Not Populated.
Applies to:
BI Publisher (formerly XML Publisher) - Version: 12.0.0 and later [Release: 12.0 and later ]
Information in this document applies to any platform.
Symptoms
When printing invoices using an external template in Oracle Bill Presentment Architecture, the contact is printed with a leading space.
This is happening when the contact is created with only filling in the "Last Name" field.
This leads to right shift the contact name on the invoice.
Cause
The issue has been fixed in bug 10112558. The name retrieved in a query was concatenated : party.person_first_name ||' '|| party.person_last_name. This has been changed.
Solution
To implement the solution, please execute the following steps:
1. Download and review the readme and pre-requisites for Patch.10112558.
2. Ensure that you have taken a backup of your system before applying
the recommended patch.
3. Apply the patch in a test environment.
4. Confirm the following file versions:
ARBPAUTB.pls 120.8.12000000.6 for R12.BPA.A
ARBPAUTB.pls 120.8.12010000.3 for R12.BPA.B
You can use the commands like the following:
strings -a $XX_TOP/filename |grep '$Header'
5. Retest the issue.
6. Migrate the solution as appropriate to other environments.
BPA:First Name不写导致打印联系人出现的问题
应用于:
BI发布者(确切的说是XML发布者)- 版本:12.0.0及以后版本[发行:12.0及以后版本]
该文档的所有信息使用于任何平台
现象
在使用Oracle列出的描述体系结构外的模板打印发票时,显示联系人的地方以空白开头。
这是由于在创建的时候只填写了’Last Name’ 造成的。
这会导致发票上的人名右移。
原因
这个问题在漏洞10112558中得到了解决。原来名字的格式为:party.person_first_name ||' '|| party.person_last_name。现在已经改变了。
解决方法
请参考下面的步骤来解决此问题:
1. 下载补丁Patch.10112558并查看里面的readme文件。
2. 在打补丁之间确保你已经为系统做了备份
3. 在测试环境中应用补丁
4. 确认下面文件的版本
ARBPAUTB.pls 120.8.12000000.6 for R12.BPA.A
ARBPAUTB.pls 120.8.12010000.3 for R12.BPA.B
你可以使用诸如下面的命令:
strings -a $XX_TOP/filename |grep '$Header'
5. 重新测试这个问题
6. 将解决方法适当的迁移到其他的环境