Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 19 Oracle Analytics Lounge
- 222 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 83 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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