Search Results iby_f_t_crdt_apps_all_b
Overview
The IBY_F_T_CRDT_APPS_ALL_B table is a core data repository within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the base table for storing transactional credit application records. A credit application is a formal request by a customer for a credit line or an increase to an existing line, which is a critical component of the trade credit management process. This table holds the primary transactional and status data for each unique credit application submitted through the system, acting as the central hub for the credit application lifecycle.
Key Information Stored
The table's primary key is CREDIT_APP_ID, which uniquely identifies each application. Based on the documented foreign key relationships, the table stores several critical foreign key references that link the application to other core entities. The TRXN_SUMMARY_ID column links the application to its overarching financial transaction summary in the IBY_TRXN_SUMMARIES_ALL table. The CREDIT_APP_STATUS_ID column references the IBY_F_CRDT_APP_STATUS_B table to track the application's current state (e.g., Submitted, Under Review, Approved, Rejected). Furthermore, the table stores references to associated XML documents: CREDIT_APP_XML_ID and TERMS_N_CONDITIONS_XML_ID, which point to the IBY_TRXN_DOCUMENTS table, likely storing the detailed application data and legal terms in XML format, respectively.
Common Use Cases and Queries
This table is central to reporting and managing the credit application workflow. Common operational and analytical queries include tracking application status, analyzing approval timelines, and generating reports for credit managers. A typical query might join this table with its status and transactional summary tables to create a comprehensive application dashboard view.
- Status Tracking:
SELECT ca.CREDIT_APP_ID, s.STATUS_NAME, ca.CREATION_DATE FROM IBY_F_T_CRDT_APPS_ALL_B ca, IBY_F_CRDT_APP_STATUS_B s WHERE ca.CREDIT_APP_STATUS_ID = s.CREDIT_APP_STATUS_ID; - Application Lifecycle Reporting: Joining with the history table (IBY_F_T_CRDT_APP_ST_H) to audit status changes over time for a specific application or across a date range.
- Data Integrity Validation: Queries to identify orphaned records or applications missing required linked documents by checking for NULL values in key foreign key columns like TRXN_SUMMARY_ID.
Related Objects
The IBY_F_T_CRDT_APPS_ALL_B table has extensive relationships within the Payments schema, as evidenced by its foreign keys. It is the parent table for several key transactional entities:
- Child Tables: IBY_F_T_CA_GRNTRS_B (guarantors), IBY_F_T_CRDT_APPS_ALL_TL (translations), IBY_F_T_CRDT_APP_REVS (reviews), IBY_F_T_CRDT_APP_ST_H (status history), IBY_F_T_EMAIL_NOTIF_LOG (email notifications), and IBY_G_T_MESSAGES (messages).
- Referenced Parent Tables: IBY_TRXN_SUMMARIES_ALL (transaction context), IBY_F_CRDT_APP_STATUS_B (status code), and IBY_TRXN_DOCUMENTS (XML documents).
- Architectural Note: The '_B' suffix indicates it is a base table, and a corresponding '_TL' table exists for translatable columns, following standard EBS Multi-Org and localization patterns.
-
Table: IBY_F_T_CRDT_APPS_ALL_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_B, object_name:IBY_F_T_CRDT_APPS_ALL_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APPS_ALL_B ,
-
Table: IBY_F_T_CRDT_APPS_ALL_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_B, object_name:IBY_F_T_CRDT_APPS_ALL_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APPS_ALL_B ,
-
Table: IBY_TRXN_DOCUMENTS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_DOCUMENTS, object_name:IBY_TRXN_DOCUMENTS, status:VALID, product: IBY - Payments , description: Table used to store XML documents associated with a particular transaction. , implementation_dba_data: IBY.IBY_TRXN_DOCUMENTS ,
-
Table: IBY_TRXN_DOCUMENTS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_DOCUMENTS, object_name:IBY_TRXN_DOCUMENTS, status:VALID, product: IBY - Payments , description: Table used to store XML documents associated with a particular transaction. , implementation_dba_data: IBY.IBY_TRXN_DOCUMENTS ,
-
VIEW: APPS.IBY_F_T_CRDT_APPS_ALL_VL
12.1.1
-
SYNONYM: APPS.IBY_F_T_CRDT_APPS_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_F_T_CRDT_APPS_ALL_B, status:VALID,
-
SYNONYM: APPS.IBY_F_T_CRDT_APPS_ALL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_F_T_CRDT_APPS_ALL_B, status:VALID,
-
VIEW: IBY.IBY_F_T_CRDT_APPS_ALL_B#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_F_T_CRDT_APPS_ALL_B#, status:VALID,
-
Table: IBY_F_T_CRDT_APP_REVS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APP_REVS, object_name:IBY_F_T_CRDT_APP_REVS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APP_REVS ,
-
VIEW: IBY.IBY_F_T_CRDT_APPS_ALL_B#
12.2.2
-
Table: IBY_F_T_EMAIL_NOTIF_LOG
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_EMAIL_NOTIF_LOG, object_name:IBY_F_T_EMAIL_NOTIF_LOG, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_EMAIL_NOTIF_LOG ,
-
Table: IBY_F_T_CRDT_APP_ST_H
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APP_ST_H, object_name:IBY_F_T_CRDT_APP_ST_H, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APP_ST_H ,
-
VIEW: APPS.IBY_F_T_CRDT_APPS_ALL_VL
12.2.2
-
Table: IBY_F_CRDT_APP_STATUS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_CRDT_APP_STATUS_B, object_name:IBY_F_CRDT_APP_STATUS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_CRDT_APP_STATUS_B ,
-
Table: IBY_F_T_CRDT_APP_REVS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APP_REVS, object_name:IBY_F_T_CRDT_APP_REVS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APP_REVS ,
-
Table: IBY_F_T_CRDT_APPS_ALL_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_TL, object_name:IBY_F_T_CRDT_APPS_ALL_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APPS_ALL_TL ,
-
Table: IBY_F_T_CRDT_APPS_ALL_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_TL, object_name:IBY_F_T_CRDT_APPS_ALL_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APPS_ALL_TL ,
-
Table: IBY_F_T_EMAIL_NOTIF_LOG
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_EMAIL_NOTIF_LOG, object_name:IBY_F_T_EMAIL_NOTIF_LOG, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_EMAIL_NOTIF_LOG ,
-
Table: IBY_F_T_CRDT_APP_ST_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APP_ST_H, object_name:IBY_F_T_CRDT_APP_ST_H, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APP_ST_H ,
-
Table: IBY_TRXN_SUMMARIES_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_SUMMARIES_ALL, object_name:IBY_TRXN_SUMMARIES_ALL, status:VALID, product: IBY - Payments , description: IBY_TRXN_SUMMARIES_ALL contains information about each payment request. This table is used for both online and offline payment transactions. The information contained in this table is generic in nature to cover the various payment inst , implementation_dba_data: IBY.IBY_TRXN_SUMMARIES_ALL ,
-
Table: IBY_G_T_MESSAGES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_T_MESSAGES, object_name:IBY_G_T_MESSAGES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_T_MESSAGES ,
-
Table: IBY_F_T_CA_GRNTRS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CA_GRNTRS_B, object_name:IBY_F_T_CA_GRNTRS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CA_GRNTRS_B ,
-
Table: IBY_G_T_MESSAGES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_T_MESSAGES, object_name:IBY_G_T_MESSAGES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_T_MESSAGES ,
-
Table: IBY_F_T_CA_GRNTRS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CA_GRNTRS_B, object_name:IBY_F_T_CA_GRNTRS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CA_GRNTRS_B ,
-
Table: IBY_F_CRDT_APP_STATUS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_CRDT_APP_STATUS_B, object_name:IBY_F_CRDT_APP_STATUS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_CRDT_APP_STATUS_B ,
-
TABLE: IBY.IBY_F_T_CRDT_APPS_ALL_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_B, object_name:IBY_F_T_CRDT_APPS_ALL_B, status:VALID,
-
TABLE: IBY.IBY_F_T_CRDT_APPS_ALL_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_B, object_name:IBY_F_T_CRDT_APPS_ALL_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: IBY_TRXN_SUMMARIES_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_SUMMARIES_ALL, object_name:IBY_TRXN_SUMMARIES_ALL, status:VALID, product: IBY - Payments , description: IBY_TRXN_SUMMARIES_ALL contains information about each payment request. This table is used for both online and offline payment transactions. The information contained in this table is generic in nature to cover the various payment inst , implementation_dba_data: IBY.IBY_TRXN_SUMMARIES_ALL ,
-
12.2.2 DBA Data
12.2.2
-
View: IBY_F_T_CRDT_APPS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_VL, object_name:IBY_F_T_CRDT_APPS_ALL_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_F_T_CRDT_APPS_ALL_VL ,
-
View: IBY_F_T_CRDT_APPS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_VL, object_name:IBY_F_T_CRDT_APPS_ALL_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_F_T_CRDT_APPS_ALL_VL ,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IBY_F_T_CRDT_APPS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_VL, object_name:IBY_F_T_CRDT_APPS_ALL_VL, status:VALID,
-
VIEW: APPS.IBY_F_T_CRDT_APPS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_VL, object_name:IBY_F_T_CRDT_APPS_ALL_VL, status:VALID,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1