The custom package m_pck_ecosys_custom provides CIPs giving you a provision to change the default logic and implement your own logic.
The acc_budget_format CIP procedure provides the column names from where the values of BUDGET, CURRENCY, SHORT_DESCRIPTION, DESCRIPTION can be fetched from EcoSys API. The CIP parameters are listed below.
Parameter |
In/output |
Description |
---|---|---|
p_proj_id |
In |
You can set the out parameters for each different project. |
p_format |
Out |
You can specify the Account code format using this field. |
p_budget_col |
Out |
Map the budget field from EcoSys. |
p_currency |
Out |
Map the currency field from EcoSys. |
p_short_description |
Out |
Map the short description field from EcoSys. |
p_description |
Out |
Map the description field from EcoSys. |