DBA Data[Home] [Help]

APPS.POS_SUPP_APPR dependencies on POS_SUPP_APPR

Line 1: package body POS_SUPP_APPR as

1: package body POS_SUPP_APPR as
2: /* $Header: POSSPAPB.pls 120.10.12020000.3 2013/02/09 13:20:19 hvutukur ship $ */
3:
4: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5: g_module_prefix CONSTANT VARCHAR2(50) := 'pos.plsql.' || 'POS_SUPP_APPR' || '.';

Line 5: g_module_prefix CONSTANT VARCHAR2(50) := 'pos.plsql.' || 'POS_SUPP_APPR' || '.';

1: package body POS_SUPP_APPR as
2: /* $Header: POSSPAPB.pls 120.10.12020000.3 2013/02/09 13:20:19 hvutukur ship $ */
3:
4: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5: g_module_prefix CONSTANT VARCHAR2(50) := 'pos.plsql.' || 'POS_SUPP_APPR' || '.';
6:
7: approvalListStr VARCHAR2(32767) := NULL;
8:
9: ------------------

Line 141: wf_core.context('POS_SUPP_APPR', 'INITIALIZE_WF',

137: exception
138: when others then
139: -- The line below records this function call in the error system
140: -- in the case of an exception.
141: wf_core.context('POS_SUPP_APPR', 'INITIALIZE_WF',
142: itemtype, itemkey, to_char(actid), funcmode);
143: if g_fnd_debug = 'Y' then
144: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
145: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, g_module_prefix || l_api_name, ' Unexpected Error l_progress - '||

Line 216: wf_core.context('POS_SUPP_APPR', 'SET_STATUS_REJECTED',

212: exception
213: when others then
214: -- The line below records this function call in the error system
215: -- in the case of an exception.
216: wf_core.context('POS_SUPP_APPR', 'SET_STATUS_REJECTED',
217: itemtype, itemkey, to_char(actid), funcmode);
218: if g_fnd_debug = 'Y' then
219: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
220: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, g_module_prefix || l_api_name, ' Unexpected Error l_progress - '||

Line 392: -- transactionTypeIn=>'POS_SUPP_APPR',

388:
389: resultout := wf_engine.eng_completed||':'||'VALID_NEXT_APPROVER';
390:
391: -- ame_api2.clearAllApprovals( applicationIdIn=>177,
392: -- transactionTypeIn=>'POS_SUPP_APPR',
393: -- transactionIdIn=>itemkey);
394:
395: ame_api2.getNextApprovers4( applicationIdIn=>177,
396: transactionIdIn=>itemkey,

Line 397: transactionTypeIn=>'POS_SUPP_APPR',

393: -- transactionIdIn=>itemkey);
394:
395: ame_api2.getNextApprovers4( applicationIdIn=>177,
396: transactionIdIn=>itemkey,
397: transactionTypeIn=>'POS_SUPP_APPR',
398: approvalProcessCompleteYNOut=>l_completeYNO,
399: nextApproversOut=>g_next_approvers
400: );
401:

Line 569: wf_core.context('POS_SUPP_APPR', 'GET_NEXT_APPROVER',

565: exception
566: when others then
567: -- The line below records this function call in the error system
568: -- in the case of an exception.
569: wf_core.context('POS_SUPP_APPR', 'GET_NEXT_APPROVER',
570: itemtype, itemkey, to_char(actid), funcmode);
571: if g_fnd_debug = 'Y' then
572: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
573: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, g_module_prefix || l_api_name, ' Unexpected Error l_progress - '||

Line 1743: end POS_SUPP_APPR;

1739: end if;
1740: return '';
1741: end GET_APPROVER_NAME_IN_WF;
1742:
1743: end POS_SUPP_APPR;