[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_PRSID_GRP_SEC |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_PRSID_GRP_SEC
|
| Subobject Name: | |
| Status: | VALID |
IGS_PE_PRSID_GRP_SEC describes the occurrence of a person security grant in a person identification group.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_PRSID_GRP_SEC_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GROUP_ID
PERSON_ID
|
| IGS_PE_PRSID_GRP_SEC_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | |
| GROUP_ID | NUMBER | (6) | Yes | Describes the group identification number sequence number that uniquely identifies the person identification group |
| PERSON_ID | NUMBER | (15) | Yes | A unique student information system identification number, typically incorporating a check digit, used to identify a particular person who has security access to the person identification group. |
| INSERT_IND | VARCHAR2 | (1) | Yes | Controls whether the person has security permission to insert records in the person identifier group. Selecting the indicator grants permission. |
| UPDATE_IND | VARCHAR2 | (1) | Yes | Controls whether the person has security permissions to update records in the person identifier group. Selecting the indicator grants permission. |
| DELETE_IND | VARCHAR2 | (1) | Yes | Controls whether the person has security permission to delete records in the person identifier group. Selecting the indicator grants permission. |
| REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record | |
| PROGRAM_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record | |
| PROGRAM_UPDATE_DATE | DATE | Last update date of this record by a concurrent program |
Cut, paste (and edit) the following text to query this object:
SELECT CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, GROUP_ID
, PERSON_ID
, INSERT_IND
, UPDATE_IND
, DELETE_IND
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM IGS.IGS_PE_PRSID_GRP_SEC;
IGS.IGS_PE_PRSID_GRP_SEC does not reference any database object
IGS.IGS_PE_PRSID_GRP_SEC is referenced by following:
APPS
IGS_PE_PRSID_GRP_SEC
|
|
|
|