DBA Data[Home] [Help] [Dependency Information]


TABLE: OKL.OKL_AMORT_HLD_SETUPS_ALL

Object Details
Object Name: OKL_AMORT_HLD_SETUPS_ALL
Object Type: TABLE
Owner: OKL
FND Design Data: TableOKL.OKL_AMORT_HLD_SETUPS_ALL
Subobject Name:
Status: VALID


DEFINITION
Setup of hold period requirements per asset category and asset book combination.
EXAMPLE
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKL_AMORT_HLD_SETUPS_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
OKL_AMORT_HLD_SETUPS_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOK_TYPE_CODE
OKL_AMORT_HLD_SETUPS_ALL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCATEGORY_ID
OKL_AMORT_HLD_SETUPS_ALL_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMETHOD_ID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary key column
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
HOLD_PERIOD_DAYS NUMBER

The hold period before depreciation of the asset will commence
CATEGORY_ID NUMBER (15)
Foreign key to view OKX_ASST_CATGRS_V
BOOK_TYPE_CODE VARCHAR2 (15)
Foreign key to view OKX_ASST_BK_CONTROLS_V
METHOD_ID NUMBER (15)
Foreign key to view OKX_ASST_DEP_METHODS_V
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
DEPRN_RATE NUMBER

Depreciation Rate
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      OBJECT_VERSION_NUMBER
,      HOLD_PERIOD_DAYS
,      CATEGORY_ID
,      BOOK_TYPE_CODE
,      METHOD_ID
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DEPRN_RATE
FROM OKL.OKL_AMORT_HLD_SETUPS_ALL;

Dependencies

[top of page]

OKL.OKL_AMORT_HLD_SETUPS_ALL does not reference any database object

OKL.OKL_AMORT_HLD_SETUPS_ALL is referenced by following:

SchemaOKL
ViewOKL_AMORT_HLD_SETUPS_ALL#