How to pass parameter PERSON_ID in Expenses DFF (EXM_EXPENSE_REPORT_HEADER)?
Summary:
In our environment, we have three descriptive flexfields configured in Oracle Expenses.
These fields store data related to the employee who is creating the expense report.
These flexfields are associated with SQL-based value sets.
We need to know whether it is possible to pass a parameter to this SQL code.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Oracle Fusion Cloud 25C
Code Snippet (add any code snippets that support your topic, if applicable):
select glcc.segment5
from per_all_assignments_m paam
, gl_code_combinations glcc
where paam.DEFAULT_CODE_COMB_ID is not null
Tagged:
0