DBA Data[Home] [Help]

APPS.CCT_CUSTOMERINIT_PUB dependencies on CS_ROUTING_UTL

Line 941: l_party_ID:=CS_ROUTING_UTL.Get_Customer_From_SerialNum

937: l_app_object_Value := WF_ENGINE.GetItemAttrText(itemtype,itemkey,upper(l_cct_object_Type));
938:
939: if (l_app_object_Value IS NOT NULL) THEN
940: -- Call the API provided by CSC
941: l_party_ID:=CS_ROUTING_UTL.Get_Customer_From_SerialNum
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

Line 1004: l_party_ID:=CS_ROUTING_UTL.Get_Customer_From_System_Name

1000: l_app_object_Value := WF_ENGINE.GetItemAttrText(itemtype,itemkey,upper(l_cct_object_Type));
1001:
1002: if (l_app_object_Value IS NOT NULL) THEN
1003: -- Call the API provided by CSC
1004: l_party_ID:=CS_ROUTING_UTL.Get_Customer_From_System_Name
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