DBA Data[Home] [Help]

APPS.HR_EMP_ERROR_UTILITY dependencies on PER_PEOPLE_F

Line 541: l_person_id per_people_f.person_id%type :=

537: wf_engine.getitemattrnumber
538: (itemtype => itemtype
539: ,itemkey => itemkey
540: ,aname => 'ERROR_ACTIVITY_ID');
541: l_person_id per_people_f.person_id%type :=
542: wf_engine.getitemattrnumber
543: (itemtype => l_error_item_type
544: ,itemkey => l_error_item_key
545: ,aname => 'CURRENT_PERSON_ID');