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 1028: okl_am_wf.get_notification_agent(

1024: itemkey => itemkey,
1025: aname => 'CREATED_BY');
1026:
1027:
1028: okl_am_wf.get_notification_agent(
1029: itemtype => itemtype
1030: , itemkey => itemkey
1031: , actid => actid
1032: , funcmode => funcmode

Line 1383: okl_am_wf.get_notification_agent(

1379: OPEN okl_check_req_csr(l_art_id);
1380: FETCH okl_check_req_csr INTO l_csr_rec;
1381: CLOSE okl_check_req_csr;
1382:
1383: okl_am_wf.get_notification_agent(
1384: itemtype => itemtype
1385: , itemkey => itemkey
1386: , actid => actid
1387: , funcmode => funcmode

Line 1845: okl_am_wf.get_notification_agent(

1841: IF l_header_done THEN
1842: l_message := l_message||'';
1843: END IF;
1844:
1845: okl_am_wf.get_notification_agent(
1846: itemtype => itemtype
1847: , itemkey => itemkey
1848: , actid => actid
1849: , funcmode => funcmode

Line 1954: OKL_AM_WF.GET_NOTIFICATION_AGENT(

1950: -- Get the notification recipient from profile.
1951: /* l_performer := fnd_profile.value('OKL_TRANSPORTATION_NOTIFICATION');
1952:
1953: -- get the requestor
1954: OKL_AM_WF.GET_NOTIFICATION_AGENT(
1955: itemtype => itemtype,
1956: itemkey => itemkey,
1957: actid => actid,
1958: funcmode => funcmode,

Line 2139: okl_am_wf.get_notification_agent(

2135: 'Execution Date'||
2136: '';
2137: l_header_done := TRUE;
2138:
2139: okl_am_wf.get_notification_agent(
2140: itemtype => itemtype
2141: , itemkey => itemkey
2142: , actid => actid
2143: , funcmode => funcmode

Line 2428: okl_am_wf.get_notification_agent(itemtype => itemtype

2424: itemkey => itemkey,
2425: aname => 'EXECUTION_DATE',
2426: avalue => l_pfc_rec.EXECUTION_DATE);
2427:
2428: okl_am_wf.get_notification_agent(itemtype => itemtype
2429: ,itemkey => itemkey
2430: ,actid => actid
2431: ,funcmode => funcmode
2432: ,p_user_id => l_pfc_rec.last_updated_by

Line 2656: OKL_AM_WF.GET_NOTIFICATION_AGENT(

2652: OPEN okl_check_req_csr(l_art_id);
2653: FETCH okl_check_req_csr INTO l_last_updated_by;
2654: CLOSE okl_check_req_csr;
2655:
2656: OKL_AM_WF.GET_NOTIFICATION_AGENT(
2657: itemtype => itemtype,
2658: itemkey => itemkey,
2659: actid => actid,
2660: funcmode => funcmode,