[Home] [Help]
[Dependency Information]
| Object Name: | IGW_PROP_PERSON_BIOSKETCH |
|---|---|
| Object Type: | TABLE |
| Owner: | IGW |
| FND Design Data: | IGW.IGW_PROP_PERSON_BIOSKETCH
|
| Subobject Name: | |
| Status: | VALID |
IGW_PROP_PERSON_BIOSKETCH stores information about a person's biosketch for a proposal. This information is printed in the proposal. SHOW_FLAG determines whether the line is printed in the proposal to be submitted or left out. The default line sequence that appears can be changed by the user.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGW_PROP_PERSON_BIOSKETCH_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROPOSAL_ID
PERSON_BIOSKETCH_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROPOSAL_ID | NUMBER | (15) | Yes | Proposal identifier |
| PERSON_BIOSKETCH_ID | NUMBER | (10) | Yes | Person biosketch line identifier |
| SHOW_FLAG | VARCHAR2 | (1) | Yes | Flag determines whether to print this line of biosketch in the proposal. Possible values are Y and N. |
| LINE_SEQUENCE | NUMBER | (4) | Yes | Biosketch line sequence for the proposal |
| 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 |
| RECORD_VERSION_NUMBER | NUMBER | Yes | Locking sequence number |
Cut, paste (and edit) the following text to query this object:
SELECT PROPOSAL_ID
, PERSON_BIOSKETCH_ID
, SHOW_FLAG
, LINE_SEQUENCE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, RECORD_VERSION_NUMBER
FROM IGW.IGW_PROP_PERSON_BIOSKETCH;
IGW.IGW_PROP_PERSON_BIOSKETCH does not reference any database object
IGW.IGW_PROP_PERSON_BIOSKETCH is referenced by following:
APPS
IGW_PROP_PERSON_BIOSKETCH
|
|
|
|