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


VIEW: APPS.ENG_AUTONUM_ORGS_V

Object Details
Object Name: ENG_AUTONUM_ORGS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewENG.ENG_AUTONUM_ORGS_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
ROW_ID ROWID (10)
Row identifier
ORGANIZATION_CODE VARCHAR2 (3)
Organization code
ORGANIZATION_NAME VARCHAR2 (240) Yes Organization name
USER_ID VARCHAR2 (22)
User identifier
ORGANIZATION_ID NUMBER

Organization identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
ALPHA_PREFIX VARCHAR2 (9)
Autonumbering prefix
NEXT_AVAILABLE_NUMBER NUMBER

Next available number
REQUEST_ID NUMBER

Concurrent Who column
PROGRAM_APPLICATION_ID NUMBER

Concurrent Who column
PROGRAM_ID NUMBER

Concurrent Who column
PROGRAM_UPDATE_DATE DATE

Concurrent Who column
Query Text

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


SELECT ROW_ID
,      ORGANIZATION_CODE
,      ORGANIZATION_NAME
,      USER_ID
,      ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ALPHA_PREFIX
,      NEXT_AVAILABLE_NUMBER
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM APPS.ENG_AUTONUM_ORGS_V;

Dependencies

[top of page]

APPS.ENG_AUTONUM_ORGS_V references the following:

SchemaAPPS
SynonymENG_AUTO_NUMBER_ECN
SynonymHR_ALL_ORGANIZATION_UNITS_TL
SynonymMTL_PARAMETERS

APPS.ENG_AUTONUM_ORGS_V is not referenced by any database object