[Home] [Help]
[Dependency Information]
| Object Name: | JA_CN_CFS_ITEM_MAPPING_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JA_CN_CFS_ITEM_MAPPING_LINES
|
| Subobject Name: | |
| Status: | VALID |
This table stores the mapping relationship between cash flow item and the value of source. There is a one-to-many relationship between the cash flow item mapping header information stored in the table JA_CN_CFS_ITEM_MAPPINGS_ HDRS and cash flow item mapping lines information stored in this table.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MAPPING_HEADER_ID | NUMBER | Yes | Mapping header id | |
| ORG_ID | NUMBER | Operating Unit ID | ||
| AC_VALUE | VARCHAR2 | (150) | Yes | Value of supporting reference detail code |
| DETAILED_CFS_ITEM | VARCHAR2 | (30) | Yes | Detail cash flow item |
| EFFECTIVE_START_DATE | DATE | Effective start date | ||
| EFFECTIVE_END_DATE | DATE | Effective end date | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| CREATION_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATE_BY | NUMBER | (15) | Standard WHO column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT MAPPING_HEADER_ID
, ORG_ID
, AC_VALUE
, DETAILED_CFS_ITEM
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM JA.JA_CN_CFS_ITEM_MAPPING_LINES;
JA.JA_CN_CFS_ITEM_MAPPING_LINES does not reference any database object
JA.JA_CN_CFS_ITEM_MAPPING_LINES is referenced by following:
JA
JA_CN_CFS_ITEM_MAPPING_LINES#
|
|
|
|