Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 43 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 283 Oracle Analytics and AI News
- 60 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 108 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Issue with Configuring LOV Source for Validation Status in Scheduled Process - JBO-27120 Error
Ishita
Rank 0 - Community Observer
I'm encountering difficulties while configuring a List of Values (LOV) source for the 'Validation Status' parameter in a scheduled process within Oracle Fusion Payables. Despite following the guidelines provided in Oracle documentation and trying various SQL query formats, I am consistently receiving a 'JBO-27120' error message.
ORIGINAL SQL QUERY IN BIP REPORT FOR VALDATION STATUS:
SELECT 'APPROVED' VALIDATION_STATUS
FROM DUAL
UNION
SELECT 'NEVER APPROVED' VALIDATION_STATUS
FROM DUAL
UNION
SELECT 'NEEDS REAPPROVAL' VALIDATION_STATUS
FROM DUAL
0
Answers
-
Can you provide the exact error?
0
