In a Cloud Order Management implementation, a customer has order capture and fulfillment systems located across the globe. The customer would like to ensure that the time zone is reflected in each transaction based on the location of the entity. What step is required in order to achieve this business requirement?
Your company wants a category of goods to be globally sourced for certain regions in Europe. After setting up the sourcing rules, you attempt to assign them by using the Category and Region option, but the category is not on the list of values. What is the problem?
Correct Answer: B
Question 28
Configurator rules are created by writing statements in Constraint Definition Language (CDL). Which three are valid CDL classes?
Correct Answer: A,C,E
Constraint Definition Language (CDL) is a language that you use to create configurator rules in Oracle Configurator. Configurator rules are statements that define the logic and behavior of a configurable product model. CDL classes are categories of configurator rules that have different purposes and syntax. The valid CDL classes are: * Default: A rule that assigns a default value to an item attribute or a component quantity when the configuration session starts. * Constraints: A rule that restricts the values that can be assigned to an item attribute or a component quantity based on conditions. * Compatibilities: A rule that specifies the compatibility or incompatibility between two or more items, attributes, or quantities. : Overview of Configurator Rules Constraint Definition Language Reference Guide
Question 29
Which three statements about Managerial Accounting are correct?
Correct Answer: A,C,D
* A is correct because cost method is the way of valuing inventory and cost of goods sold. Cost method can be defined at different levels of granularity, such as item category, item, or lot.This allows for more flexibility and accuracy in cost accounting1 * B is incorrect because a cost organization must have a primary cost book associated with the primary ledger. A cost book is a set of cost accounting policies and valuation structures that determine how inventory transactions are accounted for.A cost organization can have multiple cost books, but one of them must be primary2 * C is correct because Supply Chain Orchestration is the application that coordinates and executes the fulfillment of sales orders across multiple sources and systems. Supply Chain Orchestration automatically selects the appropriate orchestration process based on user-defined subledger accounting rules when a supply creation is initiated.Subledger accounting rules define how transactions are accounted for in the general ledger3 * D is correct because Landed Cost Management is the application that enables organizations to capture, track, and allocate the actual costs associated with acquiring items from suppliers. Landed cost includes not only the purchase price, but also other charges such as freight, insurance, taxes, and duties. Landed Cost Management gives organizations financial visibility into their extended supply chain costs and helps them optimize their sourcing and pricing decisions. * E is incorrect because Receipt Accounting is not the application that performs the accrual accounting for all types of receipts. Receipt Accounting is the application that performs the accrual accounting for purchase order receipts, return to supplier transactions, and inventory adjustments. Other types of receipts, such as sales order receipts, are accounted for by other applications, such as Receivables. : 1: Cost Methods2: Cost Organizations and Cost Books3: Supply Chain Orchestration : Landed Cost Management : Receipt Accounting
Question 30
In Configurator Cloud, which response best defines an Explicit statement within Constraint Definition Language?
Correct Answer: C
Constraint Definition Language (CDL) is a language that you use to create configurator rules in Configurator Cloud. CDL supports two types of statements: explicit and implicit. An explicit statement is a type of statement that specifies the exact nodes and attributes that participate in the rule, and limits the scope of the rule to those nodes and attributes and the model that contains them.An explicit statement uses the dot (.) notation to identify the location of the nodes and attributes in the model structure1. For example, the following rule is an explicit statement: Model1.Feature1.Option1 IMPLIES Model1.Feature2.Option2 This rule means that if Option1 of Feature1 is selected in Model1, then Option2 of Feature2 must also be selected in Model1. The rule only applies to Model1 and its nodes and attributes. : Overview of Constraint Definition Language