[Home] [Help]
[Dependency Information]
Object Name: | GML_GRP_RCV_ERV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MultiLingual view (a language resolved view of the data.)
View of Group Id and Organization Information for ERES
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GROUP_ID | NUMBER | Group Id uniquely identifying a Receipt Group Transaction. | ||
ORGANIZATION_CODE | VARCHAR2 | (3) | Organization Code in which Receipt is created. | |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization Name in which Receipt is created. |
Cut, paste (and edit) the following text to query this object:
SELECT GROUP_ID
, ORGANIZATION_CODE
, ORGANIZATION_NAME
FROM APPS.GML_GRP_RCV_ERV;
APPS.GML_GRP_RCV_ERV is not referenced by any database object
|
|
|