[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_PERIODS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BSC.BSC_SYS_PERIODS_VL
FND.BSC_SYS_PERIODS_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
BSC_SYS_PERIODS_VL is a view of the translated, language specific values from BSC_SYS_PERIODS_TL . BSC uses this view to display translated information in languages installed at your site.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| YEAR | NUMBER | (4) | Yes | |
| PERIODICITY_ID | NUMBER | (5) | Yes | |
| PERIOD_ID | NUMBER | (5) | Yes | |
| MONTH | NUMBER | (5) | Yes | |
| NAME | VARCHAR2 | (100) | ||
| SHORT_NAME | VARCHAR2 | (165) |
Cut, paste (and edit) the following text to query this object:
SELECT YEAR
, PERIODICITY_ID
, PERIOD_ID
, MONTH
, NAME
, SHORT_NAME
FROM APPS.BSC_SYS_PERIODS_VL;
APPS
BSC_SYS_CALENDARS_B
BSC_SYS_PERIODICITIES
BSC_SYS_PERIODS_TL
APPS
BSC_P_BSC_PER_CAL1_PER2_V
BSC_P_BSC_PER_CAL1_PER3_V
BSC_P_BSC_PER_CAL1_PER4_V
BSC_P_BSC_PER_CAL1_PER5_V
BSC_P_BSC_PER_CAL1_PER7_V
BSC_P_BSC_PER_CAL1_PER9_V
|
|
|
|