[Home] [Help]
[Dependency Information]
| Object Name: | CSD_RO_APPLICABLE_SC_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSD.CSD_RO_APPLICABLE_SC_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier for view | |
| RO_SERVICE_CODE_ID | NUMBER | Yes | Primary key from CSD_RO_SERVICE_CODES | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Stores locking sequence number | |
| REPAIR_LINE_ID | NUMBER | Yes | Repair Line Identifier | |
| SERVICE_CODE_ID | NUMBER | Yes | Service Code identifier | |
| SERVICE_CODE | VARCHAR2 | (80) | Yes | Service Code Name |
| SERVICE_CODE_DESC | VARCHAR2 | (240) | Service Code Description | |
| ACTIVE_FROM | DATE | Active From Date for Service Code | ||
| ACTIVE_TO | DATE | Active To date for Service Code | ||
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, RO_SERVICE_CODE_ID
, OBJECT_VERSION_NUMBER
, REPAIR_LINE_ID
, SERVICE_CODE_ID
, SERVICE_CODE
, SERVICE_CODE_DESC
, ACTIVE_FROM
, ACTIVE_TO
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.CSD_RO_APPLICABLE_SC_V;
APPS
CSD_RO_SERVICE_CODES
CSD_SERVICE_CODES_VL
APPS.CSD_RO_APPLICABLE_SC_V is not referenced by any database object
|
|
|
|