InventoryAccountAliases
Manages alternate names (aliases) for general ledger accounts, simplifying account identification during transactions.
Columns
Name | Type | Description |
DispositionId [KEY] | Long | The unique identifier for the disposition associated with the inventory account alias. This identifier helps categorize inventory transactions based on their purpose, such as scrap, return, or transfer. |
OrganizationId [KEY] | Long | The unique identifier for the organization that owns or manages the inventory account alias. This identifier ensures that account aliases are correctly assigned within the appropriate business unit or warehouse in Oracle SCM. |
OrganizationCode | String | The code representing the organization responsible for the inventory account alias. This code is used for tracking and managing account-based inventory transactions across multiple business units. |
OrganizationName | String | The full name of the organization associated with the inventory account alias. This field provides a user-friendly reference for identifying the responsible entity in financial and inventory records. |
AccountAlias | String | The short, user-defined alias assigned to an inventory account for easier reference and transaction processing. This value streamlines accounting by allowing users to reference accounts with simplified names instead of full account numbers. |
Description | String | A textual description of the inventory account alias. This description provides additional context on its usage and purpose in financial and inventory tracking. |
DistributionAccountId | Long | The unique identifier for the distribution account linked to the inventory account alias. This identifier ensures accurate financial tracking of inventory transactions within the general ledger. |
Account | String | The account number associated with the inventory account alias, used for financial transactions and inventory cost allocation within Oracle SCM. |
StartDate | Date | The date when the inventory account alias becomes active and available for use in inventory and financial transactions. |
EndDate | Date | The date when the inventory account alias is deactivated or expires, ensuring that obsolete aliases are not used in future transactions. |
Finder | String | The lookup reference used to identify and retrieve inventory account alias records within the system. This reference facilitates efficient searching, tracking, and reconciliation of account alias data in Oracle SCM. |