[Home] [Help]
[Dependency Information]
| Object Name: | BENBV_GD_OR_SVC_TYP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BENBV_GD_OR_SVC_TYP_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (240) | Yes | Goods or service type name. |
| DESCRIPTION | VARCHAR2 | (240) | Goods or service type description. | |
| _DF:GOS | CHAR | (29) | ||
| TYP_CD | VARCHAR2 | (30) | Goods or services type (Lookup code based on lookup type BEN_GD_R_SVC_TYP). | |
| TYP_CD_M | VARCHAR2 | (4000) | Goods or services type (Lookup meaning based on lookup type BEN_GD_R_SVC_TYP). | |
| GD_OR_SVC_TYP_ID | NUMBER | (15) | Yes | System generated primary key column. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign Key to HR_ORGANIZATION_UNITS. |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, DESCRIPTION
, _DF:GOS
, TYP_CD
, TYP_CD_M
, GD_OR_SVC_TYP_ID
, BUSINESS_GROUP_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.BENBV_GD_OR_SVC_TYP_V;
APPS
BEN_GD_OR_SVC_TYP
HR_BIS
- show dependent code
APPS.BENBV_GD_OR_SVC_TYP_V is not referenced by any database object
|
|
|
|