DBA Data[Home] [Help]

APPS.OKE_PRINT_CONTRACT_WF dependencies on WF_ENGINE

Line 19: EventName := WF_ENGINE.GetItemAttrText

15: ) IS
16:
17: BEGIN
18:
19: EventName := WF_ENGINE.GetItemAttrText
20: ( ItemType => ItemType
21: , ItemKey => ItemKey
22: , AName => 'ECX_EVENT_NAME' );
23:

Line 153: WF_ENGINE.SetItemAttrText

149: -- Perform this action before form specific initializations
150: -- so it is possible to override the result on a form-by-form
151: -- basis.
152: --
153: WF_ENGINE.SetItemAttrText
154: ( ItemType => ItemType
155: , ItemKey => ItemKey
156: , AName => 'DOCUMENT_URL'
157: , AValue => wfa_html.base_url ||

Line 210: l_event_t :=wf_engine.GetItemAttrEvent(

206:
207: BEGIN
208: wf_event_t.Initialize(l_event_t);
209:
210: l_event_t :=wf_engine.GetItemAttrEvent(
211: itemType => p_itemType,
212: itemKey => p_itemKey,
213: name =>'ECX_EVENT_MESSAGE');
214: l_eventData :=l_event_t.GetEventData();