Task Service Type
Hi We are currently upgrading to 12.1.3 and we have a client that uses 'Internal on some Tasks so that Revenue posts to a different Account code 3851 instead of 4199.
In the Auto Accounting Rule set up we have a custom SQL statement which accepts 3 seeded parameters of which 'Task Service Type' is the 3rd parameter but this is being returned as 'Null' when we run the PRC:Generate Draft Revenue process.
SELECT DECODE(apps.xxgp_auto_accnt_pkg.grants_project(:1) ,'Y', apps.xxgp_auto_accnt_pkg.account_lookup('Grant Revenue Account'
, DECODE(apps.xxgp_auto_accnt_pkg.grants_internal_project(:2) ,'Y', 'Grant Internal Revenue Account' ,'N', 'Grant Revenue Account' ,null))