DBA Data[Home] [Help]

APPS.OKL_CREDIT_LINE_WF dependencies on OKL_CREDIT_LINE_WF

Line 1: PACKAGE BODY OKL_CREDIT_LINE_WF AS

1: PACKAGE BODY OKL_CREDIT_LINE_WF AS
2: /* $Header: OKLRDWFB.pls 120.2 2006/09/22 09:15:55 varangan noship $ */
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 170: -- OKL_CREDIT_LINE_WF.raise_approval_event().

166:
167: --------------------------------------------------------------------------------
168: -- The status of the credit line will initiate to 'SUBMITTED' and the credit line
169: -- process API will do the validations before invoke:
170: -- OKL_CREDIT_LINE_WF.raise_approval_event().
171: -- cklee May-06-2005
172: --------------------------------------------------------------------------------
173: OKL_CREDIT_PUB.update_credit_line_status(
174: p_api_version => p_api_version,

Line 1446: documentid => 'plsql:OKL_CREDIT_LINE_WF.pop_approval_doc/'||l_key);

1442: -- Set the Message Document
1443: wf_engine.SetItemAttrDocument (itemtype => l_item_type,
1444: itemkey => l_key,
1445: aname => G_WF_ITM_MESSAGE_DOC,
1446: documentid => 'plsql:OKL_CREDIT_LINE_WF.pop_approval_doc/'||l_key);
1447:
1448: -- Now, Start the Detail Process
1449: wf_engine.StartProcess(itemtype => l_item_type,
1450: itemkey => l_key);

Line 1512: documentid => 'plsql:OKL_CREDIT_LINE_WF.pop_approval_doc/'||itemkey);

1508: IF (funcmode = 'RUN') THEN
1509: wf_engine.SetItemAttrDocument (itemtype => itemtype,
1510: itemkey => itemkey,
1511: aname => G_WF_ITM_MESSAGE_DOC,
1512: documentid => 'plsql:OKL_CREDIT_LINE_WF.pop_approval_doc/'||itemkey);
1513:
1514: resultout := 'COMPLETE:';
1515: RETURN;
1516: END IF;

Line 1538: wf_core.context('OKL_CREDIT_LINE_WF' , 'AME_APPROVAL_PROCESS', itemtype, itemkey, actid, funcmode);

1534: END IF;
1535:
1536: EXCEPTION
1537: WHEN OTHERS THEN
1538: wf_core.context('OKL_CREDIT_LINE_WF' , 'AME_APPROVAL_PROCESS', itemtype, itemkey, actid, funcmode);
1539: RAISE;
1540:
1541: END AME_APPROVAL_PROCESS;
1542:

Line 1544: END OKL_CREDIT_LINE_WF;

1540:
1541: END AME_APPROVAL_PROCESS;
1542:
1543:
1544: END OKL_CREDIT_LINE_WF;