Search Results create bank
The POS_ACNT_GEN_REQ table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Procurement (iProcurement) module, specifically supporting the Account Generator functionality. Account Generator is a key feature in Oracle EBS that dynamically determines accounting flexfield combinations (e.g., Cost Center, Account, Natural Account) for transactions based on predefined rules. This table stores requests for generating accounting entries, ensuring proper financial posting during procurement processes such as requisitions, purchase orders, and invoices.
Table Purpose and Functional Context
The POS_ACNT_GEN_REQ table acts as a staging area for account generation requests. When a user creates a requisition or modifies a procurement document, the system triggers the Account Generator engine to derive the appropriate accounting segments. This table temporarily holds metadata and contextual data required for the Account Generator to process these requests before posting to the general ledger.Key Columns and Structure
The table typically includes the following columns:- REQUEST_ID: Primary key, uniquely identifying each account generation request.
- DOCUMENT_TYPE: Specifies the procurement document type (e.g., REQUISITION, PO, INVOICE).
- DOCUMENT_ID: References the document (e.g., requisition header ID or line ID).
- STATUS: Tracks the processing state (PENDING, PROCESSED, ERROR).
- CREATION_DATE: Timestamp of request creation.
- LAST_UPDATE_DATE: Timestamp of the last modification.
- ATTRIBUTE_CATEGORY/ATTRIBUTE1-15: Flexfield columns for custom attributes.
Integration with Account Generator Workflow
The table integrates with Oracle's Account Generator workflow as follows:- A procurement transaction (e.g., requisition line) triggers an account generation request.
- The system inserts a record into POS_ACNT_GEN_REQ with contextual data.
- The Account Generator engine reads the request, applies rules from FND_FLEX_RULES, and computes accounting segments.
- Upon successful processing, the status updates to PROCESSED, and accounting flexfields are populated in the transaction tables (e.g., PO_REQ_DISTRIBUTIONS_ALL).
Technical Considerations
- Indexing: The table is indexed on REQUEST_ID, DOCUMENT_TYPE, and DOCUMENT_ID for performance.
- Purge Mechanism: Processed records may be archived or purged periodically to maintain performance.
- Concurrency: The Account Generator processes requests asynchronously, allowing parallel processing.
Customization and Extensions
Organizations can extend the table's functionality by:- Leveraging flexfield attributes to pass custom data to Account Generator rules.
- Creating triggers or workflows based on status changes.
- Integrating with custom PL/SQL logic for complex accounting scenarios.
Common Issues and Troubleshooting
- Stalled Requests: Check for records with PENDING status and verify concurrent manager logs.
- Incorrect Accounting: Validate Account Generator rules and ensure source data (e.g., item categories, supplier data) is accurate.
- Performance Bottlenecks: Monitor table growth and consider partitioning for high-volume environments.
-
Lookup Type: POS_SBD_BANK_MODE
12.1.1
product: POS - iSupplier Portal , meaning: Possible choices for New Bank Account Creation , description: Possible choices for New Bank Account Creation ,
-
Lookup Type: POS_SBD_BANK_MODE
12.2.2
product: POS - iSupplier Portal , meaning: Possible choices for New Bank Account Creation , description: Possible choices for New Bank Account Creation ,
-
Lookup Type: POS_SUPP_PRIMARY_AG
12.2.2
product: POS - iSupplier Portal , meaning: Supplier Hub Operational Attributes , description: Supplier Hub Operational Attributes ,
-
Lookup Type: POS_SBD_BANK_SELECT
12.2.2
product: POS - iSupplier Portal , meaning: Bank Selection Menu , description: Bank Selection Menu ,
-
Lookup Type: POS_SBD_BANK_SELECT
12.1.1
product: POS - iSupplier Portal , meaning: Bank Selection Menu , description: Bank Selection Menu ,
-
Concurrent Program: POS_SBD_ACCOUNT_ASSIGNMENTS
12.2.2
execution_filename: pos_sbd_upgrade_pkg.upgrade_bank_accounts_from_ap , product: POS - iSupplier Portal , user_name: Migrate Account Assignments for Supplier Bank Accounts , description: Migrate Account Assignments for Supplier Bank Accounts , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: POS_SBD_ACCOUNT_ASSIGNMENTS
12.1.1
execution_filename: pos_sbd_upgrade_pkg.upgrade_bank_accounts_from_ap , product: POS - iSupplier Portal , user_name: Migrate Account Assignments for Supplier Bank Accounts , description: Migrate Account Assignments for Supplier Bank Accounts , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: POS_SBD_SUPP_VIEWS
12.1.1
product: POS - iSupplier Portal , meaning: Supplier Bank Account Views , description: Supplier Bank Account Views ,
-
Lookup Type: POS_SBD_BYR_MAIN_OPT
12.1.1
product: POS - iSupplier Portal , meaning: Supplier Account Buyer Main View Options , description: Supplier Account Buyer Main View Options ,
-
Lookup Type: POS_SBD_SUPP_VIEWS
12.2.2
product: POS - iSupplier Portal , meaning: Supplier Bank Account Views , description: Supplier Bank Account Views ,
-
Lookup Type: POS_SBD_CHG_ACCT_ATTR
12.1.1
product: POS - iSupplier Portal , meaning: Supplier Change Bank Account Attributes , description: Supplier Change Bank Account Attributes ,
-
Lookup Type: POS_SBD_CHG_ACCT_ATTR
12.2.2
product: POS - iSupplier Portal , meaning: Supplier Change Bank Account Attributes , description: Supplier Change Bank Account Attributes ,
-
Lookup Type: POS_SBD_USAGE_STATUS_B
12.1.1
product: POS - iSupplier Portal , meaning: Supplier Bank Account Usage Status V2 , description: Supplier Bank Account Usage Status V2 ,
-
Lookup Type: POS_SBD_BYR_MAIN_OPT
12.2.2
product: POS - iSupplier Portal , meaning: Supplier Account Buyer Main View Options , description: Supplier Account Buyer Main View Options ,
-
Lookup Type: POS_SBD_USAGE_STATUS_B
12.2.2
product: POS - iSupplier Portal , meaning: Supplier Bank Account Usage Status V2 , description: Supplier Bank Account Usage Status V2 ,
-
Lookup Type: POS_ONBOARD_STD_PROFILES
12.1.1
product: POS - iSupplier Portal , meaning: POS_ONBOARD_STD_PROFILES , description: POS: Onboard Configuration Profiles ,
-
Lookup Type: POS_SBD_BYR_USAGE_LIST
12.2.2
product: POS - iSupplier Portal , meaning: Supplier Bank Account Uses Drop Down List , description: Supplier Bank Account Uses Drop Down List ,
-
Lookup Type: POS_SBD_BYR_USAGE_LIST
12.1.1
product: POS - iSupplier Portal , meaning: Supplier Bank Account Uses Drop Down List , description: Supplier Bank Account Uses Drop Down List ,
-
Lookup Type: POS_SUP_BANK_ACNT_REQ_STATUS
12.2.2
product: POS - iSupplier Portal , meaning: iSP Supplier Bank Account Request Status , description: Supplier Bank Account Request Status ,
-
Lookup Type: POS_SUP_BANK_ACNT_REQ_STATUS
12.1.1
product: POS - iSupplier Portal , meaning: iSP Supplier Bank Account Request Status , description: Supplier Bank Account Request Status ,
-
Lookup Type: POS_ONBOARD_STD_PROFILES
12.2.2
product: POS - iSupplier Portal , meaning: POS_ONBOARD_STD_PROFILES , description: POS: Onboard Configuration Profiles ,
-
Lookup Type: POS_SBD_USAGE_STATUS
12.2.2
product: POS - iSupplier Portal , meaning: Supplier Bank Account Usage Status , description: Supplier Bank Account Usage Status ,
-
Lookup Type: POS_SBD_USAGE_STATUS
12.1.1
product: POS - iSupplier Portal , meaning: Supplier Bank Account Usage Status , description: Supplier Bank Account Usage Status ,
-
Table: POS_ACNT_GEN_REQ
12.2.2
owner:POS, object_type:TABLE, fnd_design_data:POS.POS_ACNT_GEN_REQ, object_name:POS_ACNT_GEN_REQ, status:VALID, product: POS - iSupplier Portal , description: Table for supplier bank account requests , implementation_dba_data: POS.POS_ACNT_GEN_REQ ,
-
Table: POS_ACNT_ADDR_SUMM_REQ
12.2.2
owner:POS, object_type:TABLE, fnd_design_data:POS.POS_ACNT_ADDR_SUMM_REQ, object_name:POS_ACNT_ADDR_SUMM_REQ, status:VALID, product: POS - iSupplier Portal , description: This table stores the details of supplier bank account and address assignment requests. , implementation_dba_data: POS.POS_ACNT_ADDR_SUMM_REQ ,
-
Table: POS_ACCT_ADDR_REL
12.2.2
owner:POS, object_type:TABLE, fnd_design_data:POS.POS_ACCT_ADDR_REL, object_name:POS_ACCT_ADDR_REL, status:VALID, product: POS - iSupplier Portal , description: Supplier bank account and address assignments , implementation_dba_data: POS.POS_ACCT_ADDR_REL ,
-
Table: POS_ACNT_ADDR_REQ
12.2.2
owner:POS, object_type:TABLE, fnd_design_data:POS.POS_ACNT_ADDR_REQ, object_name:POS_ACNT_ADDR_REQ, status:VALID, product: POS - iSupplier Portal , description: Table for supplier bank account and address assignment requests , implementation_dba_data: POS.POS_ACNT_ADDR_REQ ,
-
Table: POS_SUP_BANK_ACCOUNT_REQUESTS
12.2.2
owner:POS, object_type:TABLE, fnd_design_data:POS.POS_SUP_BANK_ACCOUNT_REQUESTS, object_name:POS_SUP_BANK_ACCOUNT_REQUESTS, status:VALID, product: POS - iSupplier Portal , description: This tables stores supplier bank account requests in release 11.5.10. It is no longer used in release 12. , implementation_dba_data: POS.POS_SUP_BANK_ACCOUNT_REQUESTS ,
-
View: POS_SUP_AP_BANK_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:POS.POS_SUP_AP_BANK_ACCOUNTS_V, object_name:POS_SUP_AP_BANK_ACCOUNTS_V, status:VALID, product: POS - iSupplier Portal , description: An internal view for supplier bank accounts in Oracle Payables , implementation_dba_data: APPS.POS_SUP_AP_BANK_ACCOUNTS_V ,
-
Lookup Type: POS_SPMNTF_EVENT_TYPE
12.1.1
product: POS - iSupplier Portal , meaning: POS Supplier Profile Notification Event Types ,
-
Lookup Type: POS_SPMNTF_EVENT_TYPE
12.2.2
product: POS - iSupplier Portal , meaning: POS Supplier Profile Notification Event Types ,
-
Lookup Type: CREATE_ADDRESS_SITE_TYPE
12.2.2
product: POS - iSupplier Portal , meaning: Create Address from Sites , description: Create Address from Sites ,
-
Lookup Type: CREATE_ADDRESS_SITE_TYPE
12.1.1
product: POS - iSupplier Portal , meaning: Create Address from Sites , description: Create Address from Sites ,
-
Concurrent Program: POSSUPBO
12.2.2
execution_filename: pos_supp_pub_raise_event_pkg.populate_bo_and_save_concur , product: POS - iSupplier Portal , user_name: CreateSuppBO , description: Create Supplier BO , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,