[Home] [Help]
[Dependency Information]
| Object Name: | PAYLV_RUN_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAYLV_RUN_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Used in Run Type (List)
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RUN_TYPE_NAME | VARCHAR2 | (80) | Translated name given to the run type. | |
| RUN_TYPE_ID | NUMBER | System-generated primary key column. | ||
| BG_SECURITY_FLAG_CODE | CHAR | (1) | BG Security Flag Code | |
| ORDER_BY | VARCHAR2 | (80) | Order By |
Cut, paste (and edit) the following text to query this object:
SELECT RUN_TYPE_NAME
, RUN_TYPE_ID
, BG_SECURITY_FLAG_CODE
, ORDER_BY
FROM APPS.PAYLV_RUN_TYPES_V;
APPS
HR_BIS
- show dependent code
PAY_RUN_TYPES_F
PAY_RUN_TYPES_F_TL
PUBLIC
DUAL
PUBLIC
PAYLV_RUN_TYPES_V
|
|
|
|