AAI_AOM_APP_COMP_ATTR_MAPPING Table
In this table, make entries for each attribute as given in the following table:
Table 4-16 AAI_AOM_APP_COMP_ATTR_MAPPING Table Description
Column Name | Description |
---|---|
APP_COMP_ATTR_MAP_ID |
Enter a unique ID for the attribute. You need to enter the Attribute name and description for each attribute ID entered here in the AAI_AOM_APP_COMP_ATTR_TL table. See the AAI_AOM_APP_COMP_ATTR_TL table section. |
V_ATTR_CODE | Name of the attribute. |
N_ATTR_TYPE_ID |
The ID of the attribute type. The values of the attributes are fetched based on the attribute type. 1001- Static 1002- SQL Query 1003- JavaAPI 1004- Hierarchy 1005- Multi-Select Hierarchy 103- Date field 102- Text box field For more information, see Attribute Types. |
V_ATTRIBUTE_VALUE1 V_ATTRIBUTE_VALUE2 |
Values to be fetched for the attribute. Based on the attribute type, you need to pass the values. |
N_APP_ID | Application code for which the current attribute is configured. For example, if you are configuring Run execution parameters for the IFRS application, enter the application ID of IFRS here. |
N_COMP_ID | Component code for which the attribute is configured. |
V_UDP_CODE | Special property used by applications (user-defined). For example, ‘GET_STATUS’ –to get the status for the workflow. |
V_ATTR_CONTROL_TYPE | Enter the Control type ID to be used for the attribute. For example, 3 is used for drop-down list, 7 for textbox, 11 for date control, 41 is for hierarchy, and 42 for Multi-Select hierarchy |