[Home] [Help]
[Dependency Information]
| Object Name: | OKL_AE_TMPT_SETS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_AE_TMPT_SETS_V
|
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
A template set is a group of templates, which are required for accounting of a particular product. When a template set is associated with a particular product, that template set governs the product accounting. This table is stripped by operating unit.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier in the database | |
| ID | NUMBER | Yes | Primary key column | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Column used for locking records during updates |
| NAME | VARCHAR2 | (150) | Yes | Primary key column |
| DESCRIPTION | VARCHAR2 | (1995) | User entered description | |
| VERSION | VARCHAR2 | (24) | Yes | Version |
| START_DATE | DATE | Yes | Start date | |
| END_DATE | DATE | End date | ||
| GTS_ID | NUMBER | Stream Template set identifier | ||
| STREAM_TEMPLATE | VARCHAR2 | (150) | Stream Template set name | |
| ORG_ID | NUMBER | (15) | Operating unit identifier | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| OPERATING_UNIT | VARCHAR2 | (240) | Yes | Operating Unit |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, NAME
, DESCRIPTION
, VERSION
, START_DATE
, END_DATE
, GTS_ID
, STREAM_TEMPLATE
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OPERATING_UNIT
FROM APPS.OKL_AE_TMPT_SETS_V;
APPS
HR_OPERATING_UNITS
OKL_AE_TMPT_SETS
OKL_ST_GEN_TMPT_SETS_ALL
APPS
OKL_AES_PVT
- show dependent code
OKL_AES_PVT
- show dependent code
OKL_AE_TEMPLATES_UV
OKL_AVL_PVT
- show dependent code
OKL_LA_STREAM_PVT
- show dependent code
OKL_MAINTAIN_FEE_PVT
- show dependent code
OKL_PDT_PVT
- show dependent code
OKL_PRICING_UTILS_PVT
- show dependent code
OKL_PROCESS_TMPT_SET_PVT
- show dependent code
OKL_SETUPPQVALUES_PVT
- show dependent code
OKL_SETUPPRODUCTS_PVT
- show dependent code
OKL_STREAMS_UTIL
- show dependent code
OKL_STREAM_MIGRATION_PVT
- show dependent code
OKL_TCN_PVT
- show dependent code
OKL_TRANS_PRICING_PARAMS_PVT
- show dependent code
|
|
|
|