DBA Data[Home] [Help]

APPS.CCT_CUSTOMERINIT_PUB dependencies on CSC_ROUTING_UTL

Line 177: l_party_ID:=CSC_ROUTING_UTL.Get_Customer_From_ANI

173: l_app_object_Value := WF_ENGINE.GetItemAttrText(itemtype,itemkey,upper(l_cct_object_Type));
174:
175: if (l_app_object_Value IS NOT NULL) THEN
176: -- Call the API provided by AST
177: l_party_ID:=CSC_ROUTING_UTL.Get_Customer_From_ANI
178: ( p_phone_number => l_app_object_value ) ;
179:
180: -- if a customer id is returned
181: IF (l_Party_ID IS NOT NULL) THEN

Line 182: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer

178: ( p_phone_number => l_app_object_value ) ;
179:
180: -- if a customer id is returned
181: IF (l_Party_ID IS NOT NULL) THEN
182: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer
183: ( p_party_id => l_party_ID ) ;
184: resultout := wf_engine.eng_completed || ':Y';
185: WF_ENGINE.SetItemAttrNumber( itemtype,itemkey,upper(l_cct_party_id_key),
186: l_Party_ID );

Line 878: l_party_ID:=CSC_ROUTING_UTL.Get_Customer_From_InvoiceNum

874: l_app_object_Value := WF_ENGINE.GetItemAttrText(itemtype,itemkey,upper(l_cct_object_Type));
875:
876: if (l_app_object_Value IS NOT NULL) THEN
877: -- Call the API provided by CSC
878: l_party_ID:=CSC_ROUTING_UTL.Get_Customer_From_InvoiceNum
879: ( p_Invoice_Number => l_app_object_value ) ;
880:
881: -- if a customer id is returned
882: IF (l_Party_ID is not null) THEN

Line 883: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer

879: ( p_Invoice_Number => l_app_object_value ) ;
880:
881: -- if a customer id is returned
882: IF (l_Party_ID is not null) THEN
883: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer
884: ( p_party_id => l_party_ID ) ;
885: resultout := wf_engine.eng_completed || ':Y';
886: WF_ENGINE.SetItemAttrNumber( itemtype,itemkey,upper(l_cct_party_id_key),
887: l_Party_ID );

Line 946: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer

942: ( p_Serial_Number => l_app_object_value ) ;
943:
944: -- if a customer id is returned
945: IF (l_Party_ID is not null) THEN
946: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer
947: ( p_party_id => l_party_ID ) ;
948: resultout := wf_engine.eng_completed || ':Y';
949: WF_ENGINE.SetItemAttrNumber( itemtype,itemkey,upper(l_cct_party_id_key),
950: l_Party_ID );

Line 1009: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer

1005: ( p_system_name => l_app_object_value ) ;
1006:
1007: -- if a customer id is returned
1008: IF (l_Party_ID is not null) THEN
1009: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer
1010: ( p_party_id => l_party_ID ) ;
1011: resultout := wf_engine.eng_completed || ':Y';
1012: WF_ENGINE.SetItemAttrNumber( itemtype,itemkey,upper(l_cct_party_id_key),
1013: l_Party_ID );

Line 1069: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer

1065: l_party_id:=l_app_object_value;
1066:
1067: -- if a customer id is returned
1068: IF (l_Party_ID is not null) THEN
1069: l_party_name:=CSC_ROUTING_UTL.Get_Name_Of_Customer
1070: ( p_party_id => l_party_ID ) ;
1071: resultout := wf_engine.eng_completed || ':Y';
1072: WF_ENGINE.SetItemAttrNumber( itemtype,itemkey,upper(l_cct_party_id_key),
1073: l_Party_ID );