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


VIEW: APPS.CSP_USG_TRANSACTION_TYPES_V

Object Details
Object Name: CSP_USG_TRANSACTION_TYPES_V
Object Type: VIEW
Owner: APPS
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
ROW_ID ROWID (10)
Rowid
USG_TRANSACTION_TYPE_ID NUMBER (35) Yes Usage transaction type unique identifier
FORECAST_RULE_ID NUMBER (35) Yes Forecast rule identifier
TRANSACTION_TYPE_ID NUMBER (35)
Transaction type identifier
TRANSACTION_TYPE_NAME VARCHAR2 (80) Yes Transaction type name
DESCRIPTION VARCHAR2 (240)
Transaction type description
CREATED_BY NUMBER (35) Yes Standard Who column - with the user id from FND_USER
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (35) Yes Standard Who column - with the user id from FND_USER
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (35)
Standard Who column
Query Text

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


SELECT ROW_ID
,      USG_TRANSACTION_TYPE_ID
,      FORECAST_RULE_ID
,      TRANSACTION_TYPE_ID
,      TRANSACTION_TYPE_NAME
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.CSP_USG_TRANSACTION_TYPES_V;

Dependencies

[top of page]

APPS.CSP_USG_TRANSACTION_TYPES_V references the following:

SchemaAPPS
SynonymCSP_USG_TRANSACTION_TYPES
SynonymMTL_TRANSACTION_TYPES

APPS.CSP_USG_TRANSACTION_TYPES_V is not referenced by any database object