DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_WEB dependencies on WF_ENGINE

Line 2042: wf_engine.getItemAttrText

2038: hr_utility.set_location('Entering: '|| l_proc,5);
2039:
2040:
2041: l_text_value :=
2042: wf_engine.getItemAttrText
2043: (itemtype => p_item_type
2044: ,itemkey => p_item_key
2045: ,aname => 'P_PERSON_ID');
2046:

Line 2092: wf_engine.getItemAttrText

2088: l_proc constant varchar2(100) := g_package || ' isSelfUpdating';
2089: BEGIN
2090: hr_utility.set_location('Entering: '|| l_proc,5);
2091: l_text_value :=
2092: wf_engine.getItemAttrText
2093: (itemtype => p_item_type
2094: ,itemkey => p_item_key
2095: ,aname => 'P_PERSON_ID');
2096: