DBA Data[Home] [Help]

APPS.OKL_FE_WF dependencies on OKL_FE_WF

Line 1: PACKAGE BODY OKL_FE_WF AS

1: PACKAGE BODY OKL_FE_WF AS
2: /* $Header: OKLFEWFB.pls 120.3 2010/12/21 03:51:05 rpillay ship $ */
3: -- constants used in the package
4:
5: G_MSG_TOKEN_OBJECT_NAME CONSTANT VARCHAR2(20) := 'OBJECT_NAME';

Line 405: documentid => 'plsql:okl_fe_wf.get_pam_msg_doc/' ||

401: l_name := wf_engine.GetItemAttrText(itemtype, itemkey, 'PAM_NAME');
402: wf_engine.SetItemAttrDocument(itemtype => itemtype,
403: itemkey => itemkey,
404: aname => G_WF_ITM_MESSAGE_BODY,
405: documentid => 'plsql:okl_fe_wf.get_pam_msg_doc/' ||
406: itemkey);
407: wf_engine.SetItemAttrText(itemtype => itemtype,
408: itemkey => itemkey,
409: aname => G_WF_ITM_MESSAGE_DESCR,

Line 417: avalue => 'plsql:okl_fe_wf.get_srt_msg_doc/' ||

413: l_name := wf_engine.GetItemAttrText(itemtype, itemkey, 'SRT_NAME');
414: wf_engine.SetItemAttrText(itemtype => itemtype,
415: itemkey => itemkey,
416: aname => G_WF_ITM_MESSAGE_BODY,
417: avalue => 'plsql:okl_fe_wf.get_srt_msg_doc/' ||
418: itemkey);
419: wf_engine.SetItemAttrText(itemtype => itemtype,
420: itemkey => itemkey,
421: aname => G_WF_ITM_MESSAGE_DESCR,

Line 429: avalue => 'plsql:okl_fe_wf.get_lrs_msg_doc/' ||

425: l_name := wf_engine.GetItemAttrText(itemtype, itemkey, 'LRS_NAME');
426: wf_engine.SetItemAttrText(itemtype => itemtype,
427: itemkey => itemkey,
428: aname => G_WF_ITM_MESSAGE_BODY,
429: avalue => 'plsql:okl_fe_wf.get_lrs_msg_doc/' ||
430: itemkey);
431: wf_engine.SetItemAttrText(itemtype => itemtype,
432: itemkey => itemkey,
433: aname => G_WF_ITM_MESSAGE_DESCR,

Line 441: avalue => 'plsql:okl_fe_wf.get_eot_msg_doc/' ||

437: l_name := wf_engine.GetItemAttrText(itemtype, itemkey, 'EOT_NAME');
438: wf_engine.SetItemAttrText(itemtype => itemtype,
439: itemkey => itemkey,
440: aname => G_WF_ITM_MESSAGE_BODY,
441: avalue => 'plsql:okl_fe_wf.get_eot_msg_doc/' ||
442: itemkey);
443: wf_engine.SetItemAttrText(itemtype => itemtype,
444: itemkey => itemkey,
445: aname => G_WF_ITM_MESSAGE_DESCR,

Line 453: avalue => 'plsql:okl_fe_wf.get_irs_msg_doc/' ||

449: l_name := wf_engine.GetItemAttrText(itemtype, itemkey, 'IRS_NAME');
450: wf_engine.SetItemAttrText(itemtype => itemtype,
451: itemkey => itemkey,
452: aname => G_WF_ITM_MESSAGE_BODY,
453: avalue => 'plsql:okl_fe_wf.get_irs_msg_doc/' ||
454: itemkey);
455: wf_engine.SetItemAttrText(itemtype => itemtype,
456: itemkey => itemkey,
457: aname => G_WF_ITM_MESSAGE_DESCR,

Line 800: WF_CORE.CONTEXT('okl_fe_wf',

796: END IF;
797:
798: EXCEPTION
799: WHEN OTHERS THEN
800: WF_CORE.CONTEXT('okl_fe_wf',
801: 'handle_srt_approval',
802: itemtype,
803: itemkey,
804: actid,

Line 1020: WF_CORE.CONTEXT('okl_fe_wf',

1016: END IF;
1017:
1018: EXCEPTION
1019: WHEN OTHERS THEN
1020: WF_CORE.CONTEXT('okl_fe_wf',
1021: 'handle_pam_approval',
1022: itemtype,
1023: itemkey,
1024: actid,

Line 1256: WF_CORE.CONTEXT('okl_fe_wf',

1252: END IF;
1253:
1254: EXCEPTION
1255: WHEN OTHERS THEN
1256: WF_CORE.CONTEXT('okl_fe_wf',
1257: 'handle_eot_approval',
1258: itemtype,
1259: itemkey,
1260: actid,

Line 1555: WF_CORE.CONTEXT('okl_fe_wf',

1551: END IF;
1552:
1553: EXCEPTION
1554: WHEN OTHERS THEN
1555: WF_CORE.CONTEXT('okl_fe_wf',
1556: 'handle_lrs_approval',
1557: itemtype,
1558: itemkey,
1559: actid,

Line 1895: WF_CORE.CONTEXT('okl_fe_wf',

1891: END IF;
1892:
1893: EXCEPTION
1894: WHEN OTHERS THEN
1895: WF_CORE.CONTEXT('okl_fe_wf',
1896: 'handle_irs_approval',
1897: itemtype,
1898: itemkey,
1899: actid,

Line 1981: avalue => 'plsql:okl_fe_wf.get_pam_msg_doc/' ||

1977: l_rejected_message);
1978: wf_engine.SetItemAttrText(itemtype => itemtype,
1979: itemkey => itemkey,
1980: aname => G_WF_ITM_MESSAGE_BODY,
1981: avalue => 'plsql:okl_fe_wf.get_pam_msg_doc/' ||
1982: itemkey);
1983: wf_engine.SetItemAttrText(itemtype => itemtype,
1984: itemkey => itemkey,
1985: aname => G_WF_ITM_MESSAGE_DESCR,

Line 2138: avalue => 'plsql:okl_fe_wf.get_srt_msg_doc/' ||

2134: l_rejected_message);
2135: wf_engine.SetItemAttrText(itemtype => itemtype,
2136: itemkey => itemkey,
2137: aname => G_WF_ITM_MESSAGE_BODY,
2138: avalue => 'plsql:okl_fe_wf.get_srt_msg_doc/' ||
2139: itemkey);
2140: wf_engine.SetItemAttrText(itemtype => itemtype,
2141: itemkey => itemkey,
2142: aname => G_WF_ITM_MESSAGE_DESCR,

Line 2293: avalue => 'plsql:okl_fe_wf.get_eot_msg_doc/' ||

2289: l_rejected_message);
2290: wf_engine.SetItemAttrText(itemtype => itemtype,
2291: itemkey => itemkey,
2292: aname => G_WF_ITM_MESSAGE_BODY,
2293: avalue => 'plsql:okl_fe_wf.get_eot_msg_doc/' ||
2294: itemkey);
2295: wf_engine.SetItemAttrText(itemtype => itemtype,
2296: itemkey => itemkey,
2297: aname => G_WF_ITM_MESSAGE_DESCR,

Line 2448: avalue => 'plsql:okl_fe_wf.get_irs_msg_doc/' ||

2444: l_rejected_message);
2445: wf_engine.SetItemAttrText(itemtype => itemtype,
2446: itemkey => itemkey,
2447: aname => G_WF_ITM_MESSAGE_BODY,
2448: avalue => 'plsql:okl_fe_wf.get_irs_msg_doc/' ||
2449: itemkey);
2450: wf_engine.SetItemAttrText(itemtype => itemtype,
2451: itemkey => itemkey,
2452: aname => G_WF_ITM_MESSAGE_DESCR,

Line 2603: avalue => 'plsql:okl_fe_wf.get_lrs_msg_doc/' ||

2599: l_rejected_message);
2600: wf_engine.SetItemAttrText(itemtype => itemtype,
2601: itemkey => itemkey,
2602: aname => G_WF_ITM_MESSAGE_BODY,
2603: avalue => 'plsql:okl_fe_wf.get_lrs_msg_doc/' ||
2604: itemkey);
2605: wf_engine.SetItemAttrText(itemtype => itemtype,
2606: itemkey => itemkey,
2607: aname => G_WF_ITM_MESSAGE_DESCR,

Line 2685: END okl_fe_wf;

2681: funcmode);
2682: RAISE;
2683: END lease_rate_set_wf;
2684:
2685: END okl_fe_wf;