CostingActivity
For Dual Cycle accounting applications, ACTIVITY is used to communicate the details of the activities in the Manufacturing Application that caused the entries in the Journal
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: CostingActivityType
Properties: Global, Qualified, ID: oagis-id-29dba0f504314caaba7343974fad057e
Content
- Sequence [1..1]
- GLEntityID [0..1] A G/L entity is the smallest organizational unit for which individual financial statements must be drawn up according to relevant commercial law. It is normally the primary balancing segment of the GL Account structure. Typically, this is the owning entity for the transaction. Synonyms are Business Unit, Fund, G/L Company, Joint Venture, Non-Profit Association Name
- DocumentDateTime [0..1] The date that document was created within the system of record.
- LastModificationDateTime [0..1] The datetime on which the object was last modified
- ActivityDateTime [0..1] This is the date the activity was recorded
- SourceActivity [0..*]
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The Extension is always the last element in all components, except where the component has been extended inline.
from type IdentificationTypefrom type CostingActivityBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type CancelAcknowledgeCostingActivityDataAreaType (Element DataArea)
- Type CancelCostingActivityDataAreaType (Element DataArea)
- Type ChangeAcknowledgeCostingActivityDataAreaType (Element DataArea)
- Type ChangeCostingActivityDataAreaType (Element DataArea)
- Type GetCostingActivityDataAreaType (Element DataArea)
- Type LoadCostingActivityDataAreaType (Element DataArea)
- Type LoadResponseCostingActivityDataAreaType (Element DataArea)
- Type NotifyCostingActivityDataAreaType (Element DataArea)
- Type PostAcknowledgeCostingActivityDataAreaType (Element DataArea)
- Type PostCostingActivityDataAreaType (Element DataArea)
- Type ShowCostingActivityDataAreaType (Element DataArea)
Sample instance
<CostingActivity> <ID/> <IDSet> <ID/> </IDSet> <GLEntityID>normalizedString</GLEntityID> <DocumentDateTime></DocumentDateTime> <LastModificationDateTime></LastModificationDateTime> <ActivityDateTime></ActivityDateTime> <SourceActivity> <ID/> <IDSet> <ID/> </IDSet> <CostCenterID>normalizedString</CostCenterID> <ProfitCenterID>normalizedString</ProfitCenterID> <ProjectReference> <ID/> <IDSet>... </IDSet> <ResourceCodes>... </ResourceCodes> <Description/> <Amount/> <Location>... </Location> <TimePeriod>.................. </TimePeriod> <ActivityID>normalizedString</ActivityID> <Extension>....................................... </Extension> </ProjectReference> <Item> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <ItemIDSet>... </ItemIDSet> <CustomerItemIdentification>... </CustomerItemIdentification> <ManufacturerItemIdentification>... </ManufacturerItemIdentification> <SupplierItemIdentification>... </SupplierItemIdentification> <UPCID>normalizedString</UPCID> <EPCID>normalizedString</EPCID> <GTINID>normalizedString</GTINID> <Description/> <Note/> <Classification>... </Classification> <Specification>... </Specification> <HazardousMaterial>... </HazardousMaterial> <Packaging>... </Packaging> <Dimensions>... </Dimensions> <ExportControl>... </ExportControl> <HarmonizedTariff>... </HarmonizedTariff> <Trademark>... </Trademark> <DocumentReference>... </DocumentReference> <Attachment>... </Attachment> <CountryOfOriginCode>token</CountryOfOriginCode> <RFID>normalizedString</RFID> <SerialNumberID>normalizedString</SerialNumberID> <Lot>... </Lot> <Extension>....................................... </Extension> </Item> <SalesOrderReference> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <DocumentIDSet>... </DocumentIDSet> <DocumentDateTime></DocumentDateTime> <Description/> <Note/> <Status>... </Status> <LineNumberID/> <LineIDSet>... </LineIDSet> <ReleaseNumberID>normalizedString</ReleaseNumberID> <ScheduleLineNumberID>normalizedString</ScheduleLineNumberID> <SubLineNumberID>normalizedString</SubLineNumberID> <OrderQuantity>1.0</OrderQuantity> <Extension>....................................... </Extension> </SalesOrderReference> <ActualActivity> <ID/> <IDSet>... </IDSet> <CostCenterID>normalizedString</CostCenterID> <ProfitCenterID>normalizedString</ProfitCenterID> <ProjectReference>... </ProjectReference> <Item>... </Item> <Quantity/> <SalesOrderReference>... </SalesOrderReference> <Description/> <Note/> <DocumentReference>... </DocumentReference> <Attachment>... </Attachment> <Extension>....................................... </Extension> </ActualActivity> <Description/> <Note/> <DocumentReference> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <DocumentIDSet>... </DocumentIDSet> <DocumentDateTime></DocumentDateTime> <Description/> <Note/> <Status>... </Status> <LineNumberID/> <LineIDSet>... </LineIDSet> <Extension>....................................... </Extension> </DocumentReference> <Attachment> <ID/> <IDSet>... </IDSet> <EmbeddedDataBinaryObject/> <URI>normalizedString</URI> <ISBN>normalizedString</ISBN> <FileName/> <DocumentDateTime></DocumentDateTime> <Description/> <Note/> <FileTypeCode>normalizedString</FileTypeCode> <FileSizeQuantity>1.0</FileSizeQuantity> <Title/> <Extension>....................................... </Extension> </Attachment> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </SourceActivity> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </CostingActivity>