DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_WF dependencies on FND_PROFILE

Line 1951: /* l_performer := fnd_profile.value('OKL_TRANSPORTATION_NOTIFICATION');

1947: FETCH okl_asset_return_csr INTO l_asset_return;
1948: CLOSE okl_asset_return_csr;
1949:
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,

Line 2750: l_performer := fnd_profile.value('OKL_TRANSPORTATION_NOTIFICATION');

2746: itemkey => itemkey,
2747: aname => 'TRANSACTION_ID');
2748:
2749: -- Get the notification recipient from profile.
2750: l_performer := fnd_profile.value('OKL_TRANSPORTATION_NOTIFICATION');
2751:
2752: wf_engine.SetItemAttrText( itemtype => itemtype,
2753: itemkey => itemkey,
2754: aname => 'PERFORMING_AGENT',