DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on WF_ENGINE

Line 2000: l_appl_assignment_id := wf_engine.getItemAttrText(

1996: l_validate_mode := true;
1997: END IF;
1998:
1999: -- get the assignment_id from workflow
2000: l_appl_assignment_id := wf_engine.getItemAttrText(
2001: itemtype => p_item_type,
2002: itemkey => p_item_key,
2003: aname => 'CURRENT_ASSIGNMENT_ID');
2004:

Line 2555: wf_engine.setItemAttrText (itemtype => p_item_type,

2551:
2552: -- Set the P_EFFECTIVE_DATE and CURRENT_EFFECTIVE_DATE in wf item attributes to be retreived
2553: -- in review page
2554:
2555: wf_engine.setItemAttrText (itemtype => p_item_type,
2556: itemkey => p_item_key,
2557: aname => 'P_EFFECTIVE_DATE',
2558: avalue => to_char(p_effective_date,
2559: g_date_format));

Line 2561: wf_engine.setItemAttrDate (itemtype => p_item_type,

2557: aname => 'P_EFFECTIVE_DATE',
2558: avalue => to_char(p_effective_date,
2559: g_date_format));
2560:
2561: wf_engine.setItemAttrDate (itemtype => p_item_type,
2562: itemkey => p_item_key,
2563: aname => 'CURRENT_EFFECTIVE_DATE',
2564: avalue => p_effective_date);
2565:

Line 3364: wf_engine.GetActivityAttrText(itemtype => p_item_type,

3360: l_review_item_name := p_review_page_region_code;
3361: if (p_review_page_region_code IS NULL) then
3362: BEGIN
3363: l_review_item_name :=
3364: wf_engine.GetActivityAttrText(itemtype => p_item_type,
3365: itemkey => p_item_key,
3366: actid => p_actid,
3367: aname => g_wf_review_regn_itm_attr_name);
3368: EXCEPTION

Line 5687: l_is_ethinic := nvl( wf_engine.GetItemAttrText

5683: l_item_key := hr_transaction_api.get_varchar2_value
5684: (p_transaction_step_id => p_transaction_step_id
5685: ,p_name => 'P_ITEM_KEY');
5686:
5687: l_is_ethinic := nvl( wf_engine.GetItemAttrText
5688: (itemtype => l_item_type
5689: ,itemkey => l_item_key
5690: ,aname => 'ISETHINICFLOW'
5691: ,ignore_notfound=>true),'NO');

Line 5797: l_ex_emp := wf_engine.GetItemAttrText(l_item_type,l_item_key,'HR_FLOW_IDENTIFIER',true);

5793: l_item_key := hr_transaction_api.get_varchar2_value
5794: (p_transaction_step_id => p_transaction_step_id
5795: ,p_name => 'P_ITEM_KEY');
5796:
5797: l_ex_emp := wf_engine.GetItemAttrText(l_item_type,l_item_key,'HR_FLOW_IDENTIFIER',true);
5798:
5799: if nvl(l_ex_emp,'N') = 'EX_EMP' then
5800: l_rehire_reason := hr_transaction_api.get_varchar2_value
5801: (p_transaction_step_id => p_transaction_step_id

Line 7494: l_transaction_step := to_number(wf_engine.GetItemAttrText

7490: );*/
7491: END IF;
7492: -- end cobra codes
7493: --
7494: l_transaction_step := to_number(wf_engine.GetItemAttrText
7495: (itemtype => l_item_type,
7496: itemkey => l_item_key,
7497: aname =>'USER_TRANSACTION_STEP'));
7498: if l_transaction_step is not null then

Line 7524: l_user_pswd := wf_engine.GetItemAttrText

7520: ,p_respons_id => l_respons_id
7521: ,p_respons_appl_id => l_respons_appl_id
7522: );
7523:
7524: l_user_pswd := wf_engine.GetItemAttrText
7525: (itemtype => l_item_type,
7526: itemkey => l_item_key,
7527: aname =>'USER_ACCOUNT_INFO');
7528:

Line 7529: wf_engine.SetItemAttrText (itemtype => l_item_type,

7525: (itemtype => l_item_type,
7526: itemkey => l_item_key,
7527: aname =>'USER_ACCOUNT_INFO');
7528:
7529: wf_engine.SetItemAttrText (itemtype => l_item_type,
7530: itemkey => l_item_key,
7531: aname => 'USER_ACCOUNT_INFO',
7532: avalue => null);
7533: ben_process_user_ss_api.create_user_details(

Line 7916: l_appl_assignment_id := wf_engine.getItemAttrText(

7912: END IF;
7913:
7914:
7915: -- get the assignment_id from workflow for the applicant
7916: l_appl_assignment_id := wf_engine.getItemAttrText(
7917: itemtype => p_item_type,
7918: itemkey => p_item_key,
7919: aname => 'CURRENT_ASSIGNMENT_ID');
7920:

Line 8407: wf_engine.setItemAttrText (itemtype => p_item_type,

8403: p_per_information27, p_per_information28,
8404: p_per_information29, p_per_information30);
8405: end if;
8406:
8407: wf_engine.setItemAttrText (itemtype => p_item_type,
8408: itemkey => p_item_key,
8409: aname => 'HR_SECTION_DISPLAY_NAME',
8410: avalue => l_full_name);
8411:

Line 8415: wf_engine.setItemAttrText (itemtype => p_item_type,

8411:
8412: -- Set the P_EFFECTIVE_DATE and CURRENT_EFFECTIVE_DATE in wf item attributes to be retreived
8413: -- in review page
8414:
8415: wf_engine.setItemAttrText (itemtype => p_item_type,
8416: itemkey => p_item_key,
8417: aname => 'P_EFFECTIVE_DATE',
8418: avalue => to_char(p_effective_date,
8419: g_date_format));

Line 8421: wf_engine.setItemAttrDate (itemtype => p_item_type,

8417: aname => 'P_EFFECTIVE_DATE',
8418: avalue => to_char(p_effective_date,
8419: g_date_format));
8420:
8421: wf_engine.setItemAttrDate (itemtype => p_item_type,
8422: itemkey => p_item_key,
8423: aname => 'CURRENT_EFFECTIVE_DATE',
8424: avalue => p_effective_date);
8425: --

Line 9182: wf_engine.GetActivityAttrText(itemtype => p_item_type,

9178: if (p_review_page_region_code IS NULL) then
9179: BEGIN
9180: hr_utility.set_location('p_review_page_region_code IS NULL'||l_proc,125);
9181: l_review_item_name :=
9182: wf_engine.GetActivityAttrText(itemtype => p_item_type,
9183: itemkey => p_item_key,
9184: actid => p_actid,
9185: aname => g_wf_review_regn_itm_attr_name);
9186: EXCEPTION