DBA Data[Home] [Help]

APPS.CSC_UWQ_FORM_ROUTE dependencies on STANDARD

Line 845: --Note: standard REVERSE function cannot be used in PL-SQL as it is a reserved word in PL-SQL

841: --Since none of the other data worked, use the ANI phone number which is always present
842: l_value := get_media_value('occtANI');
843: IF l_value IS NOT NULL THEN
844:
845: --Note: standard REVERSE function cannot be used in PL-SQL as it is a reserved word in PL-SQL
846: --to replace this function REVERSE_NUMBER function was created
847: l_customer_id := NULL;
848: l_rphone := HZ_PHONE_NUMBER_PKG.transpose(l_value);
849: l_customer_id := CSC_ROUTING_UTL.get_customer_from_reverse_ANI(l_rphone,