DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_WF dependencies on OKL_AM_WF

Line 227: okl_am_wf.get_notification_agent(

223: OPEN okl_asset_return_csr(l_art_id);
224: FETCH okl_asset_return_csr INTO l_asset_return;
225: CLOSE okl_asset_return_csr;
226:
227: okl_am_wf.get_notification_agent(
228: itemtype => itemtype
229: , itemkey => itemkey
230: , actid => actid
231: , funcmode => funcmode

Line 394: okl_am_wf.get_notification_agent(

390: OPEN okl_vendor_csr(l_asset_return.AGENT_ID);
391: FETCH okl_vendor_csr INTO l_vendor;
392: CLOSE okl_vendor_csr;
393:
394: okl_am_wf.get_notification_agent(
395: itemtype => itemtype
396: , itemkey => itemkey
397: , actid => actid
398: , funcmode => funcmode

Line 1073: okl_am_wf.get_notification_agent(

1069: itemkey => itemkey,
1070: aname => 'CREATED_BY');
1071:
1072:
1073: okl_am_wf.get_notification_agent(
1074: itemtype => itemtype
1075: , itemkey => itemkey
1076: , actid => actid
1077: , funcmode => funcmode

Line 1428: okl_am_wf.get_notification_agent(

1424: OPEN okl_check_req_csr(l_art_id);
1425: FETCH okl_check_req_csr INTO l_csr_rec;
1426: CLOSE okl_check_req_csr;
1427:
1428: okl_am_wf.get_notification_agent(
1429: itemtype => itemtype
1430: , itemkey => itemkey
1431: , actid => actid
1432: , funcmode => funcmode

Line 1902: okl_am_wf.get_notification_agent(

1898: IF l_header_done THEN
1899: l_message := l_message||'';
1900: END IF;
1901:
1902: okl_am_wf.get_notification_agent(
1903: itemtype => itemtype
1904: , itemkey => itemkey
1905: , actid => actid
1906: , funcmode => funcmode

Line 2011: OKL_AM_WF.GET_NOTIFICATION_AGENT(

2007: -- Get the notification recipient from profile.
2008: /* l_performer := fnd_profile.value('OKL_TRANSPORTATION_NOTIFICATION');
2009:
2010: -- get the requestor
2011: OKL_AM_WF.GET_NOTIFICATION_AGENT(
2012: itemtype => itemtype,
2013: itemkey => itemkey,
2014: actid => actid,
2015: funcmode => funcmode,

Line 2196: okl_am_wf.get_notification_agent(

2192: 'Execution Date'||
2193: '';
2194: l_header_done := TRUE;
2195:
2196: okl_am_wf.get_notification_agent(
2197: itemtype => itemtype
2198: , itemkey => itemkey
2199: , actid => actid
2200: , funcmode => funcmode

Line 2485: okl_am_wf.get_notification_agent(itemtype => itemtype

2481: itemkey => itemkey,
2482: aname => 'EXECUTION_DATE',
2483: avalue => l_pfc_rec.EXECUTION_DATE);
2484:
2485: okl_am_wf.get_notification_agent(itemtype => itemtype
2486: ,itemkey => itemkey
2487: ,actid => actid
2488: ,funcmode => funcmode
2489: ,p_user_id => l_pfc_rec.last_updated_by

Line 2713: OKL_AM_WF.GET_NOTIFICATION_AGENT(

2709: OPEN okl_check_req_csr(l_art_id);
2710: FETCH okl_check_req_csr INTO l_last_updated_by;
2711: CLOSE okl_check_req_csr;
2712:
2713: OKL_AM_WF.GET_NOTIFICATION_AGENT(
2714: itemtype => itemtype,
2715: itemkey => itemkey,
2716: actid => actid,
2717: funcmode => funcmode,