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, client domain to default server mapping? Can it be fastTrack account? ---no, new provisioning.

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.

...