DBA Data[Home] [Help]

APPS.HR_AMEUTIL_SS dependencies on WF_ENGINE

Line 336: c_assignment_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,

332: c_item_type := get_item_type(p_transaction_id);
333: c_item_key := get_item_key(p_transaction_id);
334:
335: if (c_item_key is not null) then
336: c_assignment_id := wf_engine.GetItemAttrNumber(itemtype => c_item_type ,
337: itemkey => c_item_key,
338: aname => 'CURRENT_ASSIGNMENT_ID',
339: ignore_notfound => true);
340:

Line 984: lv_effective_date_string := ame_util.versiondatetostring(wf_engine.GetItemAttrDate(itemtype => lv_item_type ,

980: lv_item_type := get_item_type(p_transaction_id);
981: lv_item_key := get_item_key(p_transaction_id);
982:
983: if(lv_item_key is not null) then
984: lv_effective_date_string := ame_util.versiondatetostring(wf_engine.GetItemAttrDate(itemtype => lv_item_type ,
985: itemkey => lv_item_key,
986: aname => 'CURRENT_EFFECTIVE_DATE',
987: ignore_notfound => true));
988:

Line 1083: lv_selected_person_id := wf_engine.GetItemAttrNumber(itemtype => lv_item_type ,

1079: lv_item_key := get_item_key(p_transaction_id);
1080:
1081: -- CURRENT_PERSON_ID
1082: if ( lv_item_key is not NULL) then
1083: lv_selected_person_id := wf_engine.GetItemAttrNumber(itemtype => lv_item_type ,
1084: itemkey => lv_item_key,
1085: aname => 'CURRENT_PERSON_ID',
1086: ignore_notfound => true);
1087:

Line 1543: ld_effective_date:= wf_engine.GetItemAttrDate(itemtype => lv_item_type ,

1539: lv_item_type := get_item_type(p_transaction_id);
1540: lv_item_key := get_item_key(p_transaction_id);
1541:
1542: if (lv_item_key is not null) then
1543: ld_effective_date:= wf_engine.GetItemAttrDate(itemtype => lv_item_type ,
1544: itemkey => lv_item_key,
1545: aname => 'CURRENT_EFFECTIVE_DATE',
1546: ignore_notfound => true);
1547:

Line 1833: hr_utility.set_location('calling wf_engine.getitemattrtext ',3);

1829: end if;
1830:
1831: if(isMidPayPayPeriodChange(p_transaction_id)=ame_util.booleanAttributeTrue) then
1832: if(hr_utility.debug_enabled) then
1833: hr_utility.set_location('calling wf_engine.getitemattrtext ',3);
1834: end if;
1835: lv_user_name:= wf_engine.getitemattrtext(get_item_type(p_transaction_id),get_item_key(p_transaction_id),'HR_PAYROLL_CONTACT_USERNAME',true);
1836: -- get the role info details
1837: if(lv_user_name is not null) then

Line 1835: lv_user_name:= wf_engine.getitemattrtext(get_item_type(p_transaction_id),get_item_key(p_transaction_id),'HR_PAYROLL_CONTACT_USERNAME',true);

1831: if(isMidPayPayPeriodChange(p_transaction_id)=ame_util.booleanAttributeTrue) then
1832: if(hr_utility.debug_enabled) then
1833: hr_utility.set_location('calling wf_engine.getitemattrtext ',3);
1834: end if;
1835: lv_user_name:= wf_engine.getitemattrtext(get_item_type(p_transaction_id),get_item_key(p_transaction_id),'HR_PAYROLL_CONTACT_USERNAME',true);
1836: -- get the role info details
1837: if(lv_user_name is not null) then
1838: wf_directory.getroleorigsysinfo(lv_user_name,lv_orig_system,lv_orig_system_id);
1839: lv_user_name:=lv_orig_system||':'||lv_orig_system_id;