DBA Data[Home] [Help]

APPS.OKL_FUNDING_WF dependencies on OKL_FUNDING_WF

Line 1: PACKAGE BODY okl_funding_wf AS

1: PACKAGE BODY okl_funding_wf AS
2: /* $Header: OKLRFUNB.pls 120.25 2010/11/15 06:47:20 rgooty ship $ */
3:
4: G_NO_MATCHING_RECORD CONSTANT VARCHAR2(200) := 'OKL_LLA_NO_MATCHING_RECORD';
5: G_REQUIRED_VALUE CONSTANT VARCHAR2(200) := OKL_API.G_REQUIRED_VALUE;

Line 1892: avalue => 'plsql:OKL_FUNDING_WF.pop_approval_doc/'||l_key);

1888: -- Set the Message Document
1889: wf_engine.SetItemAttrText (itemtype => l_item_type,
1890: itemkey => l_key,
1891: aname => G_WF_ITM_MESSAGE_DOC,
1892: avalue => 'plsql:OKL_FUNDING_WF.pop_approval_doc/'||l_key);
1893:
1894: -- Now, Start the Detail Process
1895: wf_engine.StartProcess(itemtype => l_item_type,
1896: itemkey => l_key);

Line 1934: END okl_funding_wf;

1930:
1931: END wf_approval_process;
1932:
1933:
1934: END okl_funding_wf;