[Home] [Help]
[Dependency Information]
Object Name: | IGP_AS_RESP_MAPPINGS |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGP_AS_RESP_MAPPINGS_PK | NORMAL | UNIQUE |
![]() |
![]() |
IGP_AS_RESP_MAPPINGS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MAPPING_ID | NUMBER | Yes | Stores the sequence generated Mapping ID. | |
TAG | VARCHAR2 | (30) | Yes | Stores the value of the Tab from which the record was created. Because we are not having the application id to segregate between the portfolio responsibility and OSS responsibility , so this value will help us to show the record in the same tab from which it was created. Possible two values are �IGP� and �IGS�. These values will be hard-coded. |
RESPONSIBILITY_ID | NUMBER | (15) | Yes | Stores the responsibility id of the Portfolio Responsibility to which the mapping is being done |
ACC_CLASSIFICATION_CODE | VARCHAR2 | (30) | Yes | Stores the account classification against which the responsibility is being mapped |
ENABLE_FLAG | VARCHAR2 | (1) | Yes | Mapping is enabled or not |
CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
CREATION_DATE | DATE | Yes | Standard WHO Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column | |
OBJECT_VERSION_NUMBER | NUMBER | Yes | To store the object version number |
Cut, paste (and edit) the following text to query this object:
SELECT MAPPING_ID
, TAG
, RESPONSIBILITY_ID
, ACC_CLASSIFICATION_CODE
, ENABLE_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM IGS.IGP_AS_RESP_MAPPINGS;
IGS.IGP_AS_RESP_MAPPINGS does not reference any database object
IGS.IGP_AS_RESP_MAPPINGS is referenced by following:
|
|
|