[Home] [Help]
[Dependency Information]
Object Name: | PA_AUTOACCOUNTING_LOOKUPS_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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 |
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;
APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW is not referenced by any database object
|
|
|