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


VIEW: APPS.IGSBV_ORG_ACCREDITATIONS

Object Details
Object Name: IGSBV_ORG_ACCREDITATIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_ORG_ACCREDITATIONS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This entity describes accreditation details.


[View Source]

Columns
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 code of the institution that has given Accreditation.
_LA:ORG_ACCREDITATION_STATUS CHAR (64)
Organization Accreditation Status
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.
_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
Query Text

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
,      _LA:ORG_STRUCTURE_TYPE_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_ORG_ACCREDITATIONS;

Dependencies

[top of page]

APPS.IGSBV_ORG_ACCREDITATIONS references the following:

SchemaAPPS
SynonymIGS_OR_ORG_ACCR_DTLS

APPS.IGSBV_ORG_ACCREDITATIONS is not referenced by any database object