Você está na página 1de 10

How many reporting currencies can be attached to Primary Set of Books?

We can have a total of 8 SOBs (including the Primary SOB). Therefore, we can have 7 Reporting SOB. What are Different types of transactions in AR? There are 7 type of transactions in ARInvoice, Debitmemo, Creditmemo, Chargeback, Deposits, Guarenty, and Bills Recivable. What is the use of lockboxes? AutoLockbox (or Lockbox) is a service that commercial banks offer corporate customers to enable them to outsource their accounts receivable payment processing. An AutoLockbox operation can process millions of transactions a month. AutoLockbox eliminates manual data entry by automatically processing receipts that are sent directly to your bank. You specify how you want this information transmitted and Receivables ensures that the data is valid before creating QuickCash receipt batches. Steps for lock box are : 1. The first step involves reading and formatting data from your bank file into AutoLockbox tables. 2. The second step involves submitting the validation program which checks data in the AutoLockbox tables for compatibility with Receivables. 3. Once data is validated, it is transferred into QuickCash tables. At this point, you can optionally query your receipts in the QuickCash window and change how they will be applied before submitting the final step, 4. Post QuickCash. Submitting Post QuickCash updates your customers balances. What are the interface tables used for ar invoices, customers, receipts for conversion process? Customer interface tables:

Ra_customer_interface

ra_contant_phones_interface ra_customer_banks_interface ra_customer_profiles_interface ra_cust_pay_method_interface Invoice interface tables: ra_interface_lines_all ra_interface_sales_credits ra_interface_distributions Following are the Validation for Autoinvoice:

1- AR Transaction Type Validation : Check if the Transaction type provided in data file is defined in AR transaction types(RA_CUST_TRX_TYPES_ALL)

2- Transaction Batch Source Validation: Check if the source provided in data file is defined in AR transaction Batch source (RA_BATCH_SOURCES_ALL). 3- Invoice Currency Validation: Check if the currency provided in data file is defined in AR Currency (FND_CURRENCIES). 4- Customer Validation: Check if the Bill to Customer Number, Ship to Customer Number, Bill to Custom Location, Ship to Customer Location provided in the data file is defined in AR Customer(ra_customers). 5- Primary Sales Representative Validation: Sales representative number to be hardcode to -3 for No Sales Credit.

6- Term Name : Check if the Term name provided in the data file is defined in Payment terms (RA_TERMS) 7- Validate Sales Credit Type : Sales Credit to hardcode to Quota Sales Credit 8- Inventory Item Validation: Check if the Item provided in data file is defined in Inventory Items (MTL_SYSTEM_ITEMS). 9- Unit of Measurement validation: Check if the UOM provided is defined in MTL_UNITS_OF_MEASURE Table 10- Invoice Tax Code Validation : Check if the Tax Code provided in data file is defined in AR_VAT_TAX_ALL_B Table. 11- Invoice GL Date Validation : Check if the GL Data of provided invoices is in open period.Used ARP_UTIL.IS_GL_DATE_VALID API to validate. Following are the base tableshz_parties hz_cust_accounts hz_cust_acct_sites_all hz_cust_sit_use_all hz_party_sites hz_locations hz_party_site_uses hz_customer_profiles hz_organization_profiles hz_person_profiles What is Auto Invoicing? Explain? Auto Invoicing is a process of Importing Invoice related information from External / Internal Sources.External will be your business Legacy Systems like Main Frame / AS400 or Non Oracle ERP systems like SAP / JDE or From Custom Oracle Applications. The data is placed into Interface tables and from there either from Application or from PL/SQL , you can call Auto Invoice Concurrent request to validate and transfer data into AR Transaction tables. The data from these tables can be seen when queries from Transaction Screens. Auto Invoicing is a process of creating an invoice automatically in AR when a sales order has been shipped and closed. This process is triggered by a concurrent request AUTO INVOICE MASTER PROGRAM. Auto invoicing is used to import the AR invoices direclty into the AR module.

What is AUTO Accounting what are the steps for setting up auto accounting? Auto Accounting is a mechnism for generating defualt accounting flexfields for revenue , receivables, frieght and tax based on the other parameters associated with the invoice you are entering.. since auto accounting looks at the following tables to get the data so please set/define the following depending upon your requirement.

1.Salesrep. 2.Transaction Types. 3.Standard Lines. 4.Taxes. 5.Customer bill-to-site Receivables uses the Auto Accounting rules to determine the GL Accounts that you Enter manually or import using Auto invoice. Receivables creates the Default accounts for the Receivable, revenue, Freight, Tax, Unerned revenue, Finance charges, Unbilled receivables, Bills receivables, and Auto invoice Clearing Accoutns.You need to define these accoutns before you start entering the transactions in AR. However, you can overide these accounts during the Transaction Entry in AR.Setup Autoaccounting:AR>Setup>Transactions>AutoAccountingSelect the Type of the accoutn you wish to define the auto accoutning.In the Segments Block:Choose the segment for which you wish to assign the Auto accounting.Choose the Table Name : Sales Rep, Trxn Type, Site, Std Lines.If you wish to use a Default Constant value, then enter the value in the Constant Field. What are the standard concurent programs for auto invoice interface and customer interfaces? Autoinvoice Import Program for auto invoice program

Customer Interface Master Conc Program > for Customer Interface

AR Complete Cycle (hoping that GL is already implemented)Define Transaction SetupsDefine Receipt and Receipt Application SetupsDefine CustomerCreate an InvoiceCreate a ReceiptApply Receipt to InvoiceReview Customer balances (Collections). The BASIC process of Receivables involves the following: 1. Creation of Customer Invoices.

3. Remittance fo the same to the bank.

How do we segregate debit & credit transactions in Receivables and where we will do it?

Basically the debit and credit transaction are classified by the transaction class. Whether we are defining customer in AR? If it is in AR then how are we placing the order and how the shipment will be done? Customers and the associated information is stored in TCA structure, which is shared across All oracle application modules. If you add a customer in AR, it gets stored TCA underlying tables. When you want to create an Order in Order Management, the customer LOV displays data from Record Group that is created on TCA tables. The basic Oracle ERP data model is the single Data model shared (integrated) by multiple application. The owner of the creation of customer is the AR schema and is shared by other application such as OM. These are usually called as shared entities (Supplier,Partners,Items etc) How To Close Periods In AR? After raising transactions and receiving the RECEIPT amount, transfer the all TRANSATIONS and RECEIPTS to the GENERAL LEDGER. And then only close the PERIOD in AR. Explain about Party and Customer in AR?

Party could be a person or an organization which has no business relation with your entreprise, if you establish a sales relation with a department in a party then that particular department is your customer.
What is Oracle Apps (ERP)? ERP stands for Enterprise Resource Planning. A product of Oracle India Pvt. Ltd. As the name suggests Enterprise Resource Planning...............
Read answer

What are cycles of GL, AP, and AR? In general GL AP and AR consist of: Structure Phase - defines the process flows and configuration for the system and Conduct business process and data mapping workshops..............
Read answer

What is FlexField? Explain types of flexfields? We can assume FlexField as a collection of segments or sub-fields which can be added or removed to modify the structure of the FlexField and does not require any levels of programming..................
Read answer

What are the businesses needs satisfy by the Oracle Applications flexfields? The following businesses needs are served by FlexField: You can query the key fields. Helps in customization of data fields without programming...............
Read answer

What are different types of invoices and what is a recurring invoice? Types of Invoice: Standard Invoice, CreditMemo Invoice, DebitMemo Invoice, Expense Invoice, Recurring Invoice With-hold tax Quick Match and Pre-Payment Invoice.................
Read answer

What is FSG? Explain its uses? FSG stands for financial statement generator. It is powerful reporting engine for clearly define our reporting requirement..................
Read answer

What is MRC? Explain its uses? MRC stands for Multiple Reporting Currencies. It has default currency as US $. And if any organization books with some other currency there comes the requirement of MRC..............
Read answer

Explain how to handle errors in Customer interface We can handle errors by using SQL*Loader, or other import program, to load customer information into the interface tables...............
Read answer

What is the use of CUSTOM Library in Oracle Apps?

The main beneficial use of the custom library is allowing extension to Oracle Application without modification of Oracle Application code................
Read answer

What are User Exits? What are different types of User Exits in Oracle Apps? Explain the types. A user exit is a C subroutine written by user and called by Oracle Forms to do special-purpose processing. Helps the User to exit from the current working environment. Types of User exit:..............
Read answer

What are different types of Journal entries? Journal entries are based on business transaction and correct effect of entries bring apparent balance sheet and profit or loss. The different types of Journal Entries are:................
Read answer

Differentiate between conversions and interfaces As in the general English meaning of conversion means converting from one from to another form and interface means.............
Read answer

What is Data Migration and what is Conversion? Whats the difference between both? Both of the term is used interchangeably. Or just we can say that Data Conversion is set of data migration. Data migration is upgrading what we call but Data conversion..............
Read answer

Differences between Quick Pick and Quick Codes. Quick Pick is variable because it selects values from user-defined tables. Quick Code is static & it selects..............
Read answer

What does 'Unfreezing Rollup Groups' do? Unfreezing rollup group can make changes to the rollup group. After making changes, you have to freeze it again and compile it to get the effect of change............
Read answer

Explain rule based optimization in Oracle Apps More than a decade ago, all Oracle databases used what is now called rule-based optimization, which uses a fixed strategy to optimize a query's results.............
Read answer

Explain the significance of profile option Node Trust Level in Oracle Apps If this profile option is set to some external value against a server, then it signifies that the specific middle tier is External i.e. it will be exposed to the www.............
Read answer

What is the significance of profile option Responsibility Trust Level? The main significance of Responsibility Trust Level is to make a responsibility accessible from an external web tier..............
Read answer

What is the role of Document Manager in Oracle Purchasing? To receive pipeline signal from the application on made request. Document Manager Functionality comes within Oracle Universal Content Management (UCM)...................
Read answer

What are the two mechanisms by which to trace the document manager? Explain them 1. Set the debugging on by using profile option: First Set profile option "Concurrent: Debug Flags" to TCTM1..............
Read answer

How do we enable tracing for the document managers? This can be done by setting profile option Initialization SQL Statement Custom against your username before reproducing the issue................
Read answer

Difference between running Gather Stats and Program Optimizer [RGOPTM] in Oracle General Ledger Former cannot create any indexes but Stats will simply gather the stats against existing tables. But latter can create indexes on GL_CODE_COMBINATIONS...........
Read answer

Use FND Logging. At back Oracles FND Logging uses self reliant transaction to insert records in a table of name fnd_log_messages. For example DECLARE BEGIN fnd_log.STRING(log_level => fnd_log.level_statement ,module => 'xxxx ' || 'pkg/procedurename '. ,message => 'your debug message here'); END ;................
Read answer

How does substitution work in OA Framework? The base of working of Substitution in OA framework depends on the user that has logged into OA Framework. After the user has logged.................
Read answer

Benefits of using Substitution in OA Framework To extend the OA Framework without customization of the underlying code..............
Read answer

How can you import invoices into Oracle Receivables? This can be done in two ways defines below: We can either use AutoInvoice. Which can be possible by populating following table name...............
Read answer

How do you setup a context sensitive flexfield?

To setup a context sensitive flexfield follow these steps: Create a reference field first, second use the created reference field inside Context Field section of DFF Segment screen...............
Read answer

What are the key benefits of forms personalization over custom.pll? Many users can develop form personalization at a given time...............

Você também pode gostar