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


VIEW: APPS.CST_LE_COST_TYPES_V

Object Details
Object Name: CST_LE_COST_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBOM.CST_LE_COST_TYPES_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
LEGAL_ENTITY NUMBER (15) Yes The organization_id of the legal entity
COST_TYPE_ID NUMBER
Yes The id of the cost type that will be associated with the legal entity.
SET_OF_BOOKS_ID NUMBER (15) Yes the id of the set of books that will be assigned to the
PRIMARY_COST_METHOD NUMBER
Yes the id of the cost method (from MFG_LOOKUPS) that will be used for
PAC_RATES_COST_TYPE_ID NUMBER
Yes the id of the cost_type that will serve as the rates
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
REQUEST_ID NUMBER

Extended Who Column
PROGRAM_APPLICATION_ID NUMBER

Extended Who Column
PROGRAM_ID NUMBER

Extended Who Column
PROGRAM_UPDATE_DATE DATE

Extended Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
CREATE_ACCT_ENTRIES VARCHAR2 (1)
Option that allows the user to create accounting entries for periodic costing
ACCOUNTING_LIBRARY_ID NUMBER

ID of the accounting library that is to be used to create accounting distributions for the Legal Entity and Cost Type combination
POST_TO_GL VARCHAR2 (1)
Option that allows the user to post accounting entries to GL
GL_TRANSFER_ALLOW_OVERRIDE VARCHAR2 (1)
Option that allows the user to change the default values for program parameters when transfer to GL process is submitted
GL_TRANSFER_MODE VARCHAR2 (1)
GL Interface Transfer Summary Level
GL_TRANSFER_SUBMIT_JOURNAL_IMP VARCHAR2 (1)
Option for submitting Journal Import to Oracle GL, at the same time as the transfer to GL process
LEGAL_ENTITY_NAME VARCHAR2 (240) Yes The name corresponding to the legal entity
COST_TYPE VARCHAR2 (10) Yes Name of the cost type corresponding to the cost_type_ID
COST_TYPE_DESC VARCHAR2 (240)
Description of the Cost Type
SET_OF_BOOKS_NAME VARCHAR2 (20) Yes The name of the set of books corresponding to the set of books ID
PRIMARY_COST_METHOD_NAME VARCHAR2 (80) Yes Name corresponding to the Primary Cost Method Identifier
PAC_RATES_COST_TYPE VARCHAR2 (10) Yes Name corresponding to the PAC rates cost type ID
PAC_RATES_COST_TYPE_DESC VARCHAR2 (240)
Description of the PAC rates cost type
ACCOUNTING_LIBRARY_NAME VARCHAR2 (15)
NAme corresponding to the Accounting library ID
Query Text

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


SELECT LEGAL_ENTITY
,      COST_TYPE_ID
,      SET_OF_BOOKS_ID
,      PRIMARY_COST_METHOD
,      PAC_RATES_COST_TYPE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATE_ACCT_ENTRIES
,      ACCOUNTING_LIBRARY_ID
,      POST_TO_GL
,      GL_TRANSFER_ALLOW_OVERRIDE
,      GL_TRANSFER_MODE
,      GL_TRANSFER_SUBMIT_JOURNAL_IMP
,      LEGAL_ENTITY_NAME
,      COST_TYPE
,      COST_TYPE_DESC
,      SET_OF_BOOKS_NAME
,      PRIMARY_COST_METHOD_NAME
,      PAC_RATES_COST_TYPE
,      PAC_RATES_COST_TYPE_DESC
,      ACCOUNTING_LIBRARY_NAME
FROM APPS.CST_LE_COST_TYPES_V;

Dependencies

[top of page]

APPS.CST_LE_COST_TYPES_V references the following:

SchemaAPPS
SynonymCST_ACCOUNTING_LIBRARIES
SynonymCST_COST_TYPES
SynonymCST_LE_COST_TYPES
ViewGL_SETS_OF_BOOKS
ViewMFG_LOOKUPS
ViewXLE_FIRSTPARTY_INFORMATION_V

APPS.CST_LE_COST_TYPES_V is not referenced by any database object