[Home] [Help]
[Dependency Information]
Object Name: | IGW_PROP_MAPS |
---|---|
Object Type: | TABLE |
Owner: | IGW |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGW_PROP_MAPS stores details of maps used for a specific proposal. The map details are stored for each approval run for a proposal. The name of the map (DESCRIPTION) is copied from the IGW_ORG_MAP_ALL table when the proposal is submitted for approval.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGW_PROP_MAPS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROP_MAP_ID | NUMBER | (15) | Yes | Identifier for each map in a proposal approval run |
PROPOSAL_ID | NUMBER | (15) | Yes | Proposal identifier |
DESCRIPTION | VARCHAR2 | (200) | Yes | Name of map |
MAP_TYPE | VARCHAR2 | (1) | Yes | Type of map. R means Routing and N means Notification. |
MAP_SEQUENCE_NUMBER | NUMBER | (4) | Yes | Number that indicates the order in which the map is invoked for proposal approval |
RUN_ID | NUMBER | (15) | Yes | Run identifier |
APPROVAL_STATUS | VARCHAR2 | (1) | Approval status of the map. A means Approved, R means Rejected, S means Submitted, and W means Waiting for approval. | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT PROP_MAP_ID
, PROPOSAL_ID
, DESCRIPTION
, MAP_TYPE
, MAP_SEQUENCE_NUMBER
, RUN_ID
, APPROVAL_STATUS
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM IGW.IGW_PROP_MAPS;
IGW.IGW_PROP_MAPS does not reference any database object
IGW.IGW_PROP_MAPS is referenced by following:
|
|
|