DBA Data[Home] [Help]

APPS.HR_TERMINATION_SS dependencies on FND_GLOBAL

Line 327: if (l_number_value = fnd_global.employee_id) then

323: if (l_term_sec_asg is null OR l_term_sec_asg <> 'Y') then
324: dummy := 'Y';
325: end if;
326:
327: if (l_number_value = fnd_global.employee_id) then
328: l_vol_term := wf_engine.getitemattrtext(itemtype, itemkey,
329: 'HR_VOL_TERM_SS',true);
330: if (l_vol_term is not null) then
331: open csr_attr_value(actid,'BYPASS_CHG_MGR');