Default Expenditure Types

The Default Expenditure Types view object manages the default value for an expenditure type for predefined supply chain transactions and business flows that can be integrated with financial projects. The default expenditure type is used if the item involved in the transaction doesn't have its own default expenditure type set.

Data Store Key : FscmTopModelAM.ScmExtractAM.ScmRcsBiccExtractAM.DefaultExpenditureTypesExtractPVO

Primary Keys : ScmTransactionTypeId

Initial Extract Date : CreationDate

Incremental Extract Date : LastUpdateDate

Attributes

This table provides the list of exposed attributes and their descriptions.

Name Description
CreatedBy User who created the row.
CreationDate Date and time of the creation of the row.
ExpenditureTypeId Value that uniquely identifies the expenditure type assigned to the supply chain transaction type. Either this attribute or ExpenditureTypeName is required.
LastUpdateDate Date and time of the last update of the row.
LastUpdateLogin Session login associated to the user who last updated the row.
LastUpdatedBy User who last updated the row.
ObjectVersionNumber Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
ScmTransactionType Type of supply chain transaction. It's a unique value. This attribute is required. Valid values are RCS_PRJ_MATERIAL, RCS_PRJ_WO_HEADER, RCS_PRJ_LABOR_RESOURCE, and RCS_PRJ_NON_LABOR_RESOURCE.
ScmTransactionTypeId Value that uniquely identifies the expenditure type default for a specific supply chain transaction type. It's a primary key that the application generates.