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


VIEW: APPS.IGSBV_ORG_STRUCTURE_NOTES

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

View Type

A Business Intelligence System view


This entity contains notes about institutions, organizational units or locations.


[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 or Location code as per the value in Org Structure Type column.
ORG_STRUCTURE_TYPE VARCHAR2 (30) Yes Organizational Structure type that distinguishes if the note type can be applied to a location, organizational unit, and/or institution.
ORG_NOTE_SEQUENCE NUMBER (15) Yes Describes a unique number for referencing the note
ORG_NOTE_TYPE VARCHAR2 (10) Yes User defined type of note
EFFECTIVE_START_DATE DATE
Yes The start date from when the note will be applicable in the system.
EFFECTIVE_END_DATE DATE

The end date till when the note will be applicable in the system.
NOTES VARCHAR2 (2000)
Text of note.
_LA:ORG_STRUCTURE_TYPE_DESC CHAR (71)
Description of organizational Structure type that distinguishes if the note type can be applied to a location, organizational unit, and/or institution
ORG_NOTE_TYPE_DESC VARCHAR2 (60)
Description of the note 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_NOTE_SEQUENCE
,      ORG_NOTE_TYPE
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      NOTES
,      _LA:ORG_STRUCTURE_TYPE_DESC
,      ORG_NOTE_TYPE_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_ORG_STRUCTURE_NOTES;

Dependencies

[top of page]

APPS.IGSBV_ORG_STRUCTURE_NOTES references the following:

SchemaAPPS
SynonymIGS_OR_ORG_NOTES
SynonymIGS_OR_ORG_NOTE_TYPE

APPS.IGSBV_ORG_STRUCTURE_NOTES is not referenced by any database object