[Home] [Help]
[Dependency Information]
Object Name: | FND_REQUEST_SET_PROGRAMS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_REQUEST_SET_PROGRAMS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
FND_REQUEST_SET_PROGRAMS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
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 | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM APPLSYS.FND_REQUEST_SET_PROGRAMS;
APPLSYS.FND_REQUEST_SET_PROGRAMS does not reference any database object
APPLSYS.FND_REQUEST_SET_PROGRAMS is referenced by following:
|
|
|