DBA Data[Home] [Help]

APPS.BEN_PURGE_BCKDT_VOIDED dependencies on HR_GENERAL

Line 153: hr_general.decode_lookup('YES_NO',p_validate));

149: ben_batch_utils.write(p_text => 'Runtime Parameters');
150: ben_batch_utils.write(p_text => '------------------');
151: ben_batch_utils.write(p_text => 'Thread ID :'||to_char(p_thread_id));
152: ben_batch_utils.write(p_text => 'Validation Mode :' ||
153: hr_general.decode_lookup('YES_NO',p_validate));
154: ben_batch_utils.write(p_text => 'Benefit Action ID :' ||
155: to_char(p_benefit_action_id));
156: ben_batch_utils.write(p_text => 'Effective Date :' ||
157: to_char(p_effective_date,'DD/MM/YYYY'));

Line 244: hr_general.decode_lookup('YES_NO',p_delete_life_evt));

240: --
241: ben_batch_utils.write(p_text => 'To Occurred Date :' || to_char(p_to_ocrd_date, 'DD/MM/YYYY'));
242: ben_batch_utils.write(p_text => 'Backed Out Status Code :'||p_bckt_stat_cd);
243: ben_batch_utils.write(p_text => 'Delete Life Events :'||
244: hr_general.decode_lookup('YES_NO',p_delete_life_evt));
245:
246: If (nvl(p_audit_log,'xxxx') <> hr_api.g_varchar2) then
247: ben_batch_utils.write(p_text => 'Audit log flag :'||
248: hr_general.decode_lookup('YES_NO',p_audit_log));

Line 248: hr_general.decode_lookup('YES_NO',p_audit_log));

244: hr_general.decode_lookup('YES_NO',p_delete_life_evt));
245:
246: If (nvl(p_audit_log,'xxxx') <> hr_api.g_varchar2) then
247: ben_batch_utils.write(p_text => 'Audit log flag :'||
248: hr_general.decode_lookup('YES_NO',p_audit_log));
249: End if;
250: hr_utility.set_location ('Leaving '||l_proc,10);
251: exception
252: when others then