[Home] [Help]
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:
978: lv_item_type := get_item_type(p_transaction_id);
979: lv_item_key := get_item_key(p_transaction_id);
980:
981: if(lv_item_key is not null) then
982: lv_effective_date_string := ame_util.versiondatetostring(wf_engine.GetItemAttrDate(itemtype => lv_item_type ,
983: itemkey => lv_item_key,
984: aname => 'CURRENT_EFFECTIVE_DATE',
985: ignore_notfound => true));
986:
1077: lv_item_key := get_item_key(p_transaction_id);
1078:
1079: -- CURRENT_PERSON_ID
1080: if ( lv_item_key is not NULL) then
1081: lv_selected_person_id := wf_engine.GetItemAttrNumber(itemtype => lv_item_type ,
1082: itemkey => lv_item_key,
1083: aname => 'CURRENT_PERSON_ID',
1084: ignore_notfound => true);
1085:
1537: lv_item_type := get_item_type(p_transaction_id);
1538: lv_item_key := get_item_key(p_transaction_id);
1539:
1540: if (lv_item_key is not null) then
1541: ld_effective_date:= wf_engine.GetItemAttrDate(itemtype => lv_item_type ,
1542: itemkey => lv_item_key,
1543: aname => 'CURRENT_EFFECTIVE_DATE',
1544: ignore_notfound => true);
1545:
1827: end if;
1828:
1829: if(isMidPayPayPeriodChange(p_transaction_id)=ame_util.booleanAttributeTrue) then
1830: if(hr_utility.debug_enabled) then
1831: hr_utility.set_location('calling wf_engine.getitemattrtext ',3);
1832: end if;
1833: lv_user_name:= wf_engine.getitemattrtext(get_item_type(p_transaction_id),get_item_key(p_transaction_id),'HR_PAYROLL_CONTACT_USERNAME',true);
1834: -- get the role info details
1835: if(lv_user_name is not null) then
1829: if(isMidPayPayPeriodChange(p_transaction_id)=ame_util.booleanAttributeTrue) then
1830: if(hr_utility.debug_enabled) then
1831: hr_utility.set_location('calling wf_engine.getitemattrtext ',3);
1832: end if;
1833: lv_user_name:= wf_engine.getitemattrtext(get_item_type(p_transaction_id),get_item_key(p_transaction_id),'HR_PAYROLL_CONTACT_USERNAME',true);
1834: -- get the role info details
1835: if(lv_user_name is not null) then
1836: wf_directory.getroleorigsysinfo(lv_user_name,lv_orig_system,lv_orig_system_id);
1837: lv_user_name:=lv_orig_system||':'||lv_orig_system_id;