nerdexam
Oracle

1Z0-900 · Question #131

You need to load on-hand balances for go live. Which template should be used for this?

The correct answer is C. InventoryTransactionImportTemplate.xlsm. Loading on-hand balances for go-live is handled through inventory transactions because the system builds on-hand quantities by processing transaction records - a receipt-type transaction effectively establishes the opening balance. The InventoryTransactionImportTemplate.xlsm…

Use Batch API in Java EE 7 Applications

Question

You need to load on-hand balances for go live. Which template should be used for this?

Options

  • AInventoryBalanceImportTemplate.xlsm
  • BInventoryReservationImportTemplate.xlsm
  • CInventoryTransactionImportTemplate.xlsm
  • DInventoryOnHandBalanceTemplate.xlsm

How the community answered

(36 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    89% (32)
  • D
    3% (1)

Explanation

Loading on-hand balances for go-live is handled through inventory transactions because the system builds on-hand quantities by processing transaction records - a receipt-type transaction effectively establishes the opening balance. The InventoryTransactionImportTemplate.xlsm (C) is the correct template precisely because it supports this mechanism.

Why the distractors are wrong:

  • A (InventoryBalanceImportTemplate) - This template name does not correspond to a standard template for this purpose; it's a plausible-sounding distractor.
  • B (InventoryReservationImportTemplate) - Reservations are allocations against existing stock, not a method for establishing opening balances.
  • D (InventoryOnHandBalanceTemplate) - The most tempting wrong answer because the name matches the task description, but this is not the actual standard template used; the system loads balances via transactions, not a direct "on-hand" import.

Memory tip: Think of it this way - the system doesn't accept a balance, it calculates one. Since a balance is the result of transactions, you must import transactions to create it. When you see "go-live on-hand balance," translate it mentally to "opening inventory transactions."

Topics

#inventory management#data import templates#on-hand balances#go-live

Community Discussion

No community discussion yet for this question.

Full 1Z0-900 Practice