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


TABLE: APPLSYS.FND_PRINTER_SUBROUTINES

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


FND_PRINTER_SUBROUTINES stores information about subroutines
that are linked with the concurrent managers that issue print
commands. Each row includes the name of a subroutine, the type
of a printer driver that calls this subroutine, and the platform
code. You need one row for each subroutine that is called by a
specific type of printer driver.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_PRINTER_SUBROUTINES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPRINTER_SUBROUTINE_NAME
ColumnPLATFORM_CODE
Columns
Name Datatype Length Mandatory Comments
PRINTER_SUBROUTINE_NAME VARCHAR2 (30) Yes Name of printer subroutine
PLATFORM_CODE VARCHAR2 (30)
Platform code
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
DRIVER_TYPE_CODE VARCHAR2 (30) Yes Driver type code
DESCRIPTION VARCHAR2 (255)
Description
Query Text

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


SELECT PRINTER_SUBROUTINE_NAME
,      PLATFORM_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DRIVER_TYPE_CODE
,      DESCRIPTION
FROM APPLSYS.FND_PRINTER_SUBROUTINES;

Dependencies

[top of page]

APPLSYS.FND_PRINTER_SUBROUTINES does not reference any database object

APPLSYS.FND_PRINTER_SUBROUTINES is referenced by following:

SchemaAPPS
SynonymFND_PRINTER_SUBROUTINES