Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 290 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 112 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Call Function GET_ABSENCE_DAYS_PER_TYPE IN BIP
I try this
SELECT *
FROM
TABLE(GET_ABSENCE_DAYS_PER_TYPE(
'Disfrute de Vacaciones'
,to_char(:p_start_date, 'DD/MM/YYYY')
,to_char(:p_start_date, 'DD/MM/YYYY')
)) AVL
but send me the next error
ORA-00904: "GET_ABSENCE_DAYS_PER_TYPE": identificador no válido
Best Answer
-
@User_II5TP - Please confirm which Oracle product you are using. Based on the function 'GET_ABSENCE_DAYS_PER_TYPE' being used, it seems you are working with Fusion Applications. Kindly confirm so that we can move this thread to the appropriate community for better answers and directions.
Additionally, I came across the following document during my research, which may help you achieve your requirement:
Fusion Absence Management: How to Use Function GET_ABSENCE_DAYS_PER_TYPE in Fast Formula (Doc ID 2323608.1)."0
