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


VIEW: APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is used to display AutoAccounting lookup set values for a given segment value lookup set.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LOOKUP_SET_NAME VARCHAR2 (30) Yes The AutoAccounting lookup set name
SEGMENT_VALUE VARCHAR2 (70) Yes The value of the flexfield segment
INTERMEDIATE_VALUE VARCHAR2 (250) Yes The value of the intermediate value
Query Text

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


SELECT LOOKUP_SET_NAME
,      SEGMENT_VALUE
,      INTERMEDIATE_VALUE
FROM APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW;

Dependencies

[top of page]

APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW references the following:

SchemaAPPS
SynonymPA_SEGMENT_VALUE_LOOKUPS
SynonymPA_SEGMENT_VALUE_LOOKUP_SETS

APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW is not referenced by any database object