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


VIEW: APPS.IGS_OR_INST_ADDR

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


IGS_OR_INST_ADDR is used to capture the address of the institution


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Uniquely identifies a row
TCA_PARTY_NUMBER VARCHAR2 (30) Yes Party Number of the Organization in HZ_PARTIES
INSTITUTION_CD VARCHAR2 (30)
Product Recognized Institution Code
START_DT DATE

Start Date of the Address used by the party, being selected from IGS extension table
EFFECTIVE_DT DATE

Start Date of the Address used by the party, being selected from IGS extension table
END_DT DATE

End Date of the Address used by the party, being selected from IGS extension table
ADDR_TYPE VARCHAR2 (30)
Address type of an institution address
ADDR_LINE_1 VARCHAR2 (240) Yes Captures the address lines of the institution address
ADDR_LINE_2 VARCHAR2 (240)
Captures the address lines of the institution address
ADDR_LINE_3 VARCHAR2 (240)
Captures the address lines of the institution address
ADDR_LINE_4 VARCHAR2 (240)
Captures the address lines of the institution address
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
DATE_LAST_VERIFIED DATE

Obsolete
CORRESPONDENCE_IND VARCHAR2 (1) Yes Indicates if an address type is a correspondence type or not
CITY VARCHAR2 (60)
Details of an institution address
STATE VARCHAR2 (60)
Details of an institution address
PROVINCE VARCHAR2 (60)
Details of an institution address
COUNTY VARCHAR2 (60)
Details of an institution address
COUNTRY VARCHAR2 (60) Yes Details of an institution address
POSTAL_CODE VARCHAR2 (60)
Details of an institution address
DELIVERY_POINT_CODE VARCHAR2 (50)
Details of an institution address
OTHER_DETAILS_1 VARCHAR2 (0)
Obsolete
OTHER_DETAILS_2 VARCHAR2 (0)
Obsolete
OTHER_DETAILS_3 VARCHAR2 (0)
Obsolete
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)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program
STATUS VARCHAR2 (1) Yes Status, Active or Inactive, of the Party Site
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      TCA_PARTY_NUMBER
,      INSTITUTION_CD
,      START_DT
,      EFFECTIVE_DT
,      END_DT
,      ADDR_TYPE
,      ADDR_LINE_1
,      ADDR_LINE_2
,      ADDR_LINE_3
,      ADDR_LINE_4
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DATE_LAST_VERIFIED
,      CORRESPONDENCE_IND
,      CITY
,      STATE
,      PROVINCE
,      COUNTY
,      COUNTRY
,      POSTAL_CODE
,      DELIVERY_POINT_CODE
,      OTHER_DETAILS_1
,      OTHER_DETAILS_2
,      OTHER_DETAILS_3
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      STATUS
FROM APPS.IGS_OR_INST_ADDR;

Dependencies

[top of page]

APPS.IGS_OR_INST_ADDR references the following:

SchemaAPPS
SynonymHZ_LOCATIONS
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES
SynonymHZ_PARTY_SITE_USES
SynonymIGS_PE_HZ_PARTIES
SynonymIGS_PE_HZ_PTY_SITES
APPS.IGS_OR_INST_ADDR is referenced by following:

SchemaAPPS
Package BodyIGS_AD_ASSIGN_REVIEW_GRP - show dependent code
Package BodyIGS_GE_GEN_001 - show dependent code
Package BodyIGS_GE_GEN_002 - show dependent code
Package BodyIGS_OR_INST_ADDR_PKG - show dependent code
Package BodyIGS_OR_VAL_IA - show dependent code