Search Results when a girls gotta pee youtube
The IBY_EXTRACT_ACTIVATIONS table is a critical component within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, specifically in the context of the Oracle Payments module (IBY). This table serves as a repository for tracking the activation status of payment extract processes, which are essential for generating payment files to be transmitted to banks or other financial institutions. Below is a detailed analysis of its structure, purpose, and functional relevance in Oracle EBS.
Purpose and Functional Context
The IBY_EXTRACT_ACTIVATIONS table is designed to manage and monitor the activation of payment extract programs. These programs are responsible for generating payment instructions in formats compliant with banking standards (e.g., BACS, SEPA, or NACHA). The table ensures that only authorized and properly configured extract processes are executed, thereby maintaining data integrity and preventing duplicate or erroneous payment file generation.
Key Columns and Their Significance
The table comprises several columns that define the activation parameters and status of extract processes. Key columns include:
- EXTRACT_ACTIVATION_ID: A unique identifier for each activation record, typically a sequence-generated primary key.
- EXTRACT_PROGRAM_CODE: Specifies the payment extract program (e.g., 'IBY_PAY_EFT_EXTRACT') being activated.
- ACTIVATION_STATUS: Indicates whether the extract process is active ('ACTIVE') or inactive ('INACTIVE').
- START_DATE and END_DATE: Define the validity period during which the extract process is allowed to run.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE: Audit columns tracking record creation and modifications.
Integration with Oracle Payments
The IBY_EXTRACT_ACTIVATIONS table integrates with other Oracle Payments tables, such as IBY_EXTRACT_PROGRAMS (defining extract program metadata) and IBY_PAYMENTS_ALL (staging payment data). When a payment batch is submitted, Oracle Payments checks this table to validate whether the associated extract process is active and authorized. If inactive, the system raises an error, ensuring only valid processes proceed.
Business Process Flow
1. Configuration: Administrators activate an extract program by inserting a record into IBY_EXTRACT_ACTIVATIONS, specifying the program code, status, and date range.
2. Validation: During payment batch submission, Oracle Payments queries this table to verify activation status.
3. Execution: If active, the extract program generates payment files; otherwise, the process halts with an error.
4. Monitoring: The table's status fields allow real-time tracking of extract process availability.
Technical Considerations
- Indexing: The primary key (EXTRACT_ACTIVATION_ID) is indexed for performance. Queries often filter by EXTRACT_PROGRAM_CODE and ACTIVATION_STATUS, so additional indexes may be beneficial.
- Data Retention: Historical records may be archived post-extract to optimize table size, though this depends on organizational policies.
- Security: Access to this table is typically restricted to payment administrators due to its critical role in payment processing.
Common Use Cases
- Scheduled Payment Runs: Ensures extract programs are only active during predefined windows (e.g., end-of-day processing).
- Disaster Recovery: Deactivating all extracts during system maintenance to prevent unintended file generation.
- Compliance: Auditing activation records to demonstrate adherence to payment processing controls.
Conclusion
The IBY_EXTRACT_ACTIVATIONS table is a pivotal control mechanism in Oracle Payments, governing the execution of payment extract programs. Its design ensures secure, auditable, and efficient payment file generation, aligning with broader Oracle EBS financial automation objectives. Proper configuration and monitoring of this table are essential for seamless payment operations in both EBS 12.1.1 and 12.2.2 environments.
-
Lookup Type: IBY_N/A
12.1.1
product: IBY - Payments , meaning: Not Applicable , description: Not Applicable ,
-
Lookup Type: IBY_N/A
12.2.2
product: IBY - Payments , meaning: Not Applicable , description: Not Applicable ,
-
Lookup Type: IBY_REMIT_ADVICE_CONDITIONS
12.1.1
product: IBY - Payments , meaning: Remittance Advice Conditions , description: Conditions in which remittance advice is generated ,
-
Lookup Type: IBY_REMIT_ADVICE_CONDITIONS
12.2.2
product: IBY - Payments , meaning: Remittance Advice Conditions , description: Conditions in which remittance advice is generated ,
-
Lookup Type: IBY_MARK_COMPLETE_EVENTS
12.2.2
product: IBY - Payments , meaning: Mark Payments Complete Events , description: Defines the events in the payment process at which the payments in a payment instruction can be marked complete ,
-
Lookup Type: IBY_PAYMENT_REJECTION_LEVELS
12.2.2
product: IBY - Payments , meaning: Payment Rejection Levels , description: Defines how much of a payment process request can be rejected when a proposed payment fails validation ,
-
Lookup Type: IBY_DOCUMENT_REJECTION_LEVELS
12.2.2
product: IBY - Payments , meaning: Documents Payable Rejection Levels , description: Defines how much of a payment process request can be rejected when a document payable fails validation ,
-
Lookup Type: IBY_MARK_COMPLETE_EVENTS
12.1.1
product: IBY - Payments , meaning: Mark Payments Complete Events , description: Defines the events in the payment process at which the payments in a payment instruction can be marked complete ,
-
Lookup Type: IBY_DOCUMENT_REJECTION_LEVELS
12.1.1
product: IBY - Payments , meaning: Documents Payable Rejection Levels , description: Defines how much of a payment process request can be rejected when a document payable fails validation ,
-
Table: IBY_EXTRACT_ACTIVATIONS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXTRACT_ACTIVATIONS, object_name:IBY_EXTRACT_ACTIVATIONS, status:VALID, product: IBY - Payments , description: IBY_EXTRACT_ACTIVATIONS defines which computed fields within an extract are unnecessary for a particular format, with each row corresponding to a single field for that extract. When the extract engine is called for a particular format, ever , implementation_dba_data: IBY.IBY_EXTRACT_ACTIVATIONS ,
-
Lookup Type: IBY_TRANSACTION_STATUS
12.1.1
product: IBY - Payments , meaning: Transaction Statuses , description: Transaction Status defined in Oracle Payments ,
-
Lookup Type: IBY_PAYMENT_REJECTION_LEVELS
12.1.1
product: IBY - Payments , meaning: Payment Rejection Levels , description: Defines how much of a payment process request can be rejected when a proposed payment fails validation ,
-
Lookup Type: IBY_TRANSACTION_STATUS
12.2.2
product: IBY - Payments , meaning: Transaction Statuses , description: Transaction Status defined in Oracle Payments ,
-
Table: IBY_ACCOUNT_OWNERS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_ACCOUNT_OWNERS, object_name:IBY_ACCOUNT_OWNERS, status:VALID, product: IBY - Payments , description: This table contains records of the account owners of the external bank accounts entered manually. This table corresponds to the Banking details page of supplier or customer. When an external bank account is created a row will be stored in , implementation_dba_data: IBY.IBY_ACCOUNT_OWNERS ,
-
Table: IBY_DOCUMENT_LINES_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENT_LINES_H, object_name:IBY_DOCUMENT_LINES_H, status:VALID, product: IBY - Payments , description: IBY_DOCUMENT_LINES_H stores historical snapshots of document line items. This table contains denormalized versions of document lines from specific points in time, including when the payment for the associated document was submitted to a pay , implementation_dba_data: IBY.IBY_DOCUMENT_LINES_H ,
-
Table: IBY_PAY_INSTRUCTIONS_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_H, object_name:IBY_PAY_INSTRUCTIONS_H, status:VALID, product: IBY - Payments , description: IBY_PAY_INSTRUCTIONS_H stores historical snapshots of payment instructions. This table contains denormalized versions of payment instructions from specific points in time, including when the payment instruction was submitted to a payment sy , implementation_dba_data: IBY.IBY_PAY_INSTRUCTIONS_H ,
-
Table: IBY_DOCUMENTS_PAYABLE_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENTS_PAYABLE_H, object_name:IBY_DOCUMENTS_PAYABLE_H, status:VALID, product: IBY - Payments , description: IBY_DOCUMENTS_PAYABLE_H stores historical snapshots of documents payable. This table contains denormalized versions of documents payable from specific points in time, such as when the payment for this document was submitted to a payment sys , implementation_dba_data: IBY.IBY_DOCUMENTS_PAYABLE_H ,
-
Table: IBY_PAYMENTS_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENTS_H, object_name:IBY_PAYMENTS_H, status:VALID, product: IBY - Payments , description: IBY_PAYMENTS_H table stores historical snapshots of payments. This table contains denormalized versions of payments from specific points in time, including when the payment was submitted to a payment system. Different snapshots of the same , implementation_dba_data: IBY.IBY_PAYMENTS_H ,
-
View: IBY_XML_FD_INS_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_INS_1_0_V, object_name:IBY_XML_FD_INS_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_INS_1_0_V ,
-
View: IBY_XML_FD_INS_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_INS_1_0_V, object_name:IBY_XML_FD_INS_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_INS_1_0_V ,
-
Table: IBY_PAYMENT_RULES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_RULES, object_name:IBY_PAYMENT_RULES, status:VALID, product: IBY - Payments , description: IBY_PAYMENT_RULES stores the header-level information for a payment method defaulting rule. A defaulting rule enables the user to define the default payment method with respect to multiple factors of a transaction context. A defaulting rule , implementation_dba_data: IBY.IBY_PAYMENT_RULES ,
-
View: IBY_XML_BATCH_FCI_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_BATCH_FCI_1_0_V, object_name:IBY_XML_BATCH_FCI_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_BATCH_FCI_1_0_V ,
-
View: IBY_XML_BATCH_FCI_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_BATCH_FCI_1_0_V, object_name:IBY_XML_BATCH_FCI_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_BATCH_FCI_1_0_V ,
-
Lookup Type: IBY_YES_NO
12.1.1
product: IBY - Payments , meaning: IBY_YES_NO , description: Y/N Flag ,
-
Lookup Type: IBY_YES_NO
12.2.2
product: IBY - Payments , meaning: IBY_YES_NO , description: Y/N Flag ,
-
View: IBY_XML_FNDCPT_ORDER_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_ORDER_1_0_V, object_name:IBY_XML_FNDCPT_ORDER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_ORDER_1_0_V ,
-
View: IBY_XML_FNDCPT_ORDER_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_ORDER_1_0_V, object_name:IBY_XML_FNDCPT_ORDER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_ORDER_1_0_V ,
-
Table: IBY_PAYMENT_METHODS_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_METHODS_TL, object_name:IBY_PAYMENT_METHODS_TL, status:VALID, product: IBY - Payments , description: IBY_PAYMENT_METHODS stores the payment methods that Oracle Payments supports. A payment method is a payment attribute on a document payable that indicates how the first party payer is going to make the payment. Examples of payment methods i , implementation_dba_data: IBY.IBY_PAYMENT_METHODS_TL ,
-
Table: IBY_BEPKEYS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEPKEYS, object_name:IBY_BEPKEYS, status:VALID, product: IBY - Payments , description: IBY_BEPKEYS contains a list of all the keys that identifies a payee or payer with a Back End Payment System. , implementation_dba_data: IBY.IBY_BEPKEYS ,
-
View: IBY_XML_FD_PMT_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PMT_1_0_V, object_name:IBY_XML_FD_PMT_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PMT_1_0_V ,
-
View: IBY_XML_FD_PPR_PMT_1_0_V
12.2.2
product: IBY - Payments , implementation_dba_data: Not implemented in this database ,
-
View: IBY_XML_FD_PPR_PMT_1_0_V
12.1.1
product: IBY - Payments , implementation_dba_data: Not implemented in this database ,
-
View: IBY_XML_FD_PMT_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PMT_1_0_V, object_name:IBY_XML_FD_PMT_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PMT_1_0_V ,
-
Table: IBY_EXT_PARTY_PMT_MTHDS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXT_PARTY_PMT_MTHDS, object_name:IBY_EXT_PARTY_PMT_MTHDS, status:VALID, product: IBY - Payments , description: IBY_EXT_PARTY_PMT_MTHDS stores payment method applicability driven by the preferences of the external party. A payment method is applicable to a party and payment function combination and, optionally and additionally, to a party site and/or , implementation_dba_data: IBY.IBY_EXT_PARTY_PMT_MTHDS ,
-
View: IBY_XML_FNDCPT_PAYER_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_PAYER_1_0_V, object_name:IBY_XML_FNDCPT_PAYER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_PAYER_1_0_V ,
-
Table: IBY_PAYMENT_METHODS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_METHODS_B, object_name:IBY_PAYMENT_METHODS_B, status:VALID, product: IBY - Payments , description: IBY_PAYMENT_METHODS stores the payment methods that Oracle Payments supports. A payment method is a payment attribute on a document payable that indicates how the first party payer is going to make the payment. Examples of payment methods i , implementation_dba_data: IBY.IBY_PAYMENT_METHODS_B ,
-
View: IBY_XML_FNDCPT_PAYER_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_PAYER_1_0_V, object_name:IBY_XML_FNDCPT_PAYER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_PAYER_1_0_V ,
-
View: IBY_XML_FD_PAYEE_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PAYEE_1_0_V, object_name:IBY_XML_FD_PAYEE_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PAYEE_1_0_V ,
-
Table: IBY_PAYMENTS_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENTS_ALL, object_name:IBY_PAYMENTS_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the payments which are created by system while processing 'Build payments' program. A payment can be a single check or an electronic fund transfer between first party payer and third party payee. A row in , implementation_dba_data: IBY.IBY_PAYMENTS_ALL ,
-
View: IBY_XML_FD_PAYEE_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PAYEE_1_0_V, object_name:IBY_XML_FD_PAYEE_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PAYEE_1_0_V ,
-
Table: IBY_BEPINFO
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEPINFO, object_name:IBY_BEPINFO, status:VALID, product: IBY - Payments , description: IBY_BEPINFO has a row for every BEP(Back End Payment System) configured in system. A BEP is a payment provider such as Cybercash, Verifone etc , implementation_dba_data: IBY.IBY_BEPINFO ,
-
Lookup Type: IBY_PSO_DEF_PAY_METHOD
12.1.1
product: IBY - Payments , meaning: Default Payment Method for the disbursement system options , description: Default Payment Method for the disbursement system options ,
-
Lookup Type: IBY_PSO_DEF_PAY_METHOD
12.2.2
product: IBY - Payments , meaning: Default Payment Method for the disbursement system options , description: Default Payment Method for the disbursement system options ,
-
Table: IBY_PMTSCHEMES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PMTSCHEMES, object_name:IBY_PMTSCHEMES, status:VALID, product: IBY - Payments , description: IBY_PMTSCHEMES contains a list of Payment Schemes that will be supported by a BEP , implementation_dba_data: IBY.IBY_PMTSCHEMES ,
-
Table: IBY_PMTSCHEMES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PMTSCHEMES, object_name:IBY_PMTSCHEMES, status:VALID, product: IBY - Payments , description: IBY_PMTSCHEMES stores a list of payment schemes that are supported by a payment system. , implementation_dba_data: IBY.IBY_PMTSCHEMES ,
-
Table: IBY_MAPPINGS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_MAPPINGS, object_name:IBY_MAPPINGS, status:VALID, product: IBY - Payments , description: IBY_MAPPINGS stores mapping of codes with risk scores. Each row includes a code and a value for that code. , implementation_dba_data: IBY.IBY_MAPPINGS ,
-
Table: IBY_MAPPINGS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_MAPPINGS, object_name:IBY_MAPPINGS, status:VALID, product: IBY - Payments , description: IBY_MAPPINGS stores mapping of codes with risk scores. Each row includes a code and a value for that code. , implementation_dba_data: IBY.IBY_MAPPINGS ,
-
Table: IBY_ACCPPMTMTHD
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_ACCPPMTMTHD, object_name:IBY_ACCPPMTMTHD, status:VALID, product: IBY - Payments , description: IBY_ACCPPMTMTHD contains a list of all the payment instrument methods that are accepted by a iPayment. , implementation_dba_data: IBY.IBY_ACCPPMTMTHD ,
-
Table: IBY_ACCPPMTMTHD
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_ACCPPMTMTHD, object_name:IBY_ACCPPMTMTHD, status:VALID, product: IBY - Payments , description: IBY_ACCPPMTMTHD contains a list of all the payment instrument methods that are accepted by a iPayment. , implementation_dba_data: IBY.IBY_ACCPPMTMTHD ,
-
Table: IBY_IRF_TRXN_AMT_LIMIT
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_IRF_TRXN_AMT_LIMIT, object_name:IBY_IRF_TRXN_AMT_LIMIT, status:VALID, product: IBY - Payments , description: IBY_IRF_TRXN_AMT_LIMITstores information pertaining to the transaction amount limit risk factor. It is a limit on the total amount of payments made using the same instrument in a particular duration. , implementation_dba_data: IBY.IBY_IRF_TRXN_AMT_LIMIT ,