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


TABLE: IBY.IBY_TRANSMIT_PROTOCOLS_B

Object Details
Object Name: IBY_TRANSMIT_PROTOCOLS_B
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_TRANSMIT_PROTOCOLS_B
Subobject Name:
Status: VALID


IBY_TRANSMIT_PROTOCOLS specifies the transmission protocols used by various process profiles. This table is seeded with the most common protocols, such as FTP. It can be expanded with new or customized protocols by providing a link to the code entry point. A transmission protocol is further defined by specifying the protocol's input parameters. This is done in the IBY_TRANSMIT_PARAMETERS table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_TRANSMIT_PROTOCOLS_B_PC_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSMIT_PROTOCOL_CODE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
TRANSMIT_PROTOCOL_CODE VARCHAR2 (30) Yes User entered primary key
TRANSMIT_CODE_LANGUAGE VARCHAR2 (30)
Language of the code that implements the transmission protocol. Possible values would be 'PL/SQL' and 'Java'.
TRANSMIT_CODE_PACKAGE VARCHAR2 (255)
Package where the reader is defined; in PL/SQL this corresponds to a package name, in Java a class name
TRANSMIT_CODE_ENTRY_POINT VARCHAR2 (255)
Entry point of the code that implements the transmission protocol. For example, this could be in the form of a PL/SQL package and procedure, or a Java class and method.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15) Yes Used for locking purposes that subsequently allows for checking if there is 'dirty' or old data on the screen compared to what is in the database. The situation occurs when the HTML application is an 'stateless' application.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT TRANSMIT_PROTOCOL_CODE
,      TRANSMIT_CODE_LANGUAGE
,      TRANSMIT_CODE_PACKAGE
,      TRANSMIT_CODE_ENTRY_POINT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      ZD_EDITION_NAME
FROM IBY.IBY_TRANSMIT_PROTOCOLS_B;

Dependencies

[top of page]

IBY.IBY_TRANSMIT_PROTOCOLS_B does not reference any database object

IBY.IBY_TRANSMIT_PROTOCOLS_B is referenced by following:

SchemaIBY
ViewIBY_TRANSMIT_PROTOCOLS_B#