DBA Data[Home] [Help]

APPS.HR_PROCESS_PHONE_NUMBERS_SS dependencies on WF_ENGINE

Line 166: l_review_item_name := wf_engine.GetActivityAttrText(itemtype => p_item_type,

162: l_transaction_table(l_count).param_value := p_activity_id;
163: l_transaction_table(l_count).param_data_type := 'VARCHAR2';
164:
165: BEGIN
166: l_review_item_name := wf_engine.GetActivityAttrText(itemtype => p_item_type,
167: itemkey => p_item_key,
168: actid => p_activity_id,
169: aname => gv_wf_review_region_item);
170: hr_utility.set_location('Exiting:'||l_proc, 15);

Line 633: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,

629: -- to be retrieved for the contact person in context in review page.
630: -- The HR_LAST_CONTACT_SET is got from the work flow attribute
631: begin
632:
633: l_contact_set := wf_engine.GetItemAttrNumber(itemtype => p_item_type,
634: itemkey => p_item_key,
635: aname => 'HR_CONTACT_SET');
636:
637: exception when others then