DBA Data[Home] [Help]

APPS.WF_EVENT_HTML dependencies on WF_MONITOR

Line 7584: WF_MONITOR.parseUrlForParams('h_guid', l_oldUrl, guid);

7580: l_oldUrl varchar2(4000);
7581: begin
7582: errorCode := 1;
7583: l_oldUrl := oldUrl;
7584: WF_MONITOR.parseUrlForParams('h_guid', l_oldUrl, guid);
7585: getFWKEvtSubscriptionUrl(guid,newUrl);
7586: if (newUrl is not null) then
7587: errorCode := 0; --success
7588: end if;

Line 7611: WF_MONITOR.parseUrlForParams('P_EventAttribute', l_oldUrl, eventAttribute);

7607: begin
7608: errorCode := 1;
7609: l_oldUrl := oldUrl;
7610:
7611: WF_MONITOR.parseUrlForParams('P_EventAttribute', l_oldUrl, eventAttribute);
7612: WF_MONITOR.parseUrlForParams('P_ItemType', l_oldUrl, itemType);
7613: WF_MONITOR.parseUrlForParams('P_ItemKey', l_oldUrl, itemKey);
7614:
7615: newUrl := WF_OAM_UTIL.getViewXMLURL(p_eventattribute => eventAttribute,

Line 7612: WF_MONITOR.parseUrlForParams('P_ItemType', l_oldUrl, itemType);

7608: errorCode := 1;
7609: l_oldUrl := oldUrl;
7610:
7611: WF_MONITOR.parseUrlForParams('P_EventAttribute', l_oldUrl, eventAttribute);
7612: WF_MONITOR.parseUrlForParams('P_ItemType', l_oldUrl, itemType);
7613: WF_MONITOR.parseUrlForParams('P_ItemKey', l_oldUrl, itemKey);
7614:
7615: newUrl := WF_OAM_UTIL.getViewXMLURL(p_eventattribute => eventAttribute,
7616: p_itemtype => itemType,

Line 7613: WF_MONITOR.parseUrlForParams('P_ItemKey', l_oldUrl, itemKey);

7609: l_oldUrl := oldUrl;
7610:
7611: WF_MONITOR.parseUrlForParams('P_EventAttribute', l_oldUrl, eventAttribute);
7612: WF_MONITOR.parseUrlForParams('P_ItemType', l_oldUrl, itemType);
7613: WF_MONITOR.parseUrlForParams('P_ItemKey', l_oldUrl, itemKey);
7614:
7615: newUrl := WF_OAM_UTIL.getViewXMLURL(p_eventattribute => eventAttribute,
7616: p_itemtype => itemType,
7617: p_itemkey => itemkey);