[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_ORG_ACCREDITATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_ORG_ACCREDITATIONS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity describes accreditation details.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_STRUCTURE_IDENTIFIER | VARCHAR2 | (30) | Yes | An organization structure ID, It stores Institution Code, Organizational Unit Code. |
| ORG_STRUCTURE_TYPE | VARCHAR2 | (30) | Yes | Structure type that distinguishes if it is a organizational unit type or institution type |
| ORG_AGENCY_IDENTIFIER | VARCHAR2 | (30) | Yes | The Identifier of the institution that has given Accreditation. |
| _LA:ORG_ACCREDITATION_STATUS | CHAR | (65) | Organization accreditation status like active, inactive or planned. | |
| EFFECTIVE_START_DATE | DATE | Yes | The start date from when the accreditation will be applicable in the system. | |
| EFFECTIVE_END_DATE | DATE | The end date till when the accreditation will be applicable in the system. | ||
| ORG_STRUCTURE_NAME | VARCHAR2 | (360) | Yes | Name of the Institution or Organizational Unit. |
| ORG_AGENCY_NAME | VARCHAR2 | (360) | Yes | Name of the Institution that identifies an Accreditation Agency. |
| _LA:ORG_STRUCTURE_TYPE_DESC | CHAR | (71) | Description of the structure type that distinguishes if it is a organizational unit type or institution type | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_STRUCTURE_IDENTIFIER
, ORG_STRUCTURE_TYPE
, ORG_AGENCY_IDENTIFIER
, _LA:ORG_ACCREDITATION_STATUS
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, ORG_STRUCTURE_NAME
, ORG_AGENCY_NAME
, _LA:ORG_STRUCTURE_TYPE_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_ORG_ACCREDITATIONS;
APPS
HZ_PARTIES
IGS_OR_ORG_ACCR_DTLS
IGS_PE_HZ_PARTIES
APPS.IGSFV_ORG_ACCREDITATIONS is not referenced by any database object
|
|
|
|