DBA Data[Home] [Help]

APPS.HR_NEW_USER_REG_SS dependencies on WF_ENGINE

Line 127: l_effective_date := to_date(wf_engine.getitemattrtext

123: end if;
124: --bug 5665820
125:
126: --bug 7459817
127: l_effective_date := to_date(wf_engine.getitemattrtext
128: (itemtype => WfItemType
129: ,itemkey => WfItemKey
130: ,aname => 'P_EFFECTIVE_DATE'),'RRRR-MM-DD');
131: begin

Line 452: l_date := to_date(wf_engine.GetItemAttrText(WfItemType,WfItemKey,'P_EFFECTIVE_DATE'),'RRRR-MM-DD');

448: l_date Date;
449: begin
450: hr_utility.set_location('Entering:'|| l_proc, 5);
451: l_person_id := PersonId;
452: l_date := to_date(wf_engine.GetItemAttrText(WfItemType,WfItemKey,'P_EFFECTIVE_DATE'),'RRRR-MM-DD');
453: l_date := nvl(l_date,trunc(sysdate));
454: open csr_person;
455: fetch csr_person into l_newUserPersonId,l_person_type_id;
456: