[Home] [Help]
[Dependency Information]
Object Name: | EGO_PARTY_SITE_GLN_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ADDRESS_ID | NUMBER | (15) | Yes | Address Id |
PARTY_SITE_ID | NUMBER | (15) | Yes | Party site Id |
GLN | VARCHAR2 | (40) | Global Location Number | |
PARTY_NAME | VARCHAR2 | (360) | Yes | Party Name |
ADDRESS | VARCHAR2 | (4000) | Address of the Party |
Cut, paste (and edit) the following text to query this object:
SELECT ADDRESS_ID
, PARTY_SITE_ID
, GLN
, PARTY_NAME
, ADDRESS
FROM APPS.EGO_PARTY_SITE_GLN_V;
APPS.EGO_PARTY_SITE_GLN_V is not referenced by any database object
|
|
|