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


VIEW: APPS.PA_AMOUNT_TYPES_VL

Object Details
Object Name: PA_AMOUNT_TYPES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_AMOUNT_TYPES_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
AMOUNT_TYPE_ID NUMBER (15) Yes The system generated number that uniquely identifies the amount type
AMOUNT_TYPE_CODE VARCHAR2 (30) Yes The amount type code associated with the amount type
AMOUNT_TYPE_CLASS VARCHAR2 (2) Yes The amount type class associated with the amount type. Values can be R (raw column) D (derived column)
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
PLAN_ADJUSTABLE_FLAG VARCHAR2 (1)
The identifier of the amount type that is adjustable.
PLAN_ADJ_AMOUNT_FLAG VARCHAR2 (1)
The identifier of the amount type that is an adjustment amount type.
AMOUNT_TYPE_NAME VARCHAR2 (80) Yes The name of the amount type.
Query Text

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


SELECT ROW_ID
,      AMOUNT_TYPE_ID
,      AMOUNT_TYPE_CODE
,      AMOUNT_TYPE_CLASS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PLAN_ADJUSTABLE_FLAG
,      PLAN_ADJ_AMOUNT_FLAG
,      AMOUNT_TYPE_NAME
FROM APPS.PA_AMOUNT_TYPES_VL;

Dependencies

[top of page]

APPS.PA_AMOUNT_TYPES_VL references the following:

SchemaAPPS
SynonymPA_AMOUNT_TYPES_B
SynonymPA_AMOUNT_TYPES_TL
APPS.PA_AMOUNT_TYPES_VL is referenced by following:

SchemaAPPS
ViewPA_FIN_PLAN_ADJ_TOTAL_V
Package BodyPA_FIN_PLAN_VIEW_GLOBAL - show dependent code
ViewPA_FP_ENTER_ADJ_LINES_V
ViewPA_FP_OF_WEBADI_V
ViewPA_FP_SUM_PV_V
ViewPA_FP_VIEW_ADJ_V
ViewPA_FP_VIEW_BY_COMP_V
ViewPA_FP_WEBADI_CONTENTS_V
PL/SQL PackagePA_FP_WEBADI_UTILS - show dependent code
Package BodyPA_FP_WEBADI_UTILS - show dependent code