DBA Data[Home] [Help]

APPS.CSC_UWQ_FORM_ROUTE dependencies on STANDARD

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

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