Meanings of the ACTION_TYPE for payroll actions in Fusion
select lookup_type ,lookup_code ,meaning ,description ,language ,enabled_flag
from fnd_lookup_values
where lookup_type like 'ACTION_TYPE'
and language = 'US'
and enabled_flag = 'Y'
order by lookup_code
Comments
Post a Comment