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


VIEW: APPS.PA_ALLOC_AUDIT_GL_V

Object Details
Object Name: PA_ALLOC_AUDIT_GL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_ALLOC_AUDIT_GL_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
RUN_ID NUMBER
Yes
LINE_NUM NUMBER
Yes
SOURCE_CCID NUMBER
Yes
AMOUNT NUMBER

SOURCE_PERCENT NUMBER

POOL_PERCENT NUMBER

ELIGIBLE_AMOUNT NUMBER

SUBTRACT_FLAG VARCHAR2 (1) Yes
ORG_ID NUMBER (15)
Query Text

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


SELECT RUN_ID
,      LINE_NUM
,      SOURCE_CCID
,      AMOUNT
,      SOURCE_PERCENT
,      POOL_PERCENT
,      ELIGIBLE_AMOUNT
,      SUBTRACT_FLAG
,      ORG_ID
FROM APPS.PA_ALLOC_AUDIT_GL_V;

Dependencies

[top of page]

APPS.PA_ALLOC_AUDIT_GL_V references the following:

SchemaAPPS
SynonymPA_ALLOC_RUNS
SynonymPA_ALLOC_RUN_GL_DET

APPS.PA_ALLOC_AUDIT_GL_V is not referenced by any database object