[Home] [Help]
[Dependency Information]
Object Name: | IGF_SL_REP_RS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REP_ENTITY_ID_TXT | VARCHAR2 | (30) | Indicates the reporting school entity ID | |
DOCUMENT_ID_TXT | VARCHAR2 | (30) | Indicates the document |
Cut, paste (and edit) the following text to query this object:
SELECT REP_ENTITY_ID_TXT
, DOCUMENT_ID_TXT
FROM APPS.IGF_SL_REP_RS_V;
|
|
|