DBA Data[Home] [Help]

APPS.CCT_BANKROUTING_PUB dependencies on WF_ENGINE

Line 22: resultout := wf_engine.eng_completed ;

18: l_call_ID VARCHAR2(32);
19: l_num_groups NUMBER :=0;
20: BEGIN
21: -- set default result
22: resultout := wf_engine.eng_completed ;
23:
24: IF (funmode = 'RUN') THEN
25: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );
26: l_call_ID := WF_ENGINE.GetItemAttrText(

Line 25: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );

21: -- set default result
22: resultout := wf_engine.eng_completed ;
23:
24: IF (funmode = 'RUN') THEN
25: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );
26: l_call_ID := WF_ENGINE.GetItemAttrText(
27: itemtype, itemkey, 'OCCTMEDIAITEMID');
28:
29: IF ( (l_customer_ID IS NULL) OR (l_call_ID IS NULL) ) THEN

Line 26: l_call_ID := WF_ENGINE.GetItemAttrText(

22: resultout := wf_engine.eng_completed ;
23:
24: IF (funmode = 'RUN') THEN
25: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );
26: l_call_ID := WF_ENGINE.GetItemAttrText(
27: itemtype, itemkey, 'OCCTMEDIAITEMID');
28:
29: IF ( (l_customer_ID IS NULL) OR (l_call_ID IS NULL) ) THEN
30: return;

Line 81: resultout := wf_engine.eng_completed ;

77: l_num_groups NUMBER :=0;
78:
79: BEGIN
80: -- set default result
81: resultout := wf_engine.eng_completed ;
82:
83: IF (funmode = 'RUN') THEN
84: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );
85: l_call_ID := WF_ENGINE.GetItemAttrText(

Line 84: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );

80: -- set default result
81: resultout := wf_engine.eng_completed ;
82:
83: IF (funmode = 'RUN') THEN
84: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );
85: l_call_ID := WF_ENGINE.GetItemAttrText(
86: itemtype, itemkey, 'OCCTMEDIAITEMID');
87:
88: IF ( (l_customer_ID IS NULL) OR (l_call_ID IS NULL) ) THEN

Line 85: l_call_ID := WF_ENGINE.GetItemAttrText(

81: resultout := wf_engine.eng_completed ;
82:
83: IF (funmode = 'RUN') THEN
84: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );
85: l_call_ID := WF_ENGINE.GetItemAttrText(
86: itemtype, itemkey, 'OCCTMEDIAITEMID');
87:
88: IF ( (l_customer_ID IS NULL) OR (l_call_ID IS NULL) ) THEN
89: return;

Line 143: resultout := wf_engine.eng_completed ;

139:
140: BEGIN
141:
142: -- set default result
143: resultout := wf_engine.eng_completed ;
144:
145: IF (funmode = 'RUN') THEN
146: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );
147: l_call_ID := WF_ENGINE.GetItemAttrText(

Line 146: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );

142: -- set default result
143: resultout := wf_engine.eng_completed ;
144:
145: IF (funmode = 'RUN') THEN
146: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );
147: l_call_ID := WF_ENGINE.GetItemAttrText(
148: itemtype, itemkey, 'OCCTMEDIAITEMID');
149:
150: IF ( (l_customer_ID IS NULL) OR (l_call_ID IS NULL) ) THEN

Line 147: l_call_ID := WF_ENGINE.GetItemAttrText(

143: resultout := wf_engine.eng_completed ;
144:
145: IF (funmode = 'RUN') THEN
146: l_customer_id := WF_ENGINE.GetItemAttrNumber(itemtype,itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID );
147: l_call_ID := WF_ENGINE.GetItemAttrText(
148: itemtype, itemkey, 'OCCTMEDIAITEMID');
149:
150: IF ( (l_customer_ID IS NULL) OR (l_call_ID IS NULL) ) THEN
151: return;