DBA Data[Home] [Help]

APPS.IGS_PS_WF_EVENT_PKG dependencies on WF_ENGINE

Line 428: wf_engine.SetItemAttrText(itemtype => itemtype,

424: BEGIN
425:
426: IF (funcmode = 'RUN') THEN
427:
428: wf_engine.SetItemAttrText(itemtype => itemtype,
429: itemkey => itemkey,
430: aname => 'IA_FAC_HEADER',
431: avalue => 'PLSQLCLOB:igs_ps_wf_event_pkg.generate_faculty_header/'|| itemtype || ':' || itemkey);
432:

Line 433: wf_engine.SetItemAttrText(itemtype => itemtype,

429: itemkey => itemkey,
430: aname => 'IA_FAC_HEADER',
431: avalue => 'PLSQLCLOB:igs_ps_wf_event_pkg.generate_faculty_header/'|| itemtype || ':' || itemkey);
432:
433: wf_engine.SetItemAttrText(itemtype => itemtype,
434: itemkey => itemkey,
435: aname => 'IA_FAC_BODY',
436: avalue => 'PLSQLCLOB:igs_ps_wf_event_pkg.generate_faculty_body/'|| itemtype || ':' || itemkey);
437:

Line 585: l_c_cal_type := wf_engine.GetItemAttrText (itemtype => l_c_itemtype,

581: l_c_itemkey := SUBSTR(document_id, instr(document_id, ':') + 1, length(document_id));
582:
583: /* Get the cal type and sequence number from attributes i.e. being passed from concurrent job */
584:
585: l_c_cal_type := wf_engine.GetItemAttrText (itemtype => l_c_itemtype,
586: itemkey => l_c_itemkey,
587: aname => 'IA_CAL_TYPE'
588: );
589: l_n_cal_seq_num := wf_engine.GetItemAttrNumber (itemtype => l_c_itemtype,

Line 589: l_n_cal_seq_num := wf_engine.GetItemAttrNumber (itemtype => l_c_itemtype,

585: l_c_cal_type := wf_engine.GetItemAttrText (itemtype => l_c_itemtype,
586: itemkey => l_c_itemkey,
587: aname => 'IA_CAL_TYPE'
588: );
589: l_n_cal_seq_num := wf_engine.GetItemAttrNumber (itemtype => l_c_itemtype,
590: itemkey => l_c_itemkey,
591: aname => 'IA_CAL_SEQ_NUM'
592: );
593: