DBA Data[Home] [Help]

APPS.POS_SUPP_APPR dependencies on WF_CORE

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 306: wf_core.context('POSSPAPP', 'POSSPAPP_PROCESS',

302: return;
303:
304: exception
305: when others then
306: wf_core.context('POSSPAPP', 'POSSPAPP_PROCESS',
307: itemtype, itemkey, to_char(actid), funcmode);
308: if g_fnd_debug = 'Y' then
309: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
310: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED, g_module_prefix || l_api_name, ' Unexpected Error l_progress - '||

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 894: wf_core.get_error(lerrname,lerrmsg,lerrstack);

890: activity => 'BLOCK',
891: result => null);
892: exception
893: when others then
894: wf_core.get_error(lerrname,lerrmsg,lerrstack);
895: if lerrname = 'WFENG_NOT_NOTIFIED' then
896: null;
897: end if;
898: end;

Line 1027: wf_core.get_error(lerrname,lerrmsg,lerrstack);

1023: activity => 'BLOCK',
1024: result => null);
1025: exception
1026: when others then
1027: wf_core.get_error(lerrname,lerrmsg,lerrstack);
1028: if lerrname = 'WFENG_NOT_NOTIFIED' then
1029: null;
1030: end if;
1031: end;