ACA_REPORT_PATH_B
This table is used to store the user configured report folder path.
Details
-
Schema: FUSION
-
Object owner: ACA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ACA_REPORT_PATH_B_PK |
REPORT_PATH_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REPORT_PATH_ID | NUMBER | 18 | Yes | Primary Key. Internally generated ID which can be used as a foreign key. | |
| 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. | |
| REPORT_APPLICATION_ID | VARCHAR2 | 60 | Yes | Refers to the report application id from the fnd look up seed table | |
| REPORT_OBJECT_CODE | VARCHAR2 | 60 | Yes | Refers to the lookup code of the lookup type ora_aca_report_object | |
| EXTERNAL_FLAG | VARCHAR2 | 1 | Yes | Refers if the current row is visible to external users | |
| ACTIVE_FLAG | VARCHAR2 | 1 | Yes | Refers if the current row is active or not | |
| OBJECT_CONTEXT | VARCHAR2 | 60 | Refers to the tab context of the object | ||
| REPORT_TYPE | VARCHAR2 | 40 | Refers the type of report if it is otbi or bip | ||
| SEQUENCE_NUM | NUMBER | 4 | Sequence Number used for sorting. | ||
| 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| aca_report_parameter_b | aca_report_path_b | REPORT_PATH_ID |
| aca_report_path_tl | aca_report_path_b | REPORT_PATH_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ACA_REPORT_PATH_B_N1 | Non Unique | Default | REPORT_OBJECT_CODE |
| ACA_REPORT_PATH_B_U1 | Unique | Default | REPORT_PATH_ID |