DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on FND_GLOBAL

Line 259: if (ln_person_id = fnd_global.employee_id) then

255: END IF;
256: END LOOP;
257: end if;
258:
259: if (ln_person_id = fnd_global.employee_id) then
260: l_vol_term := wf_engine.getitemattrtext(itemtype, itemkey,
261: 'HR_VOL_TERM_SS',true);
262: if (l_vol_term is not null) then
263: open csr_attr_value(actid,'BYPASS_ORG_MGR');