[Home] [Help]
[Dependency Information]
| Object Name: | CR_SQDS_TBL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMP.CR_SQDS_TBL_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Not currently used.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPRN_NO | VARCHAR2 | (16) | Yes | Operation Number |
| FROM_ITEM_CLASS | VARCHAR2 | (8) | Yes | Sequence Dependence Category |
| TO_ITEM_CLASS | VARCHAR2 | (8) | Yes | Sequence Dependence Category |
Cut, paste (and edit) the following text to query this object:
SELECT OPRN_NO
, FROM_ITEM_CLASS
, TO_ITEM_CLASS
FROM APPS.CR_SQDS_TBL_V;
APPS
CR_SQDS_TBL
FM_OPRN_MST
APPS.CR_SQDS_TBL_V is not referenced by any database object
|
|
|
|