[Home] [Help]
[Dependency Information]
| Object Name: | PA_PERIODS_COPY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PERIODS_COPY_V
|
| Subobject Name: | |
| Status: | VALID |
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 |
|---|---|---|---|---|
| PERIOD_NAME | VARCHAR2 | (15) | Yes | It is the PA Period name |
| START_DATE | DATE | Yes | It is the start date of each PA period | |
| END_DATE | DATE | Yes | It is the end date of each PA period | |
| GL_PERIOD_NAME | VARCHAR2 | (15) | Yes | This column is the corresponding GL period |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | This column is the ledger identifier in General Ledger. |
| ORG_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_NAME
, START_DATE
, END_DATE
, GL_PERIOD_NAME
, SET_OF_BOOKS_ID
, ORG_ID
FROM APPS.PA_PERIODS_COPY_V;
APPS
GL_PERIODS
GL_SETS_OF_BOOKS
PA_IMPLEMENTATIONS
PA_PERIODS
APPS
PA_PERIODS_PKG
- show dependent code
|
|
|
|