Transaction Types

The Transaction Types view object is the child view object for the Task Types view object. It has the definition for the specific task type. This view object stores all the nontranslatable and translatable attributes of the Transaction Types.

Data Store Key : FscmTopModelAM.ScmExtractAM.FosBiccExtractAM.FosTransactionTypeExtractPVO

Primary Keys : TransactionTypeBPEOTransactionTypeId

Initial Extract Date : TransactionTypeBPEOCreationDate

Incremental Extract Date : TransactionTypeBPEOLastUpdateDate

Attributes

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

Name Description
TransactionTypeBPEOCreatedBy User who created the transaction type.
TransactionTypeBPEOCreationDate Date when the transaction type was created.
TransactionTypeBPEOEnterpriseId Value that identifies the enterprise identifier that's used for multiple tenancy partitioning.
TransactionTypeBPEOFlowType Value that identifies the type of flow. Valid values are contained within the FOS_FLOW_TYPE_FOR_TASK lookup.
TransactionTypeBPEOForwardTransactionType Value that identifies the transaction type of the task type to be used in the forward flow.
TransactionTypeBPEOLastUpdateDate Date when the transaction type was last updated.
TransactionTypeBPEOLastUpdateLogin Session login associated with the user who last updated the transaction type.
TransactionTypeBPEOLastUpdatedBy User who last updated the transaction type.
TransactionTypeBPEOObjectVersionNumber Value that identifies the number of times the transaction type row has been updated.
TransactionTypeBPEOReturnTransactionType Value that identifies the transaction type of the task type to be used in the return flow.
TransactionTypeBPEOSeedDataSource Value that identifies the source of seed data record. A value of BULK_SEED_DATA_SCRIPT indicates that record was bulk loaded. Otherwise, it specifies the name of the seed data file.
TransactionTypeBPEOTaskType Value that identifies the type of task. Valid values are contained within the Task Types view object.
TransactionTypeBPEOTransactionType Value that identifies the transaction type for a given task type.
TransactionTypeBPEOTransactionTypeId Value that uniquely identifies the transaction type. This is the primary key of the Transaction Types view object.
TransactionTypeTLPEOCreatedBy User who created the transaction type translation.
TransactionTypeTLPEOCreationDate Date when the transaction type translation was created.
TransactionTypeTLPEOEnterpriseId Value that identifies the enterprise that's used for multiple tenancy partitioning.
TransactionTypeTLPEOForwardTransactionName Value that identifies the name for the forward transaction type.
TransactionTypeTLPEOLanguage Value that indicates the code of the language into which the contents of the translatable columns are translated.
TransactionTypeTLPEOLastUpdateDate Date when the transaction type translation was last updated.
TransactionTypeTLPEOLastUpdateLogin Session login associated with the user who last updated the transaction type translation.
TransactionTypeTLPEOLastUpdatedBy User who last updated the transaction type translation.
TransactionTypeTLPEOObjectVersionNumber Value that identifies the number of times the transaction type translation row has been updated.
TransactionTypeTLPEOReturnTransactionName Value that identifies the name for the return transaction type.
TransactionTypeTLPEOSeedDataSource Value that identifies the source of seed data record. A value of BULK_SEED_DATA_SCRIPT indicates that record was bulk loaded. Otherwise, it specifies the name of the seed data file.
TransactionTypeTLPEOSourceLang Value that identifies the code of the language in which the contents of the translatable columns were originally created.
TransactionTypeTLPEOTransactionName Value that identifies the name for transaction type.
TransactionTypeTLPEOTransactionTypeId Value that uniquely identifies the transaction types translation. This is the primary key of the Transaction Types Translation view object. This is the reference from FOS_TRANSACTION_TYPE_B.TRANSACTION_TYPE_ID.