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


TABLE: IBY.IBY_APPLICABLE_PMT_PROFS

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


IBY_APPLICABLE_PMT_PROFS maps payment methods to payment process profiles. Since administrators can define both payment methods and payment process profiles, they must also choose which payment process profiles are associated with each payment method. Those choices are stored in this table. The relationship is many-to-many, which means that the same payment process profile may fulfill the requirements of more than one payment method. This table corresponds to the Usage Rules tab of the Update Payment Process Profile page.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_APPLICABLE_PMT_PROFS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICABLE_PMT_PROF_ID
ColumnZD_EDITION_NAME
IBY_APPLICABLE_PMT_PROFS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSYSTEM_PROFILE_CODE
Columns
Name Datatype Length Mandatory Comments
APPLICABLE_PMT_PROF_ID NUMBER (15) Yes System generated primary key
SYSTEM_PROFILE_CODE VARCHAR2 (100) Yes Unique primary key
APPLICABLE_TYPE_CODE VARCHAR2 (30) Yes Applicable type. Each type corresponds to one factor in determining the applicability of a payment process profile. Lookup values of IBY_PMT_PROF_USAGE_RULE_TYPES lookup type
SEEDED_FLAG VARCHAR2 (1)
Y or N flag controlling updatability of records. Y indicates record was seeded by Oracle and may have user updates limited.
APPLICABLE_VALUE_FROM VARCHAR2 (240)
From value of the applicability type. Used for the payment amount applicability only
APPLICABLE_VALUE_TO VARCHAR2 (240)
To value of the applicability type
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
Yes Object version number
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT APPLICABLE_PMT_PROF_ID
,      SYSTEM_PROFILE_CODE
,      APPLICABLE_TYPE_CODE
,      SEEDED_FLAG
,      APPLICABLE_VALUE_FROM
,      APPLICABLE_VALUE_TO
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      ZD_EDITION_NAME
FROM IBY.IBY_APPLICABLE_PMT_PROFS;

Dependencies

[top of page]

IBY.IBY_APPLICABLE_PMT_PROFS does not reference any database object

IBY.IBY_APPLICABLE_PMT_PROFS is referenced by following:

SchemaIBY
ViewIBY_APPLICABLE_PMT_PROFS#