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


TABLE: IBY.IBY_SYS_PMT_PROFILES_TL

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


IBY_SYS_PMT_PROFILES stores seeded information that specifies the bulk of payment processing behavior. The rest of the behavior is specified in a user-defined account payment process profile stored in IBY_ACCT_PMT_PROFILES. A combination of the two tables is defined in the view IBY_PAYMENT_PROFILES. The payment process profile as a whole controls the behavior of the payment process. To create a payment process profile, the user specifies how the payment instruction should be formatted, how it should be transmitted, how its acknowledgment and clearing files should be handled by the system, and other relevant information. This table corresponds to the Payment Process Profile pages.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_SYS_PMT_PROFILES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSYSTEM_PROFILE_CODE
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
SYSTEM_PROFILE_CODE VARCHAR2 (100) Yes User entered primary key
SYSTEM_PROFILE_NAME VARCHAR2 (100) Yes System payment process profile name
LANGUAGE VARCHAR2 (4) Yes Language code
SOURCE_LANG VARCHAR2 (4) Yes Language code of the record's current language
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 Object version number
SYSTEM_PROFILE_DESCRIPTION VARCHAR2 (255)
Description of system payment process profile
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT SYSTEM_PROFILE_CODE
,      SYSTEM_PROFILE_NAME
,      LANGUAGE
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SYSTEM_PROFILE_DESCRIPTION
,      ZD_EDITION_NAME
FROM IBY.IBY_SYS_PMT_PROFILES_TL;

Dependencies

[top of page]

IBY.IBY_SYS_PMT_PROFILES_TL does not reference any database object

IBY.IBY_SYS_PMT_PROFILES_TL is referenced by following:

SchemaIBY
ViewIBY_SYS_PMT_PROFILES_TL#