Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Is it still available to use the ORA_ASSN_REC_COMPLETE_PENDING - LOOKUP CODE from HR_LOOKUPS table?
Summary:
Content (please ensure you mask any confidential information):
I am working one report and i need to know all sub status for one learner. I used the following query:
Select * from hr_lookups
where LOOKUP_CODE IN( 'ORA_ASSN_REC_NO_OFFR',
'ORA_ASSN_REC_NOTSTARTED',
'ORA_ASSN_REC_INPROGRESS',
'ORA_ASSN_REC_WITHDRAW_PENDING',
'ORA_ASSN_REC_CONTENT_COMPLETE',
'ORA_ASSN_REC_COMPLETE_PENDING')
And for 'ORA_ASSN_REC_COMPLETE_PENDING' - LOOKUP_CODE i received the following meaning explanation: Complete Pending Approval (not used)
Can I still use this category?
Version (include the version you are using, if applicable):
Tagged:
0