DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on WF_ENGINE

Line 899: l_number_value := wf_engine.GetItemAttrNumber (

895: BEGIN
896:
897: hr_utility.set_location('Entering: '|| l_proc,5);
898:
899: l_number_value := wf_engine.GetItemAttrNumber (
900: itemtype => itemtype,
901: itemkey => itemkey,
902: aname => 'CURRENT_PERSON_ID');
903:

Line 909: l_vol_term := wf_engine.getitemattrtext(itemtype, itemkey,

905: dummy := 'Y';
906: end if;
907:
908: if (dummy = 'Y') then
909: l_vol_term := wf_engine.getitemattrtext(itemtype, itemkey,
910: 'HR_VOL_TERM_SS',true);
911: if (l_vol_term is null OR l_vol_term <> 'Y') then
912: dummy := 'N';
913: end if;

Line 970: l_number_value := wf_engine.GetItemAttrNumber (

966: ,number_value=>null,
967: date_value=>null
968: );
969:
970: l_number_value := wf_engine.GetItemAttrNumber (
971: itemtype => itemtype,
972: itemkey => itemkey,
973: aname => 'CURRENT_ASSIGNMENT_ID');
974:

Line 975: l_date_value := wf_engine.GetItemAttrDate (

971: itemtype => itemtype,
972: itemkey => itemkey,
973: aname => 'CURRENT_ASSIGNMENT_ID');
974:
975: l_date_value := wf_engine.GetItemAttrDate (
976: itemtype => itemtype,
977: itemkey => itemkey,
978: aname => 'CURRENT_EFFECTIVE_DATE');
979:

Line 1043: l_text_value := wf_engine.GetItemAttrText (

1039: l_proc constant varchar2(100) := g_package || ' is_employee_check';
1040: BEGIN
1041: hr_utility.set_location('Entering: '|| l_proc,5);
1042: --
1043: l_text_value := wf_engine.GetItemAttrText (
1044: itemtype => itemtype,
1045: itemkey => itemkey,
1046: aname => 'HR_SELECTED_PERSON_TYPE_ATTR');
1047: if l_text_value = 'C'

Line 1753: wf_engine.setitemattrtext

1749:
1750: /*Added following Code as a part of ER#9879782 Ends*/
1751:
1752: if(l_item_key is not null) then
1753: wf_engine.setitemattrtext
1754: (itemtype => l_item_type
1755: ,itemkey => l_item_key
1756: ,aname => 'HR_NTF_ATTACHMENTS_ATTR'
1757: ,avalue =>'FND:entity=' || p_dest_entity_name ||'&pk1name=TransactionId&pk1value=' || p_dest_pk1_value);

Line 1837: l_save_attachment_old := wf_engine.getitemattrtext(lr_hr_api_transaction_rec.item_type,

1833: l_Attach_Node := xmldom.getFirstChild(l_Attach_Node);
1834: l_save_attachment_new :=xmldom.getNodeValue(l_Attach_Node);
1835: else
1836:
1837: l_save_attachment_old := wf_engine.getitemattrtext(lr_hr_api_transaction_rec.item_type,
1838: lr_hr_api_transaction_rec.item_key,
1839: 'SAVE_ATTACHMENT',true);
1840: end if;
1841:

Line 2261: l_person_id := wf_engine.GetItemAttrNumber (

2257: FETCH ethnic_dff INTO l_eth_dff_exists;
2258:
2259: IF ( ethnic_dff%FOUND ) THEN
2260:
2261: l_person_id := wf_engine.GetItemAttrNumber (
2262: itemtype => itemtype,
2263: itemkey => itemkey,
2264: aname => 'CURRENT_PERSON_ID');
2265:

Line 2694: where notification_id=wf_engine.context_nid

2690: begin
2691: select text_value
2692: into lv_result_code
2693: from wf_notification_attributes
2694: where notification_id=wf_engine.context_nid
2695: and name='RESULT';
2696:
2697: exception
2698: when others then

Line 2701: c_transaction_id := wf_engine.getitemattrnumber(p_item_type,p_item_key,'TRANSACTION_ID');

2697: exception
2698: when others then
2699: null;
2700: end;
2701: c_transaction_id := wf_engine.getitemattrnumber(p_item_type,p_item_key,'TRANSACTION_ID');
2702: OPEN csr_txn(c_transaction_id);
2703: FETCH csr_txn INTO l_transaction_ref_table,l_transaction_ref_id;
2704: CLOSE csr_txn;
2705: hr_utility.trace('txn_ref_table: '||l_transaction_ref_table);

Line 2797: l_item_value := wf_engine.getItemAttrText(itemtype => itemtype

2793: BEGIN
2794:
2795: hr_utility.set_location('ENTERING get_bprv', 10);
2796: IF (funcmode='RUN') THEN
2797: l_item_value := wf_engine.getItemAttrText(itemtype => itemtype
2798: ,itemkey => itemkey
2799: , aname => 'BYPASS_REVIEW');
2800:
2801: if (l_item_value = 'NO' or l_item_value is null) then