Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

  We need charge_cd as one of the input arguments. Should default server be used to create this CB node? Can it be fastTrack account?

Existing Oracle API:
FUNCTION createCBAccount (a_netid        IN VARCHAR2,
                            a_node_name    IN VARCHAR2,
                            a_policy_group IN VARCHAR2,
                            a_time_slot    IN VARCHAR2,
                            a_os           IN VARCHAR2,
                            a_charge_cd    IN NUMBER,
                            a_project      IN VARCHAR2,
                            a_task         IN VARCHAR2,
                            a_award        IN VARCHAR2,
                            a_org          IN VARCHAR2,
       a_fast_track   IN VARCHAR2)

This function will create a CB node on the default server.

Add method needs to return an error code indicating whether or not the add request was accepted, and for errors should indicate the problem with the data.

...