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


VIEW: APPS.IGSFV_ORG_ALTERNATE_IDS

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

View Type

A Business Intelligence System view


This entity contains alternate IDs for institutions or organizational unit


[View Source]

Columns
Name Datatype Length Mandatory Comments
ORG_STRUCTURE_IDENTIFIER VARCHAR2 (30) Yes An organization structure identifier which may consist of Institution Code, Organizational Unit Code as per the value in Org Structure Type column.
ORG_STRUCTURE_TYPE VARCHAR2 (30) Yes Organization Structure type identifies if organizational unit or institution
ORG_ALTERNATE_ID_TYPE VARCHAR2 (10) Yes An organizational unit or institution alternate identifier type
ORG_ALTERNATE_IDENTIFIER VARCHAR2 (20) Yes An organizational unit or institution alternate identifier
_LA:SYSTEM_ID_TYPE CHAR (66)
System Alternate ID Type
PREF_INST_IND VARCHAR2 (1)
Indicate Preferred Alternate ID for an Institution
PREF_UNIT_IND VARCHAR2 (1)
Indicate Preferred Alternate ID for an Organizational Unit
EFFECTIVE_START_DATE DATE
Yes The start date from when the alternate identifier will be applicable in the system.
EFFECTIVE_END_DATE DATE

The end date till when the alternate identifier will be applicable in the system.
ORG_STRUCTURE_NAME VARCHAR2 (360) Yes Name of the Institution Code or Organizational unit for which the Alternate ID is defined.
ORG_ALTERNATE_ID_TYPE_DESC VARCHAR2 (60) Yes Description of an organizational unit or institution alternate identifier type
_LA:ORG_STRUCTURE_TYPE_DESC CHAR (71)
Description of the organization structure type that identifies if organizational unit or institution
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_ALTERNATE_ID_TYPE
,      ORG_ALTERNATE_IDENTIFIER
,      _LA:SYSTEM_ID_TYPE
,      PREF_INST_IND
,      PREF_UNIT_IND
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      ORG_STRUCTURE_NAME
,      ORG_ALTERNATE_ID_TYPE_DESC
,      _LA:ORG_STRUCTURE_TYPE_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_ORG_ALTERNATE_IDS;

Dependencies

[top of page]

APPS.IGSFV_ORG_ALTERNATE_IDS references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_OR_ORG_ALT_IDS
SynonymIGS_OR_ORG_ALT_IDTYP
SynonymIGS_PE_HZ_PARTIES

APPS.IGSFV_ORG_ALTERNATE_IDS is not referenced by any database object