DBA Data[Home] [Help]

APPS.ZPB_EXCEPTION_ALERT dependencies on FND_PROFILE

Line 935: -- l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', ProcOwnerID);

931: Itemkey => ParentItemKey,
932: aname => 'INSTANCEID');
933:
934: -- B 4106621 URL
935: -- l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', ProcOwnerID);
936:
937: l_URLexplain := wf_engine.GetItemAttrText(Itemtype => ItemType,
938: Itemkey => ParentItemKey,
939: aname => 'URLEXPLAIN');

Line 990: l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', thisOwnerID);

986: avalue => ProcOwnerID);
987:
988: --=============================================================================
989: -- b5179198 URL profile should be set for the ntf target user
990: l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', thisOwnerID);
991: l_newURL := l_htmlAgent || '/OA_HTML/' || l_URLexplain;
992: --==============================================================================
993:
994: -- B 4106621 URL

Line 1615: --l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', ProcOwnerID);

1611: --ProcOwnerID := wf_engine.GetItemAttrNumber(Itemtype => ItemType,
1612: -- Itemkey => ParentItemKey,
1613: -- aname => 'OWNERID');
1614:
1615: --l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', ProcOwnerID);
1616:
1617: l_URLexplain := wf_engine.GetItemAttrText(Itemtype => ItemType,
1618: Itemkey => ParentItemKey,
1619: aname => 'URLEXPLAIN');

Line 1676: l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', thisRecipientID);

1672: thisRecipientID := zpb_wf_ntf.fnduser_to_ID(thisRecipient);
1673:
1674: --=============================================================================
1675: -- b5179198 URL profile should be set for the ntf target user
1676: l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', thisRecipientID);
1677: l_newURL := l_htmlAgent || '/OA_HTML/' || l_URLexplain;
1678: --==============================================================================
1679:
1680: if zpb_wf_ntf.has_Shadow(thisRecipientID) = 'Y' then

Line 2202: --l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', ProcOwnerID);

2198: Itemkey => ItemKey,
2199: aname => 'INSTANCEDESC');
2200:
2201: -- B 4106621 URL agent override
2202: --l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', ProcOwnerID);
2203: --
2204: l_URLexplain := wf_engine.GetItemAttrText(Itemtype => ItemType,
2205: Itemkey => ItemKey,
2206: aname => 'URLEXPLAIN');

Line 2260: l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', thisOwnerID);

2256:
2257:
2258: --=============================================================================
2259: -- b5179198 URL profile should be set for the ntf target user
2260: l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', thisOwnerID);
2261: l_newURL := l_htmlAgent || '/OA_HTML/' || l_URLexplain;
2262: --==============================================================================
2263:
2264: -- B 4106621 URL agent override

Line 2855: l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', ProcOwnerID);

2851: ProcOwnerID := wf_engine.GetItemAttrNumber(Itemtype => ItemType,
2852: Itemkey => ParentItemKey,
2853: aname => 'OWNERID');
2854:
2855: l_htmlAgent := FND_PROFILE.VALUE_SPECIFIC('APPS_FRAMEWORK_AGENT', ProcOwnerID);
2856: l_URLexplain := wf_engine.GetItemAttrText(Itemtype => ItemType,
2857: Itemkey => ParentItemKey,
2858: aname => 'URLEXPLAIN');
2859: l_newURL := l_htmlAgent || '/OA_HTML/' || l_URLexplain;