DBA Data[Home] [Help]

APPS.CSC_ROUTING_UTL dependencies on STANDARD

Line 349: -- This function can be used instead of the standard REVERSE

345: ------------------------------------------------------------------------------
346: -- Function : reverse_number
347: -- Usage : Used to get reverse number for the number passed to function
348: -- Description : This function is built to reverse the number passed to it.
349: -- This function can be used instead of the standard REVERSE
350: -- function because the REVERSE fucntion cannot be used in PL/
351: -- Parameters :
352: -- p_phone_number IN VARCHAR2(1996) Required
353: --