DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_WF dependencies on FND_PROFILE

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

2004: FETCH okl_asset_return_csr INTO l_asset_return;
2005: CLOSE okl_asset_return_csr;
2006:
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,

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

2803: itemkey => itemkey,
2804: aname => 'TRANSACTION_ID');
2805:
2806: -- Get the notification recipient from profile.
2807: l_performer := fnd_profile.value('OKL_TRANSPORTATION_NOTIFICATION');
2808:
2809: wf_engine.SetItemAttrText( itemtype => itemtype,
2810: itemkey => itemkey,
2811: aname => 'PERFORMING_AGENT',