Regarding log for payroll object group
Dear Members,
I created one object group . I used fast forumula at assignment level,Fast fourmula shown below.I want to write the log in fast formula. I user below two statements,
1) ESS_LOG_WRITE
2) PAY_INTERNAL_LOG_WRITE
I am not able to see this messagesin log . I might checking at wrong location . Can anyone please guide me?
l_termination_date = ACP_TERMINATION_DATE
l_period_end = PAY_EARN_PERIOD_END
include_flag = 'Y'
l_last_day_termination_month = LAST_DAY(ACP_TERMINATION_DATE)
l_log = PAY_INTERNAL_LOG_WRITE('[BG_ACTIVE_EMPLOYEES] l_last_day_termination_month : '|| TO_CHAR(l_last_day_termination_month))