PJC_ALLOC_RESOURCES
PA_ALLOC_RESOURCES stores resources and percentages for each allocation rule. This table stores both the basis resources and and source resources defined for an allocation rule.
Details
-
Schema: FUSION
-
Object owner: PJC
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJC_ALLOC_RESOURCES_PK |
RULE_ID, MEMBER_TYPE, RBS_ELEMENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RULE_ID | NUMBER | 18 | Yes | Allocation rule identification number | |
MEMBER_TYPE | VARCHAR2 | 1 | Yes | Resource list member type. It can be S(source) or B(basis) | |
RBS_ELEMENT_ID | NUMBER | 18 | Yes | RBS Element Id ***** | |
EXCLUDE_FLAG | VARCHAR2 | 1 | Yes | The flag indicates whether to exclude returned projects | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
RESOURCE_PERCENTAGE | NUMBER | Percentage of the resource amount to be used for allocation | |||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJC_ALLOC_RESOURCES | pjc_alloc_rules_all | RULE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJC_ALLOC_RESOURCES_N1 | Non Unique | Default | RULE_ID, MEMBER_TYPE, EXCLUDE_FLAG |
PJC_ALLOC_RESOURCES_U1 | Unique | Default | RULE_ID, MEMBER_TYPE, RBS_ELEMENT_ID |