Using standard functionality, how do you prevent a user from manually adding or removing rows in an array set?
A. by hiding the control attribute and marking it as a forced set
B. by using CSS to hide icons
C. by hiding the control attribute
D. by selecting the "Disable user override" property on the configurable array set editor page
How do you modify a specific user's access (grant access or remove access) to Product Families, Supported Product Families, and Data Table folders?
A. For each Product Family or Data table folder affected, click the Modify tab for that item and then select or deselect the check boxes related to the users you want to grant access to or remove access from for this Product Family or Data Table folder.
B. Click the Group name on the Group Administration List page that has this user as a member, click the Access Permissions tab, select or deselect the check boxes related to the items you want to grant access to or remove access from for this user.
C. Use the Navigation Menus item on the Administration home page to grant or remove access to specific Product Families or Data Table folders for the user.
D. Go to the Product Family definition or the Data Table folder properties for which you want to grant or remove access, click the Access Permissions tab, select or deselect the check boxes related to the users you want to grant access to or remove access from for this Product Family or Data Table folder.
E. Click the user's name on the User Administration List page to edit the user, click the Access Permissions tab, select or deselect the check boxes related to the items you want to grant access to or remove access from for this user.
Given the following code:
strArr1 = string[]{"1", "2", "3"};
strArr2 = __________________________;
return strArr2;
Which one of the following statements, when placed in the blank space, will give strArr2 a value of "123"?
A. join(strArr1, "")
B. combine(strArr1, "")
C. join(strArr1, " ")
D. combine("", strArr1)
Select two statements that are true about Test Script found in a function debugger. (Choose two.)
A. Test Script describes the various functions used in BML
B. Test Script is template of how the BML function should be written
C. Test Script provides a way to test a BML Library function when array type attributes are input parameters
D. Test Scripts can be used to compute multiple iterations of the library functions and print each
Your client has requested that you set up gapless numbering for its invoices. In your testing, you realized that the numbers for deleted invoices were missing from the sequence. How would you prevent that problem?
A. Reuse deleted invoice numbers.
B. Do not allow deletion of invoices.
C. Create a custom report listing deleted invoice numbers.
D. Select Show Deleted Invoice Numbers in your system options.
There are several setup steps for receipts in Oracle Receivables; some are required whereas others are optional. Which two setup steps are optional? (Choose two.)
A. Define receipt classes.
B. Define receipt methods.
C. Define receipt sources.
D. Define AutoCash rule sets.
E. Define application rule sets.
Your client occasionally charges sales tax erroneously to some customers. The client's current process involves manually issuing a credit memo to correct the customer's account. Customers routinely deduct the sales tax from the invoice before paying. Identify two steps that can help simplify the clients current process. (Choose two.)
A. Set up AutoAccounting.
B. Set up adjustment approval limits.
C. Set up transaction type for tax adjustment.
D. Select the TAX: Allow Override of Tax Code profile option.
E. Define receivables activity of adjustment with tax accounting distribution.
F. Define receivables activity of miscellaneous cash with tax accounting distribution.
Which two statements are true about invoicing rules and accounting rules? (Choose two.)
A. If a transaction has an invoicing rule, an accounting rule is optional.
B. If a transaction has an invoicing rule, an accounting rule is not allowed.
C. If a transaction has an invoicing rule, an accounting rule is also required.
D. Invoicing rules and accounting rules have no effect until invoices are paid.
E. Invoicing rules and accounting rules have no effect unless you choose the accrual method of accounting.
F. Invoicing rules determine when invoices are due. Accounting rules affect how invoices are accounted for.
After registering new data sources, you must complete your Bill Presentment Architecture by creating database views. How many database views can you create for each data source?
A. One
B. Nine
C. Three
D. Unlimited
Which three statements are true about AutoInvoice? (Choose three.)
A. It determines the General Ledger (GL) accounts by using AutoAccounting.
B. It imports invoices that have only transaction types that are of the "imported" transaction class.
C. It determines the GL accounts from the rows in the RA_INTERFACE_DISTRIBUTIONS_ALL table.
D. It determines whether the invoices should have open or closed status on the basis of the line amounts.
E. It uses the AutoInvoice clearing account if it cannot determine the Receivables account by using AutoAccounting.
F. It uses the AutoInvoice clearing account if the price multiplied by quantity does not equal the total amount for a line.
Which two statements are true regarding partitioning of data by an application? (Choose two.)
A. General Ledger is partitioned by Ledgers.
B. Accounts Payable is partitioned by Ledgers.
C. Fixed Assets are partitioned by Operating Unit.
D. Accounts Receivable is partitioned by Operating Unit.
E. Order Management is partitioned by Inventory Organization.
Which two statements are true regarding ownership of shared entities? (Choose two.)
A. Items is owned by Oracle Purchasing, whereas Locations is owned by Oracle Receivables.
B. Suppliers is owned by Oracle Purchasing, whereas Units of Measure is owned by Oracle Inventory.
C. Ledger is owned by Oracle General Ledger, whereas Locations is owned by Oracle Human Resources.
D. Customers is owned by Oracle Human Resources, whereas Locations is owned by Oracle Receivables.
E. Sales Force is owned by Oracle Order Management, whereas Employees is owned by Oracle Human Resources.
Select two steps that are NOT elements of creating a Financial Statement Generator (FSG) report in Oracle General Ledger (Choose two.)
A. Attach the fiscal calendar.
B. Define rows and columns.
C. Build a report by using rows and columns.
D. Specify the default ledger for ledger sets.
E. Determine which rows and columns make up your report.
Scott, the CFO at ABC Company in the USA, wants to present the annual income statement to the board or directors of the company. ABC Company engages in many exports and import activities and follows the policy to revalue all its transactions in foreign currency with the current market rates. Scott requests George, the head accountant of the company, to revalue all foreign currency transactions done during the year.
Select two prerequisites that George must comply with to ensure that the revaluation is done as desired. (Choose two.)
A. Define accounts for realized gains and realized losses.
B. Define accounts for unrealized gains and unrealized losses.
C. Define the weights for each currency used for doing transactions.
D. Define a batch under which the revaluation journals would be stored.
E. Define a revaluation rate for each currency for each period or date for which the revaluation must be run.
Identify three true statements regarding Multiple Organization reporting. (Choose three.)
A. Cross Organization reports and multiple Organization reports are the same.
B. Cross Organization reports can be submitted for a Reporting Level of Ledger.
C. Multiple Organization reports can be submitted for a Reporting Level of Ledger.
D. Multiple Organization reports produce outputs for different Operating Units one at a time from a single responsibility.
E. Cross Organization reports produce outputs across different Operating Units in a single report from a single responsibility.
F. Multiple Organization reports produce outputs for different Operating Units in a single report output from a single responsibility.