Oracle Error Message
PLW-05010: duplicate pragma INLINE on procedure ‘string’
Reason for the Error
Pragma INLINE was applied twice to the same procedure in the same statement. The procedure will be inlined only if all duplicates specify a control value of ‘YES’
Solution
Remove the duplicate pragma.