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


TABLE: APPLSYS.FND_REQUEST_SET_PROGRAMS

Object Details
Object Name: FND_REQUEST_SET_PROGRAMS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_REQUEST_SET_PROGRAMS
Subobject Name:
Status: VALID


FND_REQUEST_SET_PROGRAMS stores information about reports within
report sets. Each row includes the report set program identifier,
the order the report is run
within the report set, the report set itself, values identifying the
report and application, and the printer the report goes to.
Each row also includes the print style to print the report, the number
copies to print, and the date the report is last submitted.
You need one row for each report within a report set.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_REQUEST_SET_PROGRAMS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSET_APPLICATION_ID
ColumnREQUEST_SET_ID
ColumnREQUEST_SET_STAGE_ID
ColumnSEQUENCE
FND_REQUEST_SET_PROGRAMS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSET_APPLICATION_ID
ColumnREQUEST_SET_ID
ColumnREQUEST_SET_PROGRAM_ID
Columns
Name Datatype Length Mandatory Comments
SET_APPLICATION_ID NUMBER (15) Yes Set application identifier
REQUEST_SET_ID NUMBER (15) Yes Request Set identifier
REQUEST_SET_STAGE_ID NUMBER (15) Yes Stage identifier for the request set
REQUEST_SET_PROGRAM_ID NUMBER (15) Yes FND_REQUEST_SET_PROGRAMS_S.NEXTVAL
SEQUENCE NUMBER (15) Yes The sequence of the report in the report set
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
PROGRAM_APPLICATION_ID NUMBER (15) Yes The application identifier of the report in the report set
CONCURRENT_PROGRAM_ID NUMBER (15) Yes ID of program for incompatibilities
NLS_LANGUAGE VARCHAR2 (30)
Language
NLS_TERRITORY VARCHAR2 (30)
The territory using the language
CRITICAL VARCHAR2 (1) Yes Is this a critical stage
NUMBER_OF_COPIES NUMBER (15)
The number of copies to print for the report output
PRINTER VARCHAR2 (30)
Printer assinged to the set
PRINT_STYLE VARCHAR2 (30)
Print style assinged to the set
SAVE_OUTPUT_FLAG VARCHAR2 (1)
Flag to indicate whether to save the report output or not
Query Text

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


SELECT SET_APPLICATION_ID
,      REQUEST_SET_ID
,      REQUEST_SET_STAGE_ID
,      REQUEST_SET_PROGRAM_ID
,      SEQUENCE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_APPLICATION_ID
,      CONCURRENT_PROGRAM_ID
,      NLS_LANGUAGE
,      NLS_TERRITORY
,      CRITICAL
,      NUMBER_OF_COPIES
,      PRINTER
,      PRINT_STYLE
,      SAVE_OUTPUT_FLAG
FROM APPLSYS.FND_REQUEST_SET_PROGRAMS;

Dependencies

[top of page]

APPLSYS.FND_REQUEST_SET_PROGRAMS does not reference any database object

APPLSYS.FND_REQUEST_SET_PROGRAMS is referenced by following:

SchemaAPPS
Package BodyETRM_FNDNAV - show dependent code
SynonymFND_REQUEST_SET_PROGRAMS