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


VIEW: APPS.PSP_AUTO_FILL_END_DATES_V

Object Details
Object Name: PSP_AUTO_FILL_END_DATES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSP.PSP_AUTO_FILL_END_DATES_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
DATE_TYPE VARCHAR2 (1) Yes Type of date used. B is for Begin Date and E is for End Date.
END_DATE_GROUP NUMBER (1) Yes Type of auto-fill date selected. 1 is for system-generated, 2 is for user-specified, and 3 is for no auto-fill.
USER_DEFINED_END_DATE DATE

User-specified date if end-date group selected is 2.
BUSINESS_GROUP_ID NUMBER (15) Yes
SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books identifier
COMMENTS VARCHAR2 (255)
User-specified comments for selected auto-fill date
Query Text

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


SELECT DATE_TYPE
,      END_DATE_GROUP
,      USER_DEFINED_END_DATE
,      BUSINESS_GROUP_ID
,      SET_OF_BOOKS_ID
,      COMMENTS
FROM APPS.PSP_AUTO_FILL_END_DATES_V;

Dependencies

[top of page]

APPS.PSP_AUTO_FILL_END_DATES_V references the following:

SchemaAPPS
SynonymPSP_AUTO_FILL_DATES

APPS.PSP_AUTO_FILL_END_DATES_V is not referenced by any database object