Calling functions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cottonstalk
    New Member
    • Jul 2007
    • 1

    Calling functions

    What is the correct syntax for this code:?

    update gvsuowner.wbrde po a
    set a.wbrdepo_pidm = f_get_pidm (UPPER (a.WBRDEPO_STU_ ID));

    Error at line 1
    ORA-00904: "F_GET_PIDM ": invalid identifier
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    can you please specify what the function F_GET_PIDM does.

    Comment

    Working...