DBA Data[Home] [Help] [Dependency Information]


TABLE: IGW.IGW_PROP_PERSONS

Object Details
Object Name: IGW_PROP_PERSONS
Object Type: TABLE
Owner: IGW
FND Design Data: TableIGW.IGW_PROP_PERSONS
Subobject Name:
Status: VALID


IGW_PROP_PERSONS stores information about personnel included on the proposal. The role of personnel on the proposal and their estimated effort is specified. PI_FLAG identifies the Proposal Manager and KEY_PERSON_FLAG identifies key personnel on the proposal.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_PROP_PERSONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_ID
ColumnPERSON_PARTY_ID
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_ID NUMBER (15) Yes Proposal identifier
PERSON_ID NUMBER (15)
Person identifier
PERSON_SEQUENCE NUMBER (3)
Order in which personnel records are displayed
PROPOSAL_ROLE_CODE VARCHAR2 (30) Yes Role of person on the proposal. Code is taken from IGW_PROPOSAL_ROLE_TYPES lookup.
PI_FLAG VARCHAR2 (1)
Proposal Manager indicator. Possible values are Y or N.
KEY_PERSON_FLAG VARCHAR2 (1)
Flag indicates whether the person has a key responsibility in the proposal. Possible values are Y or N.
PERCENT_EFFORT NUMBER (5)
Percentage effort the person is putting on the proposal
PERSON_ORGANIZATION_ID NUMBER (15)
Organization with which the person is associated
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 (15) Yes Locking sequence number
PERSON_PARTY_ID NUMBER (15) Yes Party identifier for person
ORG_PARTY_ID NUMBER (15)
Party identifier for organization
PERSON_ORGANIZATION_NAME VARCHAR2 (240)
Name of organization that person is associated with.
ADDITIONAL_INFO VARCHAR2 (250)
Any additional information about person.
PROP_PERSON_ID NUMBER (15)
Identifier for Proposal Person
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROPOSAL_ID
,      PERSON_ID
,      PERSON_SEQUENCE
,      PROPOSAL_ROLE_CODE
,      PI_FLAG
,      KEY_PERSON_FLAG
,      PERCENT_EFFORT
,      PERSON_ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      RECORD_VERSION_NUMBER
,      PERSON_PARTY_ID
,      ORG_PARTY_ID
,      PERSON_ORGANIZATION_NAME
,      ADDITIONAL_INFO
,      PROP_PERSON_ID
FROM IGW.IGW_PROP_PERSONS;

Dependencies

[top of page]

IGW.IGW_PROP_PERSONS does not reference any database object

IGW.IGW_PROP_PERSONS is referenced by following:

SchemaAPPS
SynonymIGW_PROP_PERSONS