Journal Import Requirements and Technical Guidance

Total Page:16

File Type:pdf, Size:1020Kb

Journal Import Requirements and Technical Guidance Journal Import Requirements and Technical Guidance Document Purpose The purpose of this document is to provide technical requirements information regarding the Journal Import process for those involved in the remediation of systems impacted by Workday Release 4 functionality. Prior to Workday Release 4 in July 2017, journal import utilizes the Journal Staging Area (JSA). This document provides information about the design that will be used to replace the JSA process of uploading files into Oracle with the new process for loading files into Workday. The process covers both non-Internal Service Provider (non-ISP) and Internal Service Provider (ISP) Journal Imports. Process Due to the large number of JSA sources, one of the guiding principles for the new Journal Import process has been that the overall process should feel familiar and require minimal training for end-users. In order to accomplish this goal, the design(s) utilizes the existing Managed File Transfer (MFT) source directories; the file formats, while different, utilize a file format that contains a Header (GLH) record and multiple Detail (GLD) records. The formats can be viewed in the template file - ISP and non-ISP journal file layouts. The designers of the process are aware that there are use cases that will require some sources to submit both JSA files to be routed to EBS at the same time that they are submitting Journal Import files to be imported into Workday. This use case is very constrained and will only last for a very short period of time. If you think this may apply to you, the team would like to hear from you. The expectation is that if you are today using JSA, you will need to remediate your system to use the new Journal Import process. The file naming conventions listed below ensures that the Oracle EBS and Workday processes remain discrete and that files are routed to the appropriate target system. If your use case requires creation of files to be sent to both target systems, please note that nothing in the Oracle EBS JSA process will change, and that all file names, etc. will remain the same. Please also note that this does not mean that you can continue to process JSA files indefinitely and thereby avoid cutting over to the new Journal Import process. The following information pertains to the new Journal import process. • The Journal Import file name will have four (4) fields separated by underscores (“_”), plus a file extension o Format: <Source>_<Date>_<SourceType>_<File Sequence>.<Extension> . <Source> - The file name must contain the name of the source; the “SOURCE” name in the name of the file MUST MATCH the name of the directory in which the source will place its files . <Date> - The file name will include the date in the format YYYYMMDD; The date should pad months and days with 0 when applicable (1-9) . <SourceType> - The file name must have either “ISP” or “NSP” depending on whether the Source is or is not an ISP . <File Sequence> - The file name must then have a sequence number, starting with the number 0001 (one). This will allow users and systems to submit multiple files per day; each day the sequence restarts at one (“0001”) This document is intended for technical audiences focused on remediation of systems impacted by Release 4 functionality of Workday 1 . <Extension> - The file extension will be .txt o Example: YDARCY_20170405_NSP_0001.txt • The schedule will import the files every 8:00AM, Noon, and 5:30PM – Monday through Friday Directory • The process will use the same Source directories that are used by the legacy Journal Staging Area Process; users/system owners will use the same location currently used o During the period from go-live in July 2017 to about November 2017 when the final Fiscal year close occurs, users/systems may need to submit journals both to EBS JSA and to Workday Journals Import. The file naming convention will insure that both kinds of files can be submitted without issue File Attributes • The file will be created as a Tab-delimited file (as it is in the legacy process); the file submitted will be based on any one of multiple templates for different use cases (ISP and non-ISP journal file layouts) • The template contains headings or field/column names. When a file is created, either through automation or though manually saving the appropriate template, it must be saved as Tab- delimited and the headings/column labels must be removed. This follows from the current process and file format • The “SOURCE” name in the file name MUST MATCH the name of the directory in which you place the file. This is your MFT source directory • The file must not contain more than 10,000 GLD (detail) records. This is a Workday limitation and cannot be extended • Though any given Journal may not exceed 10,000 GLD records, it is acceptable to send a single file with multiple Journals. This would be characterized as a file that has multiple GLH records, followed by the GLH records pertaining to that GLH record. However, any one Journal in the file may not exceed 10,000 GLD records. The only other limit is that file size must not exceed 1 Gigabyte • The Journal Source name must be placed on the header (GLH) record in “Journal Source” attribute • The Journal “name” must be placed on the GLH record in the attribute called “Accounting Journal ID.” This attribute will be the concatenation of the file name and an additional sequence number representing the journal counter. This will allow for single or multiple journals per file. The format of the Accounting Journal ID will be: o <Source>_<Date>_<SourceType>_<File Sequence>_<Journal Sequence> o The source systems or users that need to create multiple journals per file are responsible for generating this sequence number and placing the sequenced strings in the multiple GLH “Accounting Journal ID” fields o When a file contains only one Journal, the Journal Sequence is still a required part of the Accounting Journal ID attribute Validations This document is intended for technical audiences focused on remediation of systems impacted by Release 4 functionality of Workday 2 Generally, there will be two types of validations: 1. Validations performed prior to import o These validations will be referred to as “Pre-Load Validations” and will be performed prior to invoking the import of the Journal(s) 2. Validations performed as a part of the import o These validations will be referred to as Workday Validations • The flow of validations and errors will be as follows: o If a file fails Pre-Load Validations, it will be rejected, and will not be loaded into Workday; appropriate error reporting will be performed to inform users of the erroneous submission. Details of that reporting are documented in subsequent sections o When a file fails Pre-Load Validations, the system owner or user will need to correct the errors, regenerate a file and upload that file to the appropriate MFT location o If a file passes Pre-Load Validation, it will be loaded into Workday. At this point, the data in the file will be transformed, submitted and will become subject to Workday Validations (validations built into Workday) for Journal Import o If any data in the file fails Workday Validations, it will likely be the result of issues with the COA segments. In that case, the file will be imported into Workday, with errors. o In the event of either data issues or success, an error report will be created and placed in the appropriate location. Details follow in the detailed specification o If there are data issues, the system owner/user will be responsible for reviewing the Journal(s) in Workday and correcting the errors o In the event that there are too many errors to be corrected efficiently, the system owner/user will have the ability to cancel the Journal(s), correct the issues in their source system, and resubmit a file using the next file sequence number Detailed Pre-load Validation Requirements • Pre-Load Validations - o Duplicate Journal Name – The Accounting Journal ID in the header record(s) of the template; this Accounting Journal ID will be the filename of the current file concatenated with a journal sequence; the integration will look at the first six characters of that Reference ID and insure that it matches the SOURCE segment from the Accounting Journal ID . The purpose of this requirement is to insure that the file source represented in the header actually matches the source from which it came o Empty Submission – validate that the document is not null/empty o Control Totals – The Control Total on the header must match total credits and total debits in the file o Required Fields – Validate that required fields are present and filled – these include . Company . Debit or Credit populated on all lines . Debit or Credit precision to two decimals . Date Fields are correctly formatted . COA present and valid; COA Validation must be performed for each of the Journal Lines o If there are any failures of these Pre-Load Validations, the Workday integration will rename the existing Source file on the MFT as “.bad” . Source File Name Format: <Source>_<Date>_<SourceType>_<Date>_<Sequence>.bad This document is intended for technical audiences focused on remediation of systems impacted by Release 4 functionality of Workday 3 . Example: A file named YDARCY_20140405_NSP_0001.process will become YDARCY_20140405_NSP_0001.bad o If there are any failures of these Pre-Load Validations, the Workday integration will create and deliver an HTML Error Report(s) to MFT that indicates the error that triggered the failure for the source file, e.g., Control Totals do not match .
Recommended publications
  • Sequence Listings Webinar Suzannah K. Sundby Carl Oppedahl
    Suzannah K. Sundby Canady + Lortz LLP Sequence Listings Webinar January 9, 2018 – Updated Version Carl Oppedahl Oppedahl Patent Law Firm LLC DISCLAIMER These materials and views expressed today reflect only the personal views of the author and do not necessarily represent the views of other members and clients of the author’s organizations. These materials are public information and have been prepared solely for educational purposes to contribute to the understanding of U.S. intellectual property law. While every attempt was made to ensure that these materials are accurate, errors or omissions may be contained therein, for which any liability is disclaimed. These materials and views are not a source of legal advice and do not establish any form of attorney-client relationship with the authors and their law firms. Why are some sequence errors not identified by Checker? Is “SEQ ID NO” required before sequences in Specifications? Do you recommend using the PatentIn Software? How do you correct sequence listing errors in PCTs? What about the new WIPO ST.26 Standard? Is Checker worthwhile? How can I easily edit sequence listings generated by others? Can I use other software to generate sequence listings? How do I file sequence listings using EFS-Web and ePCT? How long does it take the USPTO to review and approve? Any risk TYFNIL of using certain sequence descriptors? Help! IT locked down my computer… what do I do? Any sequence listing tips? Why Practitioners Should Know and Do Usually lack of time to send to outside vendors Last minute changes to applications (apps) containing sequences (seqs) Particularly, changes to claims Not hostage to staff/vendors, overtime, etc.
    [Show full text]
  • BEA TUXEDO Reference Manual Section 5 - File Formats and Data Descriptions
    BEA TUXEDO Reference Manual Section 5 - File Formats and Data Descriptions BEA TUXEDO Release 6.5 Document Edition 6.5 February 1999 Copyright Copyright © 1999 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software and documentation is subject to and made available only pursuant to the terms of the BEA Systems License Agreement and may be used or copied only in accordance with the terms of that agreement. It is against the law to copy the software except as specifically allowed in the agreement. This document may not, in whole or in part, be copied photocopied, reproduced, translated, or reduced to any electronic medium or machine readable form without prior consent, in writing, from BEA Systems, Inc. Use, duplication or disclosure by the U.S. Government is subject to restrictions set forth in the BEA Systems License Agreement and in subparagraph (c)(1) of the Commercial Computer Software-Restricted Rights Clause at FAR 52.227-19; subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013, subparagraph (d) of the Commercial Computer Software--Licensing clause at NASA FAR supplement 16-52.227-86; or their equivalent. Information in this document is subject to change without notice and does not represent a commitment on the part of BEA Systems. THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. FURTHER, BEA Systems DOES NOT WARRANT, GUARANTEE, OR MAKE ANY REPRESENTATIONS REGARDING THE USE, OR THE RESULTS OF THE USE, OF THE SOFTWARE OR WRITTEN MATERIAL IN TERMS OF CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE.
    [Show full text]
  • The AWK Programming Language
    The Programming ~" ·. Language PolyAWK- The Toolbox Language· Auru:o V. AHo BRIAN W.I<ERNIGHAN PETER J. WEINBERGER TheAWK4 Programming~ Language TheAWI(. Programming~ Language ALFRED V. AHo BRIAN w. KERNIGHAN PETER J. WEINBERGER AT& T Bell Laboratories Murray Hill, New Jersey A ADDISON-WESLEY•• PUBLISHING COMPANY Reading, Massachusetts • Menlo Park, California • New York Don Mills, Ontario • Wokingham, England • Amsterdam • Bonn Sydney • Singapore • Tokyo • Madrid • Bogota Santiago • San Juan This book is in the Addison-Wesley Series in Computer Science Michael A. Harrison Consulting Editor Library of Congress Cataloging-in-Publication Data Aho, Alfred V. The AWK programming language. Includes index. I. AWK (Computer program language) I. Kernighan, Brian W. II. Weinberger, Peter J. III. Title. QA76.73.A95A35 1988 005.13'3 87-17566 ISBN 0-201-07981-X This book was typeset in Times Roman and Courier by the authors, using an Autologic APS-5 phototypesetter and a DEC VAX 8550 running the 9th Edition of the UNIX~ operating system. -~- ATs.T Copyright c 1988 by Bell Telephone Laboratories, Incorporated. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopy­ ing, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Published simultaneously in Canada. UNIX is a registered trademark of AT&T. DEFGHIJ-AL-898 PREFACE Computer users spend a lot of time doing simple, mechanical data manipula­ tion - changing the format of data, checking its validity, finding items with some property, adding up numbers, printing reports, and the like.
    [Show full text]
  • IBM VM/370 (Ems) Terminal User's Guide for FORTRAN IV Program Product Program Products
    SC28-6891-1 IBM VM/370 (eMS) Terminal User's Guide for FORTRAN IV Program Product Program Products Program Numbers 5734-F01 5734-F02 5734-F03 5734-LM1 5734-LM3 Page of SC28-6891-0,-1 Revised May 13, 1977 By TNL SN20-922S Second Edition (April 1975) This edition, as amended by technical newsletters SN20-9201 and SN20-9225, applies to Release 1.0 of the IBM Virtual Machine Facility/370 (VM/370) (CMS). This edition is a reprint of SC28-6891-0 incorporating changes released in Technical Newsletters SN28-0609 (dated March 1, 1973) and SN28-0620 (dated January 3, 1974). Changes are listed in the Summary of Amendments, Number 3, on the facing page. Information in this publication is subject to significant change. Any such changes will be published in new editions or technical newsletters. Before using the publication, consult the latest IBM System/360 Bibliography, GC20-0360, or IBM System/370 Bibliography, GC20-0001, and the technical newsletters that amend the particular bibliography, to learn which editions are applicable and current. Requests for copies of IBM publications shou'ld be made to your IBM representative or to the IBM branch office that serves your locality. Forms for readers' comments are provided at the back of this publication. If the forms have been removed, address comments to IBM Corporation, P. O. Box 50020, Programming Publishing, San Jose, California 95150. Comments and suggesti~ns become the property of IBM. © Copyright International Business Machines Corporation 1972 Summary of Amendments Number 1 Date of Publication: March 1, 1973 Form of Publication: TNL SN28-0609 to SC28-6891-0 CP and CMS Command Abbreviations Maintenance: Documentation Only Valid abbreviations have been added to the summary descriptions of significant CP and CMS commands.
    [Show full text]
  • Streampix 5 Tech Support:[email protected]
    Norpix Inc - www.norpix.com StreamPix 5 Tech Support:[email protected] STREAMPIX 5 Copyright Norpix Inc. (C) 2009-2013 StreamPix5 - Copyright Norpix Inc. (C) 2013 (1/187) Norpix Inc - www.norpix.com StreamPix 5 Tech Support:[email protected] Table of Contents About StreamPix 5...................................................................................................................................8 Minimum system requirements................................................................................................................9 Installing StreamPix...............................................................................................................................10 Authorization codes...............................................................................................................................11 StreamPix 5 Basics................................................................................................................................12 Ribbon Interface overview.................................................................................................................12 Faster !..........................................................................................................................................14 Default list of Keyboard Shortcuts.................................................................................................15 The Sequence slider ....................................................................................................................16
    [Show full text]
  • The UNIX Time- Sharing System
    1. Introduction There have been three versions of UNIX. The earliest version (circa 1969–70) ran on the Digital Equipment Cor- poration PDP-7 and -9 computers. The second version ran on the unprotected PDP-11/20 computer. This paper describes only the PDP-11/40 and /45 [l] system since it is The UNIX Time- more modern and many of the differences between it and older UNIX systems result from redesign of features found Sharing System to be deficient or lacking. Since PDP-11 UNIX became operational in February Dennis M. Ritchie and Ken Thompson 1971, about 40 installations have been put into service; they Bell Laboratories are generally smaller than the system described here. Most of them are engaged in applications such as the preparation and formatting of patent applications and other textual material, the collection and processing of trouble data from various switching machines within the Bell System, and recording and checking telephone service orders. Our own installation is used mainly for research in operating sys- tems, languages, computer networks, and other topics in computer science, and also for document preparation. UNIX is a general-purpose, multi-user, interactive Perhaps the most important achievement of UNIX is to operating system for the Digital Equipment Corpora- demonstrate that a powerful operating system for interac- tion PDP-11/40 and 11/45 computers. It offers a number tive use need not be expensive either in equipment or in of features seldom found even in larger operating sys- human effort: UNIX can run on hardware costing as little as tems, including: (1) a hierarchical file system incorpo- $40,000, and less than two man years were spent on the rating demountable volumes; (2) compatible file, device, main system software.
    [Show full text]
  • K-Watch & K-Manager Pro Application Software User
    K-Watch & K-Manager Pro Application Software User Manual K-Watch & K-Manager Pro Patent Information This product may be protected by one or more patents. For further information, please visit: www.grassvalley.com/patents/ Copyright and Trademark Notice Grass Valley®, GV® and the Grass Valley logo and/or any of the Grass Valley products listed in this document are trademarks or registered trademarks of GVBB Holdings SARL, Grass Valley USA, LLC, or one of its affiliates or subsidiaries. All other intellectual property rights are owned by GVBB Holdings SARL, Grass Valley USA, LLC, or one of its affiliates or subsidiaries. All third party intellectual property rights (including logos or icons) remain the property of their respective owners. Copyright © 2021 GVBB Holdings SARL and Grass Valley USA, LLC. All rights reserved. Specifications are subject to change without notice. Terms and Conditions Please read the following terms and conditions carefully. By using K-Watch and K- Manager Pro documentation, you agree to the following terms and conditions. Grass Valley hereby grants permission and license to owners of K-Watch and K- Manager Pro to use their product manuals for their own internal business use. Manuals for Grass Valley products may not be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, for any purpose unless specifically authorized in writing by Grass Valley. A Grass Valley manual may have been revised to reflect changes made to the product during its manufacturing life. Thus, different versions of a manual may exist for any given product.
    [Show full text]
  • User's Guide to Seqninja™ (Command-Line Edition)
    User's Guide to SeqNinja™ (Command-Line Edition) DNASTAR, Inc. 2014 Contents Before You Begin ...........................................................................................................................4 Overview .........................................................................................................................................5 Getting Started with SeqNinja ......................................................................................................6 Editing in the SeqNinja Shell ........................................................................................................8 Command-Line Options ................................................................................................................8 Supported File Formats .................................................................................................................9 The SeqNinja Language ..............................................................................................................10 Language Overview .................................................................................................................10 Escape Codes ...........................................................................................................................11 File Patterns .............................................................................................................................12 Settings .....................................................................................................................................13
    [Show full text]
  • Distributed Metadata Management for Post-Production Environments
    Distributed Metadata Management for Post-production Environments Werner Bailer1, Konstantin Schinas2, Georg Thallinger1, Wolfgang Schmidt2, Werner Haas1 1 JOANNEUM RESEARCH Forschungsgesellschaft mbH Institute of Information Systems & Information Management Steyrergasse 17, 8010 Graz, Austria 2 DVS Digital Video Systems GmbH Krepenstraße 8, 30165 Hannover, Germany Abstract: Efficient and flexible management of digital essence and associated metadata is of critical relevance in post-production. We describe a distributed content management system, which uses a peer-to-peer architecture in order to support the dynamic nature of post-production setups. Each peer indexes content on storage under its control by extracting relevant metadata from the headers of essence files as well as by performing automatic content analysis in a background process. The extracted metadata are indexed in a lightweight database at each peer and stored on disk in MPEG-7 XML format in order to provide a standard compliant interface for metadata exchange. The client tool running on a peer allows to edit the metadata in the data base, in the MPEG-7 file and in the file headers (e.g. to adjust timecodes). Moreover, the software provides tools for essence management (copying, moving, defragmentation). The system allows searching for content across all peers in the network. A visual keyframe-based browsing interface allows exploring the indexed content based on the extracted metadata. 1 Introduction Digital media technology resulted in a lasting change in post-production workflows. In digital post-production physical “storage media” such as film rolls and video tapes recede in importance. Instead, uncompressed image sequences in high resolution (e.g.
    [Show full text]
  • Guide to Openvms File Applications
    Guide to OpenVMS File Applications Order Number: AA-PV6PD-TK April 2001 This document is intended for application programmers and designers who write programs that use OpenVMS RMS files. Revision/Update Information: This manual supersedes the Guide to OpenVMS File Applications, OpenVMS Alpha Version 7.2 and OpenVMS VAX Version 7.2 Software Version: OpenVMS Alpha Version 7.3 OpenVMS VAX Version 7.3 Compaq Computer Corporation Houston, Texas © 2001 Compaq Computer Corporation Compaq, AlphaServer, VAX, VMS, the Compaq logo Registered in U.S. and Patent and Trademark Office. Alpha, OpenVMS, PATHWORKS, DECnet, and DEC are trademarks of Compaq Information Technologies Group, L.P. in the United States and other countries. UNIX and X/Open are trademarks of The Open Group in the United States and other countries. All other product names mentioned herein may be the trademarks of their respective companies. Confidential computer software. Valid license from Compaq required for possession, use, or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor’s standard commercial license. Compaq shall not be liable for technical or editorial errors or omissions contained herein. The information in this document is provided "as is" without warranty of any kind and is subject to change without notice. The warranties for Compaq products are set forth in the express limited warranty statements accompanying such products. Nothing herein should be construed as constituting an additional warranty. ZK4506 The Compaq OpenVMS documentation set is available on CD-ROM.
    [Show full text]
  • Introduction to NGS
    Introduction to NGS Dr Torsten Seemann Peter MacCallum Cancer Centre - Fri 27 July 2012 What we will cover today ● High throughput sequencing ● Read sequences ● Base quality values ● FASTQ and FASTA files ● Sequence alignment ● BAM files ● Visualising alignments Sequencing In an ideal world... ● Collect a human genomic DNA sample ● Run it through the lab sequencing machine ● Get back 46 files ○ phased, haplotype chromosomes ○ each one a single contiguous sequence of AGTC ○ maybe some extra files if cancer sample Reality bites ● Unfortunately, no such instrument exists ○ can't read long stretches of DNA (yet) ● But we can read short pieces of DNA ○ shred DNA into ~500 bp fragments ○ we can read these reliably ● High-throughput sequencing ○ sequence millions of different fragments in parallel ○ various technologies to do this Technologies Instrument Method Read Length Yield Quality Value synthesis + Illumina fluorescence 250 ++++ +++++ ++++ ligation + SOLiD fluorescence 75 ++++ +++ +++ non-term NTP + Ion Torrent pH wells 300 ++ +++ +++ non-term NTP + Roche 454 luminescence 600 + ++++ ++ PacBio synthesis + ZMW 12000 +++ + ++ Illumina ● HiSeq 2000 ○ 1 week run ○ 300 Gb ○ 3 billion reads (100bp) ○ "big jobs" ● MiSeq ○ 1 day run ○ 1.5 Gb ○ 5 million reads (150bp) ○ "benchtop sequencer" What you get back Millions to billions of reads (big files): ATGCTTCTCCGCCTTTAATTAAAATTCCATTTCGTGCACCAACACCCGTTCCTACCATAATAGCTGTTGGAGTCGCTAAACCTAATGCACATGGACACGC <- 1st read CTAAGATACTGCCATCTTCTTCCAACGTAAATTGTACGTGATTTTCGATCCATTTTCTTCGAGGTTCTACTTTGTCACCCATTAGTGTGGTTACTCGACG
    [Show full text]
  • Huffman Coding
    Compsci 201, Spring 2014, Huffman Coding Snarf the huff project via Eclipse. You are urged to work in groups of two. Each group should submit ONE program per group. Be sure to include name and NetID of each person in your group in each of the TWO README files that are submitted with the submission. This is new! We haven’t done assignments in pairs before in this class. (And, as this is the last assignment, we won’t be doing them later, either.) Working in a pair comes with a special set of responsibilities to maintain academic honesty. The most basic is this: the project must be the joint work of both members of the pair. One person doing the great majority of the work doesn’t count. Luckily, getting this right is easy: only work on the assignment when both people are there! If both members of the pair are working in front of the same computer, you’re in the clear. Plus, doing it this way keeps you from having to deal with transferring files back and forth between people, which is a huge source of pain and suffering. If you have questions about working in pairs, let us know! What to Know in Doing the Huffman Assignment • One submission will contain the code and both READMEs (named README_netID.txt) • See below for a complete description of Huffman coding for use in a Compsci 201 assignment developed in the mid 90s. • Understand what you have to do before starting to code. Read through the howto document and this document.
    [Show full text]