Oracle Primavera Cloud (MOSC)

MOSC Banner

How to Load the Project Classification Attributes with API

edited Dec 16, 2018 4:04AM in Oracle Primavera Cloud (MOSC) 1 commentAnswered

Hello Team,

Can you please let me know how we can load the Project classification attribute values with API code, I am able to load the classification with below API code, I don't find the code for classification attribute values.

DECLARE

   --Table Type Variables

   lt_class_categories_tbl   PA_PROJECT_PUB.CLASS_CATEGORY_TBL_TYPE;

  

BEGIN

   --> Assinging the Categories values

   lt_class_categories_tbl.DELETE;

   lt_class_categories_tbl (1).class_category := 'Account';

   lt_class_categories_tbl (1).class_code := 'Product';

   PA_PROJECT_PUB.INIT_PROJECT;

  

   PA_PROJECT_PUB.CREATE_PROJECT

             (ln_api_version_number,

                    p_commit             => lc_commit,

                    p_init_msg_list

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center