Friday, December 10, 2021

PAY_GROUP_LOOKUP_CODE is invalid. Pay Group is invalid. Invalid Payee context values. Org parameters exist only with party site and supplier site.

As per Oracle Note: 2325864.1

Ensure that a valid pay group has been set up in Payables, by navigating to Setup -> Option -> Payables -> Expense Report Tab.


To verify whether the pay group is valid, please run:

SELECT lookup_code
FROM po_lookup_codes
WHERE lookup_type = 'PAY GROUP'
AND lookup_code = 'Enter Pay Group Name Here'
AND enabled_flag = 'Y'
AND nvl(inactive_date,sysdate+1) > sysdate;

1 comment:

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...