Skip to main content

Oracle E-Business Suite General

Oracle E-Business Suite General

Oracle E-Business Suite Interview Questions
What is meant by "Child Segment Value"?A detail-level segment value that is part of a parent segment value.
What is meant by a "Child Request"?A concurrent request submitted by another concurrent request (a parent request.) For example, each of the reports and/or programs in…
What is meant by a "Combination Block"?A combination block displays the fields of a record in both multi-record (summary) and single-record (detail) formats. Each format appears…
Explain the term "Concurrent Manager" and its main usage.A unique facility that manages many time-consuming, non-interactive tasks within Oracle Applications for you, so you do not have to…
What is meant by a "Concurrent Request"?A non-interactive task that you request Oracle Applications to complete. Each time you submit a non-interactive task, you create a…
What is "Concurrent Processing"?Allows a single processor to switch back and forth between different programs.
What is meant by a "Concurrent Queue"?A list of concurrent requests awaiting completion by a concurrent manager. Each concurrent manager has a queue of requests waiting…
What is a "Content Set"?A report component you build within Oracle Applications that defines the information in each report and the printing sequence of…
What is a "Context Sensitive Segment"?A descriptive flexfield segment that appears in a second pop-up window when you enter a response to your context field…
What is a "Control File" and where do you use it?A file used by SQL*Loader to map the data in your bank file to tables and columns in the Oracle7…
What is meant by a "Dependent Segment"? Explain with an example.An account segment in which the available values depend on values entered in a previous segment, called the independent segment.…
What is "Descriptive Flexfield", and why is it required?A field that your organization can extend to capture extra information not otherwise tracked by Oracle Applications. A descriptive flexfield…
What is a "Distribution List" in Oracle Alerts?A distribution list is a set of mail names to whom Oracle Alert sends a message when it finds an…
What is a "Distribution Set"?A predefined group of general ledger accounting codes that would determine the debit accounts for other receipt payments. Oracle Applications…
What is "Document Sequence" in Oracle Applications and why is it used?Used to uniquely number documents created by Oracle Applications. A Document Sequence has a sequence name, initial value and a…
What are "Document Sets" in Oracle Shipping?A grouping of shipping documents that you can run from the Confirm Shipments form.
What is "Document Sequence" in Oracle Applications and why is it used?Used to uniquely number documents created by Oracle Applications. A Document Sequence has a sequence name, initial value and a…
What are "Document Sets" in Oracle Shipping?A grouping of shipping documents that you can run from the Confirm Shipments form.
What is "Dynamic Distribution" in Oracle Alerts?A distribution that includes at least one recipient whose electronic mail ID is represented by an alert output. Oracle Alert…
Describe the term “account combination”.A unique combination of segment values that records accounting transactions. A typical account combination contains the following segments: company, division,…
What is meant by an “accounting currency”?In some financial contexts, a term used to refer to the currency in which accounting data is maintained. In this…
What is meant by an “accounting transaction”?A debit or credit to a general ledger account.
Explain the term "Concurrent Request".A request to Oracle Applications to complete a non-interactive task for you. You issue a request whenever you submit a…
what are “commitment transactions”? give one example of a commitment transaction that gets reported in oracle projects.Anticipated project costs for which procurement documents or invoices have been issued, but goods or services have not been received.…

Comments

Popular posts from this blog

Oracle Subledger Accounting (SLA) Tables, Views

Oracle Subledger Accounting (SLA) Tables, Views Oracle Subledger Accounting Tables: TABLE NAME DESCRIPTION XLA_AAD_GROUPS The XLA_AAD_GROUPS table stores the merge dependencies analyzed during the merge analysis.  All application accounting definitions with the same GROUP_NUM must be merged together. XLA_AAD_HDR_ACCT_ATTRS The XLA_AAD_HDR_ACCT_ATTRS stores standard, system and custom sources assigned to an accounting attribute at the AAD level. XLA_AAD_HEADER_AC_ASSGNS Store the analytical criteria for the application accounting definitions. XLA_AAD_LINE_DEFN_ASSGNS This table stores the journal lines definitions for the application accounting definitions. XLA_AAD_LOADER_DEFNS_T The XLA_AAD_LOADER_DEFNS_T table is the interface table that facilitates the data transfer from data files and the database. XLA_AAD_LOADER_LOGS The XLA_AAD_LOADER_LOGS table stores the errors and logs generated by the application accounting definitions loader. XLA_AAD_SOURCES XLA_AAD_SOURCES table stores a...

Oracle Fusion Cloud: Supplier Import Process using File Based Data Import (FBDI)

 Supplier Data Migration or Upload to Oracle Fusion environment File-Based Data Import for Oracle Procurement Cloud Supplier import in oracle fusion   In this post , We will discuss about Supplier import in oracle fusion. Oracle has provided the FBDI tool to import suppliers from External  Source  to the Oracle fusion. Supplier Import in Oracle fusion we first need to  Download  the Supplier Import FDBI  templates  given by the Oracle fusion to import suppliers. Oracle has given 5 Different FBDI templates to Import supplier in Fusion. Here in this post , I will share the Complete steps for Supplier import in oracle fusion. You can refer this post for Supplier Import.   Steps for Supplier import in oracle fusion     Step1- First we need to download Supplier Data  Template  from Oracle Repository. Go to this path for Oracle Repository. ( select Based on your Cloud version) https://docs.oracle.com/en/...

Number to Word conversion in RTF

<?xdofx: expression ?> for extended SQL functions <?xdoxslt: expression ?> for extended XSL functions. You cannot mix xdofx statements with XSL expressions in the same context This function enables the conversion of numbers to words for RTF template output. This is a common requirement for check printing. The new function is “to_check_number”. The syntax of this function is <?xdofx:to_check_number(amount, precisionOrCurrency, caseType, decimalStyle)?> The following table describes the function attributes:   Attribute Description Valid Value amount The number to be transformed. Any number precisionOrCurrency For this attribute you can specify either the precision, which is the number of digits after the decimal point; or the currency code, which will govern the number of digits after the decimal point. The currency code does not generate a currency symbol in the output. An integer, such as 2; or a currency code, such as ‘USD’. caseType The case type of th...