During R12.2. Upgrade asgresp.ldt Fails With Error "ORA-01403: No Data Found"
(Doc ID 2837339.1)
Last updated on JUNE 30, 2023
Applies to:
Oracle Mobile Field Service - Version 12.2 and laterInformation in this document applies to any platform.
Goal
Getting the following error during upgrade on asgresp.ldt
Uploading from staging tables
Error loading seed data for FND_RESP_FUNCTIONS: APPLICATION_SHORT_NAME = JTM, RESP_KEY = ASG_MOBILE_ADMIN, RULE_TYPE = M, ACTION = ASG_JTX_APP_SETUP, ORA-01403: no data found
Output of
SELECT
A.APPLICATION_NAME,
I.STATUS
FROM
FND_PRODUCT_INSTALLATIONS I,
FND_APPLICATION_TL A
WHERE
I.APPLICATION_ID = A.APPLICATION_ID and
A.SOURCE_LANG='US' AND a.application_name like '%Field Service%'
The installation status shows "N"
What needs to be done?
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 |