[Home] [Help]
[Dependency Information]
Object Name: | CE_UPGA_RELATION_REC |
---|---|
Object Type: | TABLE |
Owner: | CE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is an audit table of CE_UPG_RELATIONSHIP_REC. This table
stores relationship information for bank, bank branch, and bank
account contact including job title
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARTY_ID | NUMBER | (15) | TCA party identifier | |
CE_UPGRADE_ID | NUMBER | (15) | Yes | CE upgrade identifier |
UPGRADE_STATUS | VARCHAR2 | (30) | Bank upgrade status. Possible values are SUCCESS, PROCESSED, UNPROCESSED, and INVALID | |
BANK_ENTITY_TYPE | VARCHAR2 | (30) | Yes | Bank entity type. Possible values are BANK, BRANCH, and ACCOUNT |
SUBJECT_TYPE | VARCHAR2 | (30) | Subject type of the relationship | |
SUBJECT_TABLE_NAME | VARCHAR2 | (30) | Source table name for the subject | |
SUBJECT_ID | NUMBER | (15) | Subject identifier of the relationship | |
OBJECT_TYPE | VARCHAR2 | (30) | Object type of the relationship | |
OBJECT_TABLE_NAME | VARCHAR2 | (30) | Source table name for the object | |
OBJECT_ID | NUMBER | (15) | Object identifier of the relationship | |
START_DATE | DATE | Date relationship begins | ||
END_DATE | DATE | Date relationship ends | ||
CREATED_BY_MODULE | VARCHAR2 | (150) | Created by module | |
RELATIONSHIP_ID | NUMBER | (15) | Relationship identifier | |
RELATIONSHIP_TYPE | VARCHAR2 | (30) | Yes | Relationship type |
RELATIONSHIP_CODE | VARCHAR2 | (30) | Relationship code | |
JOB_TITLE | VARCHAR2 | (100) | Contact job title | |
CREATION_DATE | DATE | Yes | Standard who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_ID
, CE_UPGRADE_ID
, UPGRADE_STATUS
, BANK_ENTITY_TYPE
, SUBJECT_TYPE
, SUBJECT_TABLE_NAME
, SUBJECT_ID
, OBJECT_TYPE
, OBJECT_TABLE_NAME
, OBJECT_ID
, START_DATE
, END_DATE
, CREATED_BY_MODULE
, RELATIONSHIP_ID
, RELATIONSHIP_TYPE
, RELATIONSHIP_CODE
, JOB_TITLE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM CE.CE_UPGA_RELATION_REC;
CE.CE_UPGA_RELATION_REC does not reference any database object
CE.CE_UPGA_RELATION_REC is referenced by following:
|
|
|