SlideShare a Scribd company logo
Oracle
General Ledger
Financial Statement Generator
FSG Report Writing Basics
FSG Definition Screens
 NAV : General Ledger : Reports > Define
 This document details the configuration of FSG reports in the
core general ledger screens. It has been written based on
Oracle 11i functionality, but most features are applicable to
previous versions.
 Although possible, the writing of FSG reports using ADI is not
covered by this document, though many of the principles and
suggestions still apply.
 The document has been written in the context of the
recommendations in the more detailed ‘Report Writing
Guidelines’ document.
 The XML publishing feature available with 11.5.10 is not covered
in this document.
 At a high level the recommended report writing process is as
follows.
 Define report on paper or spreadsheet with user.
 Define Row Set in development environment and create a
test report with existing seeded column sets to review
data.
 Once the Row Set data is correct work on the formatting
such as spaces, indents and descriptions.
 Create the column set and apply to the test report.
 Create optional features such as content sets, row orders
and display sets.
 Once the report has been fully tested and signed off,
migrate to production using the standard FSG transfer
program.
FSG Definition : Autocopy
 NAV : Reports > Autocopy
 All report components can be copied using the ‘Autocopy’ feature for which most of the screens discussed
below have a button.
 Component : Whatever screen you access the autocopy from you will need to select the component you
want to copy from the pick list. All report components, including whole reports can be copied.
 Source : Select the name of the component you want to copy.
 Target : type in the new name of the component.
 When you press the [Copy] button a concurrent request will create the new components so this may take a
minute or two.
 Once the request is complete you can then query your new component in the normal screens just like any
of the existing ones.
 Where possible make full use of the ‘Autocopy’ feature instead of writing components from scratch.
Row Sets : Definition
 NAV : Reports > Define > Row Sets
 Open the Row Set window below to either define a new Row Set or select an existing one to update.
 The screen works like a standard Oracle form so you can use either F11 or the torch button to query an
existing Row Set.
 When you have selected the Row Set press the ‘Define Rows’ button to open the next screen.
Row Sets : Row Definitions 1
 NAV : Reports > Define > Row Sets
 Use this screen to define you rows within your Row Set. A Row Set can have from one to several
hundred rows.
 Line : This is the row number that is used to reference the row in calculations. It is recommended that
you use sequences 10,20,30,40 and then restart major areas of the report in a new range. For example
if writing a Balance sheet, start the Assets at 10 and the Liabilities at 500,510,520.... This will give you
room to make adjustments later if needed.
 Line Item : This is the title of the row that will appear in the report. You can enter around 130
characters but bear in mind how this will appear on the report.
 Format Options
 Indent : Number of characters from left that row
description will appear. Decide in advance how
many total and sub-total levels you report will
have. The highest level will have an indent of 0
and the lowest level of detail with have the
highest indent. The values 0,1,2 & 3 are typical
for a P&L report.
 Lines to Skip : This is the number of lines before
or after the row to leave as a blank. This is used
to show a visual split between different areas of
the report.
 Underline Characters : Used on totals. Such as
‘-’ or ‘=‘
 Page Breaks : Tick the box to page break before
or after row
Row Sets : Row Definitions 2
 NAV : Reports > Define > Row Sets
 Advanced Options
 Row Name : Max. 30 Characters. This is used to reference the row in calculations
 Percent of Row : Used to reference another row that will be used to calculate a percentage
 Override Column Calculations : Refer to FSG guidelines document for more information on this.
 Balance Control : These can all be left blank unless required
 Amount Type : PTD, YTD, QTD, Actual, Budget
 Currency : Leave blank to pick up total functional balance, or enter a value to pick up a translated balance.
 Control Value : Used for budgets and entered currency. Refer to report writing guide for more information.
 Offset : This is a reference to the number of periods from the period the report is submitted for. For example 0 is current period. -12 is same period
last year.
 Display Options : These are mostly defined in
Column Set.
 Format Mask : eg. 999,999 or 999,999.99
Generally used on column sets not row sets so
can leave blank.
 Factor :Units, Thousands, Millions. Generally
used on column sets not row sets so can leave
blank.
 Level of Detail : Used with display sets.
 Display Row :Leave ticked unless this is a
calculation to hide
 Display Zero : Generally no, but can be ticked
to create fixed layout reports.
 Change Sign : eg. To show revenue as
positive on P&L
 Change Sign on Variance : As above.
Row Sets : Account Assignments
 NAV : Reports > Define > Row Sets > [ Account Assignments ]
 For most reports the account assignments are the main feature of the row set, and are key in defining the structure
and content of the report. To open the account assignment screens press the button shown on the previous page.
 You can define multiple account assignments for each row, but where possible you should make use of the parent
accounts in you chart of accounts rather than hard-coding the detail into the report.
 Sign : ‘+’ or ‘-’ to indicate if the balance of the account range should be added or deducted.
 Accounts Low – High :Always enter the minimum needed for the report. For example for a P&L, just enter the
specific natural account and leave the cost centre and balancing segment blank. The less you put in here the lower
the maintenance and greater the future flexibility of the report.
 Display :T,E or B. Generally leave this as ‘T’ for total as you can use content sets to expand the report at run time
if needed.
 Summary : Only used with summary accounts. Tick to pick up summary account balance in the account range
defined.
 Activity :Usually ‘Net’ but can be ‘Dr’ or ‘Cr’ if needed.
 Set of Books : This is generally left blank to pick up the books of the responsibility the report is being run from, but
you can report across multiple sets of books in a single report as long as they share the same chart of accounts
( Same ID not, not just common structure )
Row Sets : Calculations
 NAV : Reports > Define > Row Sets > [ Calculations ]
 Calculations and Account Assignments are mutually exclusive. This means that each row can only have one or the
other, but not both. To open the calculation screen press the ‘Calculation’ button on the ‘Rows’ window.
 You can define multiple calculations for each row, and you have the full range of mathematical operators available
to define you formula. If the formula is complex the work through it on a spreadsheet first before creating in an
FSG.
 Seq : This is the sequence of the calculation line. Use the 10, 20, 30, 40 sequence to allow you to make
amendments later if needed.
 Operator : ( +, -, *, /, %, Average, Enter, Median, StdDev, Abs ) Generally the first value line should be ‘Enter’
otherwise it can cause erroneous results with complex calculations. (Refer to FSG Report Writing Guidelines
document for more information )
 Constant : This is an absolute value. For example you may enter a ratio figure or percentage to use.
 Low / High : This is the row numbers. ( You will see here the importance of the row name in selecting the
right range of rows here.
 Row Name : Used to reference a specific row within the row set.
Column Set : Definition
 NAV : Reports > Define > Column Sets
 Open the Column Set window below to either define a new Column Set or select an existing one to update.
 If you are defining a new column set then follow the standard naming conventions for your organisation. ( Refer to FSG
Report Writing Guidelines document for more information )
 The screen works like a standard Oracle form so you can use either F11 or the torch button to query an existing Column
Set.
 When you have selected the Column Set press the ‘Define Columns’ or ‘Build Column Set’ button to open the next screen
and continue with the definition.
 The ‘Define Column Sets’ window works like the Row Set on described already, and can be used to define all information
relating to a column set. The ‘Build Column Set’ window is a graphical layout for the initial structure definition of the column
set and for the final formatting of column headings.
Column Set : Column Definition 1
 NAV : Reports > Define > Column Sets > [ Define Columns ]
 Column Sets are the other required component of every FSG report. Whilst Row Sets are used mainly for defining the
accounts, Column Sets are used mainly for defining the period, balance type or a secondary account segment such as cost
centre.
 Position : This is the position in number of characters that the first column is from the left side of the page. All column sets
should use one of a few values for the first column to match the standard suite of row orders defined. For example 40, 80 &
130 characters.
 Sequence : This is the reference number for the column order and calculations. Follow the 10,20,30 sequence so that you
have room to make changes later if needed.
 Format Mask : Controls the format of the data in the column. For example 999,999 or 999.999,99 or 999,999.99
 Factor : If left bank then default is ‘Units’ but can also select from Thousands, Millions, Billions and Percentiles
 Balance Control :
 Amount Type : This is usually required on
a column set. Examples are :PTD, YTD,
QTD, Actual, Budget
 Currency : Leave blank to pick up total
functional balance, or enter a value to pick
up a translated balance.
 Control Value : Used for budgets and
entered currency.
 Offset : This is a reference to the number
of periods from the period the report is
submitted for. For example 0 is current
period. -12 is same period last year. If left
blank then the default is a 0 offset.
Column Set : Column Definition 2
 NAV : Reports > Define > Column Sets > [ Define Columns ]
 Advanced Options
 Column Name : Max. 30 Characters. This is used to reference the column in calculations
 Description : Used with above to give additional information. Does not appear on the actual report.
 Percent of Column : The sequence number of the column you want to use as the denominator ( the 100% column)
for a percentage calculation on this column.
 Override Value : Works with the segment override field on the column set definition. It is used to assign a specific
value.
 Override Row Calculations : Tick to set your column calculations to override any row calculations. ( Refer to FSG
Report Writing Guidelines document for more information ).
 Display Options :
 Level of Detail : Used with display sets.
 Display Column :Leave ticked unless this is
a calculation to hide
 Display Zero : Generally no, but can be
ticked
 Change Sign : To switch +ve values to –ve
and vis-versa.
 Change Sign on Variance : As above
 Account Assignments & Calculations:
 The account assignment and calculation
features for column sets are the same as
those described for Row Sets already so
please refer to previous pages.
 Remember that if using assignments on rows
and columns the report will show the
intersecting value of the two.
Column Set : Exceptions
 NAV : Reports > Define > Column Sets > [Define Columns] > [ Exceptions]
 Exceptions are an optional component and not generally used on standard FSG reports. There usefulness is limited
because they are based on constant values that would need ongoing review and maintenance.
 Define column exceptions to highlight account balances to management for additional review. Exceptions will appear
with a ‘flag’ next to them in the report, or you can choose to submit reports to only show exceptions.
 Flag : Enter the character used to highlight the exceptions such as * # x
 Condition : Select one of the conditions ( = , < , <=, > >= and <>)
 Constant : Enter a value for the condition to match.
 You can enter multiple conditions, but in order to work, then any value in the report must match all of the conditions.
Column Set : Build Column Set
 NAV : Reports > Define > Column Sets > [ Build Column Set ]
 Define or review the column definitions in a more graphical format.
 Updates made here are applied to the column definitions in the previous screen and vis-versa.
 Use the folder tool buttons in the top left to change the column orders and width.
 You can create default column headings, but it is likely that you will want to enter your own as described below.
 Sequence, Name, Amount Type & Offset : These are all taken from the main column definition screen
 &POI : Period of Interest, is a reference to the period name that will appear on the column heading based in the offset
and the period the report was run for.
 &BUDGET : This will show the budget name based on the control values used.
 [More Column Options] : This shows some additional setup fields that are also available in the main column definition
screen so refer to previous pages for details.
 Heading : This is the four rows that define the individual column headings. These must be defined in this screen as they
cannot be defined anywhere else. You can press the button [Create Default Headings] and then update manually.
 Format Mask : This is taken from the main column definition screen.
Content Sets : Definition
 NAV : Reports > Define > Content Sets
 Content Sets allow you to control the layout and level of detail of existing reports when they are submitted. This effectively
allows multiple reporting styles from a single report definition. Content sets determine which specific account segments are
expanded in more detail and how that expansion occurs ( By row, column, page or report )
 Refer to the document ‘FSG Report Writing Guidelines’ for suggestions of how to define a suite of standard content sets
that can be used to add flexibility to your reports.
 Name & Description : Enter a name and description for your content set following a standard naming convention so that
the definition can be understood by the users .
 Type : This determines how the report will be processed by the server. Sequentially will be slower but use less resources.
Generally leave this as Sequentially.
 Account Assignments : A content set can have multiple account
assignments. As with row sets only select values in specific
segments and leave other segments blank.
 Seq : Enter the sequence order for the content set
assignments. This can be in the 10,20,30 sequence.
 Low / High : Enter the low and high range for specific account
segments.
 Display :The default is ‘N’ which means no override
– CT : Total by Column.
– PE : Expand by page ( or spreadsheet TAB in ADI).
– PT : Total by page ( or spreadsheet TAB in ADI).
– RB : Both expand and total by row.
– RE : Expand by row.
– RT : Total by row.
 Summary : Normally left blank, but select yes to base the
content set on summary accounts within the ranges defined for
each line.
Row Order : Definition
 NAV : Reports > Define > Order
 Refer to the report writing user guide for suggestions of how to define a suite of standard row orders that can be used to
add flexibility to your reports.
 Name & Description : Enter a name and description for your row order following a standard naming convention so that
the definition can be understood by the users ( refer to report writing user guide)
 Rank By Column : This is used to specify which columns values in a report are used to order the expanded rows.
 Name : Enter column name or, Order : Column number as it appears in a report. This may vary when different
column sets are used.
 Ranking : Ascending or Descending
 Account Display : This defines how the detail of rows
expanded by a row set or content set will show on the
report. It only has an impact on rows and account
segments that have been expanded.
 Seq : Enter the sequence order for each
segment to be displayed in. Every segment must
have a value, but this doesn’t have to match the
order on the CoA definition.
 Segment : Select the segment name
 Order by : Value or Description
 Display : Value, Description or Both
 Width : Enter the width in characters for each
segment. Enter ‘0’ for segments you do not want
displayed.
 NOTE : Be careful to match the total width of the descriptions for the row order to the size of your pre-defined column sets.
For example 40, 80 & 130 characters. Have more or less characters that the column set will lead to unexpected results on
the report output. Refer to the report writing user guide for more information on this.
Report : Definition 1
 NAV : Reports > Define > Report
 FSG reports should be defined for the key monthly reports to group together report components ( Row, Column & Content
Sets ) so that users can run them quickly and consistently.
 Every report must have at a minimum a Row Set and a Column Set. All other components are optional, or can be left as
default.
 Consider giving users access to this screen even if they are not allowed to define other components.
 Name Title & Description: Enter a report
name, title and description following a standard
naming convention so that the definition can be
understood by other users. The report name
and description are visible in the screens when
selecting which report to run, and the title
appears on the report output.
 Required Components : Select an existing
Row Set and Column Set from the pick lists.
Multiple reports can share the same
components.
Report : Definition 2
 NAV : Reports > Define > Report
 Optional Components : Optionally select the additional report components.
 Content Set : If the content set is expanding rows then select a row order that controls the same segments.
 Row Order : Although the segments must match the content set they can be in a different order. 1,2,3 or 3,1,2
would both work if the Content Set is expanding segments 3,2 & 1. If you are not using a content set then the Row
Order works with any expanded rows.
 Display Set : These work independently to control the parts of the report visible to different users.
 Other Components : Optionally select values for these fields.
All of these are available each time you run a report.
 Segment Override : You can hard code a segment
override into a report. For example to look just at a
specific Cost Centre, but it is normal to leave this field
blank have only select when required at the time the report
is being run.
 Currency : This is usually left blank to pick up the
functional currency of the set of books, but you can also
enter a specific currency , but only if translated balances
exist for that currency. If you want to report entered
currency then refer to the control values section on the
following page.
 Rounding Options : It is sometimes statutory requirement to perform this in a certain order. ‘Round then Calculate’ or
‘Calculate then Round’.
 Level of Detail : This works with the level of detail on the row set definition to have different reports from the same
definition. This can be left blank and the default will be ‘Financial Analyst’
 Output Option : The default is text and this will work with publishing the reports as text direct from the apps and with
publishing to spreadsheets via ADI. The other options are to change the format of reports published from the apps,
but are redundant if ADI is being used.
Report : Control Values
 NAV : Reports > Define > Report > [ Control Values ]
 Control Values are used to add Budget, Encumbrance and Currency information to FSG reports. They are
referenced on the columns and/or rows as number and then in the report this numbers are linked to budgets to
currency’s.
 The advantage of this method is that you can hard code the control values in the detailed components ( Rows &
Columns ) and then each year when the budget changes just update the control values on the report once and link
that value to a new budget.
 Access the this screen by pressing the control values button on the report definition screen.
 Note that it is only available when control values exist in one or more of the report components.
 You can enter multiple control values if you want to use more than one currency or budget.
 When using control values to define currency, you have
to select a currency type of Entered or Translated.
 This will only apply to the rows or columns with the
matching control value. It is different to selecting the
currency on the report definition, which applies to the
whole report and only works with translated balances.
Report : Submission
 NAV : Reports > Request > Financial
 Report : select the name of the pre-defined report.
 Period : This is the accounting period the report is to be run for. This can be any period in the past or future ( Doesn’t have
to be open ), and is used as the basis for the ‘Offset’ period in the report definitions. Columns with an offset of ‘0’ will show
data for the accounting period selected here.
 Currency : This is the base currency for the report. Default is the functional currency but any other currency for which
translated balances exist can be used. If no translation exists then there will be no balances
 Request ID : This is populated automatically when the report is submitted
 Segment Override : This can be used to select specific segment values such as accounts or cost centres to filter the report
by at run time. The same report can be run many times with different overrides.
 Content Set, Row Order & Display Set : You can add or change the optional report components at run time
 Rounding Options : The default rounding option can be updated at report run time.
 Exceptions : You can tick the box to only show the pre-defined report exceptions in the output.
 Output Option : This is defaulted from the report definition but can be updated at report run time
Report : Submission of Ad-Hoc Reports
 NAV : Reports > Request > Financial > [ Define Ad-Hoc Report ]
 Use Ad-Hoc reports to define one of reports using any of the existing pre-defined report components. This can be
used to meeting reporting requirements without the need to define new reports.
 Report : Select the name of a pre-defined report similar to the layout you want to define before you press the ad-
hoc button.
 In the Create Ad-Hoc Report screen below you will see it has been pre-populated with the Title, Row Set and
Column Set from the report selected above.
 You can update any of these to create your out version of this report and it only applies to this submission. It will not
update the original report.
 Select the row set and column set you want using the pick list, then enter any control values required.
 Once this is done, press ‘OK’ to return to the report submission screen
 You can then add the optional components in the normal way described on the previous page before submitting
your ad-hoc report.

More Related Content

What's hot

Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup Guide
Ahmed Elshayeb
 
Encumbrance accounting in oracle ebs r12
Encumbrance accounting in oracle ebs r12Encumbrance accounting in oracle ebs r12
Encumbrance accounting in oracle ebs r12
Sam Elrashedy
 
E-Business Tax Purchasing Whitepaper
E-Business Tax Purchasing WhitepaperE-Business Tax Purchasing Whitepaper
E-Business Tax Purchasing Whitepaper
Baker Khader Abdallah, PMP
 
Oracle payroll-subledger accounting integration
Oracle payroll-subledger accounting integrationOracle payroll-subledger accounting integration
Oracle payroll-subledger accounting integration
Baker Khader Abdallah, PMP
 
Oracle Accounting reporting sequences
Oracle Accounting reporting sequencesOracle Accounting reporting sequences
Oracle Accounting reporting sequences
Ali Ibrahim
 
Oracle EBS R12 Payroll user manual
Oracle EBS R12 Payroll user manualOracle EBS R12 Payroll user manual
Oracle EBS R12 Payroll user manual
Feras Ahmad
 
Oracle EBS HRMS SETUP
Oracle EBS HRMS SETUPOracle EBS HRMS SETUP
Oracle EBS HRMS SETUP
Hussain Abbas
 
Oracle financials theory_vol_i
Oracle financials theory_vol_iOracle financials theory_vol_i
Oracle financials theory_vol_i
Abdul Rahman Fouad Thabit
 
Oracle E business tax purchasing whitepaper
Oracle E business tax purchasing whitepaperOracle E business tax purchasing whitepaper
Oracle E business tax purchasing whitepaper
Rizwan Ali Qumbrani
 
iExpenses Setup
iExpenses SetupiExpenses Setup
iExpenses Setup
shravan kumar chelika
 
Organization Setup in R12
Organization Setup in R12Organization Setup in R12
Organization Setup in R12
eprentise
 
Oracle R12 Financials New Features Overview
Oracle R12 Financials New Features OverviewOracle R12 Financials New Features Overview
Oracle R12 Financials New Features Overview
iWare Logic Technologies Pvt. Ltd.
 
Oracle EBS: Intercompany Invoicing
Oracle EBS: Intercompany InvoicingOracle EBS: Intercompany Invoicing
Oracle EBS: Intercompany Invoicing
Eric Guether
 
R12:Payment Process Request (PPR)
R12:Payment Process Request (PPR)R12:Payment Process Request (PPR)
R12:Payment Process Request (PPR)
lingaswamy vallapu
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal Requisition
Ahmed Elshayeb
 
Oracle Order Management - Order to Cash Cycle (O2C) - Data Flow
Oracle Order Management - Order to Cash Cycle (O2C) - Data FlowOracle Order Management - Order to Cash Cycle (O2C) - Data Flow
Oracle Order Management - Order to Cash Cycle (O2C) - Data Flow
Boopathy CS
 
Report Manager in Oracle EBS R12
Report Manager in Oracle EBS R12Report Manager in Oracle EBS R12
Report Manager in Oracle EBS R12
Prithis Das, PMP, OCS ☁️
 
Setup of budget in oracle
Setup of budget in oracleSetup of budget in oracle
Setup of budget in oracle
malikbnu2008
 
Oracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup StepsOracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup Steps
Ahmed Elshayeb
 
Oracle R12 Legal Entity
Oracle R12 Legal EntityOracle R12 Legal Entity
Oracle R12 Legal Entity
Sanjay Challagundla
 

What's hot (20)

Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup Guide
 
Encumbrance accounting in oracle ebs r12
Encumbrance accounting in oracle ebs r12Encumbrance accounting in oracle ebs r12
Encumbrance accounting in oracle ebs r12
 
E-Business Tax Purchasing Whitepaper
E-Business Tax Purchasing WhitepaperE-Business Tax Purchasing Whitepaper
E-Business Tax Purchasing Whitepaper
 
Oracle payroll-subledger accounting integration
Oracle payroll-subledger accounting integrationOracle payroll-subledger accounting integration
Oracle payroll-subledger accounting integration
 
Oracle Accounting reporting sequences
Oracle Accounting reporting sequencesOracle Accounting reporting sequences
Oracle Accounting reporting sequences
 
Oracle EBS R12 Payroll user manual
Oracle EBS R12 Payroll user manualOracle EBS R12 Payroll user manual
Oracle EBS R12 Payroll user manual
 
Oracle EBS HRMS SETUP
Oracle EBS HRMS SETUPOracle EBS HRMS SETUP
Oracle EBS HRMS SETUP
 
Oracle financials theory_vol_i
Oracle financials theory_vol_iOracle financials theory_vol_i
Oracle financials theory_vol_i
 
Oracle E business tax purchasing whitepaper
Oracle E business tax purchasing whitepaperOracle E business tax purchasing whitepaper
Oracle E business tax purchasing whitepaper
 
iExpenses Setup
iExpenses SetupiExpenses Setup
iExpenses Setup
 
Organization Setup in R12
Organization Setup in R12Organization Setup in R12
Organization Setup in R12
 
Oracle R12 Financials New Features Overview
Oracle R12 Financials New Features OverviewOracle R12 Financials New Features Overview
Oracle R12 Financials New Features Overview
 
Oracle EBS: Intercompany Invoicing
Oracle EBS: Intercompany InvoicingOracle EBS: Intercompany Invoicing
Oracle EBS: Intercompany Invoicing
 
R12:Payment Process Request (PPR)
R12:Payment Process Request (PPR)R12:Payment Process Request (PPR)
R12:Payment Process Request (PPR)
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal Requisition
 
Oracle Order Management - Order to Cash Cycle (O2C) - Data Flow
Oracle Order Management - Order to Cash Cycle (O2C) - Data FlowOracle Order Management - Order to Cash Cycle (O2C) - Data Flow
Oracle Order Management - Order to Cash Cycle (O2C) - Data Flow
 
Report Manager in Oracle EBS R12
Report Manager in Oracle EBS R12Report Manager in Oracle EBS R12
Report Manager in Oracle EBS R12
 
Setup of budget in oracle
Setup of budget in oracleSetup of budget in oracle
Setup of budget in oracle
 
Oracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup StepsOracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup Steps
 
Oracle R12 Legal Entity
Oracle R12 Legal EntityOracle R12 Legal Entity
Oracle R12 Legal Entity
 

Viewers also liked

Oracle General Ledger
Oracle General LedgerOracle General Ledger
Oracle General LedgerDock Den
 
Summary Account R12 General Ledger
Summary Account R12 General LedgerSummary Account R12 General Ledger
Summary Account R12 General Ledger
iWare Logic Technologies Pvt. Ltd.
 
Migrating FSG Reports To Oracle BI Applications
Migrating FSG Reports To Oracle BI ApplicationsMigrating FSG Reports To Oracle BI Applications
Migrating FSG Reports To Oracle BI Applications
KPI Partners
 
Multiperiod Accounting in Oracle EBS R12
Multiperiod Accounting in Oracle EBS R12Multiperiod Accounting in Oracle EBS R12
Multiperiod Accounting in Oracle EBS R12
Prithis Das, PMP, OCS ☁️
 
XML Publisher (www.aboutoracleapps.com)
XML Publisher (www.aboutoracleapps.com)XML Publisher (www.aboutoracleapps.com)
XML Publisher (www.aboutoracleapps.com)
Chris Martin
 
Quran arabic urdu translation
Quran arabic urdu translation Quran arabic urdu translation
Quran arabic urdu translation
Rizwan Ali Qumbrani
 
Oracle ERP and General Ledger Configuration
Oracle ERP and General Ledger ConfigurationOracle ERP and General Ledger Configuration
Oracle ERP and General Ledger Configuration
Syed Tashfeen
 
E-Business Suite 2 _ Rajesh Narang _ R12 Subledger accounting - transition to...
E-Business Suite 2 _ Rajesh Narang _ R12 Subledger accounting - transition to...E-Business Suite 2 _ Rajesh Narang _ R12 Subledger accounting - transition to...
E-Business Suite 2 _ Rajesh Narang _ R12 Subledger accounting - transition to...InSync2011
 
R12 feature analysis_sigmora
R12 feature analysis_sigmoraR12 feature analysis_sigmora
R12 feature analysis_sigmora
bgadicha
 
Technical terms in oracle apps explained through real time example
Technical terms in oracle apps explained through real time exampleTechnical terms in oracle apps explained through real time example
Technical terms in oracle apps explained through real time exampleMohammad Younus
 
Requisition Hierarchy Based on the Item Catagory
Requisition Hierarchy Based on the Item Catagory Requisition Hierarchy Based on the Item Catagory
Requisition Hierarchy Based on the Item Catagory
Mohammad Younus
 
Oracle Process Manufacturing
Oracle Process ManufacturingOracle Process Manufacturing
Oracle Process Manufacturing
Blink Consulting
 
Creating Immortal Content
Creating Immortal ContentCreating Immortal Content
Creating Immortal Content
Ben Cook
 
Oracle EBS Purchasing Requisition Approval 101
Oracle EBS Purchasing Requisition Approval 101Oracle EBS Purchasing Requisition Approval 101
Oracle EBS Purchasing Requisition Approval 101
Ajay Tankhiwale
 
PO Position Hierarchy in R12
PO Position Hierarchy in R12PO Position Hierarchy in R12
PO Position Hierarchy in R12
parinay jain
 
R12 Business Case Process Manufacturing
R12 Business Case Process ManufacturingR12 Business Case Process Manufacturing
R12 Business Case Process Manufacturing
Vaddadi Anil Srinivas
 
Oracle Apps Technical Manual
Oracle Apps Technical ManualOracle Apps Technical Manual
Oracle Apps Technical ManualHossam El-Faxe
 
AME Requisition Approval Heirarchy
AME Requisition Approval Heirarchy AME Requisition Approval Heirarchy
AME Requisition Approval Heirarchy
Mohammad Younus
 

Viewers also liked (20)

Oracle General Ledger
Oracle General LedgerOracle General Ledger
Oracle General Ledger
 
Summary Account R12 General Ledger
Summary Account R12 General LedgerSummary Account R12 General Ledger
Summary Account R12 General Ledger
 
Migrating FSG Reports To Oracle BI Applications
Migrating FSG Reports To Oracle BI ApplicationsMigrating FSG Reports To Oracle BI Applications
Migrating FSG Reports To Oracle BI Applications
 
Multiperiod Accounting in Oracle EBS R12
Multiperiod Accounting in Oracle EBS R12Multiperiod Accounting in Oracle EBS R12
Multiperiod Accounting in Oracle EBS R12
 
XML Publisher (www.aboutoracleapps.com)
XML Publisher (www.aboutoracleapps.com)XML Publisher (www.aboutoracleapps.com)
XML Publisher (www.aboutoracleapps.com)
 
Quran arabic urdu translation
Quran arabic urdu translation Quran arabic urdu translation
Quran arabic urdu translation
 
Oracle ERP and General Ledger Configuration
Oracle ERP and General Ledger ConfigurationOracle ERP and General Ledger Configuration
Oracle ERP and General Ledger Configuration
 
Ame implementation-guide
Ame implementation-guideAme implementation-guide
Ame implementation-guide
 
E-Business Suite 2 _ Rajesh Narang _ R12 Subledger accounting - transition to...
E-Business Suite 2 _ Rajesh Narang _ R12 Subledger accounting - transition to...E-Business Suite 2 _ Rajesh Narang _ R12 Subledger accounting - transition to...
E-Business Suite 2 _ Rajesh Narang _ R12 Subledger accounting - transition to...
 
Oracle Apps Technical Syllabus
Oracle Apps Technical SyllabusOracle Apps Technical Syllabus
Oracle Apps Technical Syllabus
 
R12 feature analysis_sigmora
R12 feature analysis_sigmoraR12 feature analysis_sigmora
R12 feature analysis_sigmora
 
Technical terms in oracle apps explained through real time example
Technical terms in oracle apps explained through real time exampleTechnical terms in oracle apps explained through real time example
Technical terms in oracle apps explained through real time example
 
Requisition Hierarchy Based on the Item Catagory
Requisition Hierarchy Based on the Item Catagory Requisition Hierarchy Based on the Item Catagory
Requisition Hierarchy Based on the Item Catagory
 
Oracle Process Manufacturing
Oracle Process ManufacturingOracle Process Manufacturing
Oracle Process Manufacturing
 
Creating Immortal Content
Creating Immortal ContentCreating Immortal Content
Creating Immortal Content
 
Oracle EBS Purchasing Requisition Approval 101
Oracle EBS Purchasing Requisition Approval 101Oracle EBS Purchasing Requisition Approval 101
Oracle EBS Purchasing Requisition Approval 101
 
PO Position Hierarchy in R12
PO Position Hierarchy in R12PO Position Hierarchy in R12
PO Position Hierarchy in R12
 
R12 Business Case Process Manufacturing
R12 Business Case Process ManufacturingR12 Business Case Process Manufacturing
R12 Business Case Process Manufacturing
 
Oracle Apps Technical Manual
Oracle Apps Technical ManualOracle Apps Technical Manual
Oracle Apps Technical Manual
 
AME Requisition Approval Heirarchy
AME Requisition Approval Heirarchy AME Requisition Approval Heirarchy
AME Requisition Approval Heirarchy
 

Similar to Oracle General Ledger GL FSG

Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Sami JAMMALI
 
Report painter in SAP
Report painter in SAPReport painter in SAP
Report painter in SAP
Rajeev Kumar
 
Report exchange designer
Report exchange designerReport exchange designer
Report exchange designerBhushan Rajgure
 
Mr20 enus 10-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 10-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...Mr20 enus 10-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 10-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Sami JAMMALI
 
Report exchange designer
Report exchange designerReport exchange designer
Report exchange designerrlsotto
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
Kristine Tiongco-Rimpa
 
Transform Financial Reporting Using Master Row Sets in Oracle E-Business Suite
Transform Financial Reporting Using Master Row Sets in Oracle E-Business SuiteTransform Financial Reporting Using Master Row Sets in Oracle E-Business Suite
Transform Financial Reporting Using Master Row Sets in Oracle E-Business Suite
eprentise
 
Mr20 enus 06-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 06-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...Mr20 enus 06-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 06-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Sami JAMMALI
 
Part 1 - Microsoft AccessView GlossaryUse Access to create a.docx
Part 1 - Microsoft AccessView GlossaryUse Access to create a.docxPart 1 - Microsoft AccessView GlossaryUse Access to create a.docx
Part 1 - Microsoft AccessView GlossaryUse Access to create a.docx
honey690131
 
Calculated Columns and Measures in Power BI.pptx
Calculated Columns and Measures in Power BI.pptxCalculated Columns and Measures in Power BI.pptx
Calculated Columns and Measures in Power BI.pptx
Select Distinct Limited
 
Solved Practice questions for Microsoft Querying Data with Transact-SQL 70-76...
Solved Practice questions for Microsoft Querying Data with Transact-SQL 70-76...Solved Practice questions for Microsoft Querying Data with Transact-SQL 70-76...
Solved Practice questions for Microsoft Querying Data with Transact-SQL 70-76...
KarenMiner
 
Oracle_Analytical_function.pdf
Oracle_Analytical_function.pdfOracle_Analytical_function.pdf
Oracle_Analytical_function.pdf
KalyankumarVenkat1
 
CREATING A DATASET FROM EXCEL IN POWER BI REPORT BUILDER
CREATING A DATASET FROM EXCEL IN POWER BI REPORT BUILDERCREATING A DATASET FROM EXCEL IN POWER BI REPORT BUILDER
CREATING A DATASET FROM EXCEL IN POWER BI REPORT BUILDER
SagarDuttPhuloria
 
Calculation contex in sap business objects
Calculation contex in sap business objectsCalculation contex in sap business objects
Calculation contex in sap business objectsDmitry Anoshin
 
Report_Painter_Abap_rp2.ppt
Report_Painter_Abap_rp2.pptReport_Painter_Abap_rp2.ppt
Report_Painter_Abap_rp2.ppt
Yudie1
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
Nitish Nagar
 
Pivot table
Pivot tablePivot table
Pivot table
Vijay Perepa
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3
Dr T.Sivakami
 
Advanced excel unit 01
Advanced excel unit 01Advanced excel unit 01
Advanced excel unit 01
Prashanth Shivakumar
 
Lesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot TablesLesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot Tablesguevarra_2000
 

Similar to Oracle General Ledger GL FSG (20)

Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
 
Report painter in SAP
Report painter in SAPReport painter in SAP
Report painter in SAP
 
Report exchange designer
Report exchange designerReport exchange designer
Report exchange designer
 
Mr20 enus 10-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 10-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...Mr20 enus 10-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 10-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
 
Report exchange designer
Report exchange designerReport exchange designer
Report exchange designer
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
 
Transform Financial Reporting Using Master Row Sets in Oracle E-Business Suite
Transform Financial Reporting Using Master Row Sets in Oracle E-Business SuiteTransform Financial Reporting Using Master Row Sets in Oracle E-Business Suite
Transform Financial Reporting Using Master Row Sets in Oracle E-Business Suite
 
Mr20 enus 06-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 06-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...Mr20 enus 06-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 06-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
 
Part 1 - Microsoft AccessView GlossaryUse Access to create a.docx
Part 1 - Microsoft AccessView GlossaryUse Access to create a.docxPart 1 - Microsoft AccessView GlossaryUse Access to create a.docx
Part 1 - Microsoft AccessView GlossaryUse Access to create a.docx
 
Calculated Columns and Measures in Power BI.pptx
Calculated Columns and Measures in Power BI.pptxCalculated Columns and Measures in Power BI.pptx
Calculated Columns and Measures in Power BI.pptx
 
Solved Practice questions for Microsoft Querying Data with Transact-SQL 70-76...
Solved Practice questions for Microsoft Querying Data with Transact-SQL 70-76...Solved Practice questions for Microsoft Querying Data with Transact-SQL 70-76...
Solved Practice questions for Microsoft Querying Data with Transact-SQL 70-76...
 
Oracle_Analytical_function.pdf
Oracle_Analytical_function.pdfOracle_Analytical_function.pdf
Oracle_Analytical_function.pdf
 
CREATING A DATASET FROM EXCEL IN POWER BI REPORT BUILDER
CREATING A DATASET FROM EXCEL IN POWER BI REPORT BUILDERCREATING A DATASET FROM EXCEL IN POWER BI REPORT BUILDER
CREATING A DATASET FROM EXCEL IN POWER BI REPORT BUILDER
 
Calculation contex in sap business objects
Calculation contex in sap business objectsCalculation contex in sap business objects
Calculation contex in sap business objects
 
Report_Painter_Abap_rp2.ppt
Report_Painter_Abap_rp2.pptReport_Painter_Abap_rp2.ppt
Report_Painter_Abap_rp2.ppt
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
 
Pivot table
Pivot tablePivot table
Pivot table
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3
 
Advanced excel unit 01
Advanced excel unit 01Advanced excel unit 01
Advanced excel unit 01
 
Lesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot TablesLesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot Tables
 

Recently uploaded

Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 

Recently uploaded (20)

Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 

Oracle General Ledger GL FSG

  • 1. Oracle General Ledger Financial Statement Generator FSG Report Writing Basics
  • 2. FSG Definition Screens  NAV : General Ledger : Reports > Define  This document details the configuration of FSG reports in the core general ledger screens. It has been written based on Oracle 11i functionality, but most features are applicable to previous versions.  Although possible, the writing of FSG reports using ADI is not covered by this document, though many of the principles and suggestions still apply.  The document has been written in the context of the recommendations in the more detailed ‘Report Writing Guidelines’ document.  The XML publishing feature available with 11.5.10 is not covered in this document.  At a high level the recommended report writing process is as follows.  Define report on paper or spreadsheet with user.  Define Row Set in development environment and create a test report with existing seeded column sets to review data.  Once the Row Set data is correct work on the formatting such as spaces, indents and descriptions.  Create the column set and apply to the test report.  Create optional features such as content sets, row orders and display sets.  Once the report has been fully tested and signed off, migrate to production using the standard FSG transfer program.
  • 3. FSG Definition : Autocopy  NAV : Reports > Autocopy  All report components can be copied using the ‘Autocopy’ feature for which most of the screens discussed below have a button.  Component : Whatever screen you access the autocopy from you will need to select the component you want to copy from the pick list. All report components, including whole reports can be copied.  Source : Select the name of the component you want to copy.  Target : type in the new name of the component.  When you press the [Copy] button a concurrent request will create the new components so this may take a minute or two.  Once the request is complete you can then query your new component in the normal screens just like any of the existing ones.  Where possible make full use of the ‘Autocopy’ feature instead of writing components from scratch.
  • 4. Row Sets : Definition  NAV : Reports > Define > Row Sets  Open the Row Set window below to either define a new Row Set or select an existing one to update.  The screen works like a standard Oracle form so you can use either F11 or the torch button to query an existing Row Set.  When you have selected the Row Set press the ‘Define Rows’ button to open the next screen.
  • 5. Row Sets : Row Definitions 1  NAV : Reports > Define > Row Sets  Use this screen to define you rows within your Row Set. A Row Set can have from one to several hundred rows.  Line : This is the row number that is used to reference the row in calculations. It is recommended that you use sequences 10,20,30,40 and then restart major areas of the report in a new range. For example if writing a Balance sheet, start the Assets at 10 and the Liabilities at 500,510,520.... This will give you room to make adjustments later if needed.  Line Item : This is the title of the row that will appear in the report. You can enter around 130 characters but bear in mind how this will appear on the report.  Format Options  Indent : Number of characters from left that row description will appear. Decide in advance how many total and sub-total levels you report will have. The highest level will have an indent of 0 and the lowest level of detail with have the highest indent. The values 0,1,2 & 3 are typical for a P&L report.  Lines to Skip : This is the number of lines before or after the row to leave as a blank. This is used to show a visual split between different areas of the report.  Underline Characters : Used on totals. Such as ‘-’ or ‘=‘  Page Breaks : Tick the box to page break before or after row
  • 6. Row Sets : Row Definitions 2  NAV : Reports > Define > Row Sets  Advanced Options  Row Name : Max. 30 Characters. This is used to reference the row in calculations  Percent of Row : Used to reference another row that will be used to calculate a percentage  Override Column Calculations : Refer to FSG guidelines document for more information on this.  Balance Control : These can all be left blank unless required  Amount Type : PTD, YTD, QTD, Actual, Budget  Currency : Leave blank to pick up total functional balance, or enter a value to pick up a translated balance.  Control Value : Used for budgets and entered currency. Refer to report writing guide for more information.  Offset : This is a reference to the number of periods from the period the report is submitted for. For example 0 is current period. -12 is same period last year.  Display Options : These are mostly defined in Column Set.  Format Mask : eg. 999,999 or 999,999.99 Generally used on column sets not row sets so can leave blank.  Factor :Units, Thousands, Millions. Generally used on column sets not row sets so can leave blank.  Level of Detail : Used with display sets.  Display Row :Leave ticked unless this is a calculation to hide  Display Zero : Generally no, but can be ticked to create fixed layout reports.  Change Sign : eg. To show revenue as positive on P&L  Change Sign on Variance : As above.
  • 7. Row Sets : Account Assignments  NAV : Reports > Define > Row Sets > [ Account Assignments ]  For most reports the account assignments are the main feature of the row set, and are key in defining the structure and content of the report. To open the account assignment screens press the button shown on the previous page.  You can define multiple account assignments for each row, but where possible you should make use of the parent accounts in you chart of accounts rather than hard-coding the detail into the report.  Sign : ‘+’ or ‘-’ to indicate if the balance of the account range should be added or deducted.  Accounts Low – High :Always enter the minimum needed for the report. For example for a P&L, just enter the specific natural account and leave the cost centre and balancing segment blank. The less you put in here the lower the maintenance and greater the future flexibility of the report.  Display :T,E or B. Generally leave this as ‘T’ for total as you can use content sets to expand the report at run time if needed.  Summary : Only used with summary accounts. Tick to pick up summary account balance in the account range defined.  Activity :Usually ‘Net’ but can be ‘Dr’ or ‘Cr’ if needed.  Set of Books : This is generally left blank to pick up the books of the responsibility the report is being run from, but you can report across multiple sets of books in a single report as long as they share the same chart of accounts ( Same ID not, not just common structure )
  • 8. Row Sets : Calculations  NAV : Reports > Define > Row Sets > [ Calculations ]  Calculations and Account Assignments are mutually exclusive. This means that each row can only have one or the other, but not both. To open the calculation screen press the ‘Calculation’ button on the ‘Rows’ window.  You can define multiple calculations for each row, and you have the full range of mathematical operators available to define you formula. If the formula is complex the work through it on a spreadsheet first before creating in an FSG.  Seq : This is the sequence of the calculation line. Use the 10, 20, 30, 40 sequence to allow you to make amendments later if needed.  Operator : ( +, -, *, /, %, Average, Enter, Median, StdDev, Abs ) Generally the first value line should be ‘Enter’ otherwise it can cause erroneous results with complex calculations. (Refer to FSG Report Writing Guidelines document for more information )  Constant : This is an absolute value. For example you may enter a ratio figure or percentage to use.  Low / High : This is the row numbers. ( You will see here the importance of the row name in selecting the right range of rows here.  Row Name : Used to reference a specific row within the row set.
  • 9. Column Set : Definition  NAV : Reports > Define > Column Sets  Open the Column Set window below to either define a new Column Set or select an existing one to update.  If you are defining a new column set then follow the standard naming conventions for your organisation. ( Refer to FSG Report Writing Guidelines document for more information )  The screen works like a standard Oracle form so you can use either F11 or the torch button to query an existing Column Set.  When you have selected the Column Set press the ‘Define Columns’ or ‘Build Column Set’ button to open the next screen and continue with the definition.  The ‘Define Column Sets’ window works like the Row Set on described already, and can be used to define all information relating to a column set. The ‘Build Column Set’ window is a graphical layout for the initial structure definition of the column set and for the final formatting of column headings.
  • 10. Column Set : Column Definition 1  NAV : Reports > Define > Column Sets > [ Define Columns ]  Column Sets are the other required component of every FSG report. Whilst Row Sets are used mainly for defining the accounts, Column Sets are used mainly for defining the period, balance type or a secondary account segment such as cost centre.  Position : This is the position in number of characters that the first column is from the left side of the page. All column sets should use one of a few values for the first column to match the standard suite of row orders defined. For example 40, 80 & 130 characters.  Sequence : This is the reference number for the column order and calculations. Follow the 10,20,30 sequence so that you have room to make changes later if needed.  Format Mask : Controls the format of the data in the column. For example 999,999 or 999.999,99 or 999,999.99  Factor : If left bank then default is ‘Units’ but can also select from Thousands, Millions, Billions and Percentiles  Balance Control :  Amount Type : This is usually required on a column set. Examples are :PTD, YTD, QTD, Actual, Budget  Currency : Leave blank to pick up total functional balance, or enter a value to pick up a translated balance.  Control Value : Used for budgets and entered currency.  Offset : This is a reference to the number of periods from the period the report is submitted for. For example 0 is current period. -12 is same period last year. If left blank then the default is a 0 offset.
  • 11. Column Set : Column Definition 2  NAV : Reports > Define > Column Sets > [ Define Columns ]  Advanced Options  Column Name : Max. 30 Characters. This is used to reference the column in calculations  Description : Used with above to give additional information. Does not appear on the actual report.  Percent of Column : The sequence number of the column you want to use as the denominator ( the 100% column) for a percentage calculation on this column.  Override Value : Works with the segment override field on the column set definition. It is used to assign a specific value.  Override Row Calculations : Tick to set your column calculations to override any row calculations. ( Refer to FSG Report Writing Guidelines document for more information ).  Display Options :  Level of Detail : Used with display sets.  Display Column :Leave ticked unless this is a calculation to hide  Display Zero : Generally no, but can be ticked  Change Sign : To switch +ve values to –ve and vis-versa.  Change Sign on Variance : As above  Account Assignments & Calculations:  The account assignment and calculation features for column sets are the same as those described for Row Sets already so please refer to previous pages.  Remember that if using assignments on rows and columns the report will show the intersecting value of the two.
  • 12. Column Set : Exceptions  NAV : Reports > Define > Column Sets > [Define Columns] > [ Exceptions]  Exceptions are an optional component and not generally used on standard FSG reports. There usefulness is limited because they are based on constant values that would need ongoing review and maintenance.  Define column exceptions to highlight account balances to management for additional review. Exceptions will appear with a ‘flag’ next to them in the report, or you can choose to submit reports to only show exceptions.  Flag : Enter the character used to highlight the exceptions such as * # x  Condition : Select one of the conditions ( = , < , <=, > >= and <>)  Constant : Enter a value for the condition to match.  You can enter multiple conditions, but in order to work, then any value in the report must match all of the conditions.
  • 13. Column Set : Build Column Set  NAV : Reports > Define > Column Sets > [ Build Column Set ]  Define or review the column definitions in a more graphical format.  Updates made here are applied to the column definitions in the previous screen and vis-versa.  Use the folder tool buttons in the top left to change the column orders and width.  You can create default column headings, but it is likely that you will want to enter your own as described below.  Sequence, Name, Amount Type & Offset : These are all taken from the main column definition screen  &POI : Period of Interest, is a reference to the period name that will appear on the column heading based in the offset and the period the report was run for.  &BUDGET : This will show the budget name based on the control values used.  [More Column Options] : This shows some additional setup fields that are also available in the main column definition screen so refer to previous pages for details.  Heading : This is the four rows that define the individual column headings. These must be defined in this screen as they cannot be defined anywhere else. You can press the button [Create Default Headings] and then update manually.  Format Mask : This is taken from the main column definition screen.
  • 14. Content Sets : Definition  NAV : Reports > Define > Content Sets  Content Sets allow you to control the layout and level of detail of existing reports when they are submitted. This effectively allows multiple reporting styles from a single report definition. Content sets determine which specific account segments are expanded in more detail and how that expansion occurs ( By row, column, page or report )  Refer to the document ‘FSG Report Writing Guidelines’ for suggestions of how to define a suite of standard content sets that can be used to add flexibility to your reports.  Name & Description : Enter a name and description for your content set following a standard naming convention so that the definition can be understood by the users .  Type : This determines how the report will be processed by the server. Sequentially will be slower but use less resources. Generally leave this as Sequentially.  Account Assignments : A content set can have multiple account assignments. As with row sets only select values in specific segments and leave other segments blank.  Seq : Enter the sequence order for the content set assignments. This can be in the 10,20,30 sequence.  Low / High : Enter the low and high range for specific account segments.  Display :The default is ‘N’ which means no override – CT : Total by Column. – PE : Expand by page ( or spreadsheet TAB in ADI). – PT : Total by page ( or spreadsheet TAB in ADI). – RB : Both expand and total by row. – RE : Expand by row. – RT : Total by row.  Summary : Normally left blank, but select yes to base the content set on summary accounts within the ranges defined for each line.
  • 15. Row Order : Definition  NAV : Reports > Define > Order  Refer to the report writing user guide for suggestions of how to define a suite of standard row orders that can be used to add flexibility to your reports.  Name & Description : Enter a name and description for your row order following a standard naming convention so that the definition can be understood by the users ( refer to report writing user guide)  Rank By Column : This is used to specify which columns values in a report are used to order the expanded rows.  Name : Enter column name or, Order : Column number as it appears in a report. This may vary when different column sets are used.  Ranking : Ascending or Descending  Account Display : This defines how the detail of rows expanded by a row set or content set will show on the report. It only has an impact on rows and account segments that have been expanded.  Seq : Enter the sequence order for each segment to be displayed in. Every segment must have a value, but this doesn’t have to match the order on the CoA definition.  Segment : Select the segment name  Order by : Value or Description  Display : Value, Description or Both  Width : Enter the width in characters for each segment. Enter ‘0’ for segments you do not want displayed.  NOTE : Be careful to match the total width of the descriptions for the row order to the size of your pre-defined column sets. For example 40, 80 & 130 characters. Have more or less characters that the column set will lead to unexpected results on the report output. Refer to the report writing user guide for more information on this.
  • 16. Report : Definition 1  NAV : Reports > Define > Report  FSG reports should be defined for the key monthly reports to group together report components ( Row, Column & Content Sets ) so that users can run them quickly and consistently.  Every report must have at a minimum a Row Set and a Column Set. All other components are optional, or can be left as default.  Consider giving users access to this screen even if they are not allowed to define other components.  Name Title & Description: Enter a report name, title and description following a standard naming convention so that the definition can be understood by other users. The report name and description are visible in the screens when selecting which report to run, and the title appears on the report output.  Required Components : Select an existing Row Set and Column Set from the pick lists. Multiple reports can share the same components.
  • 17. Report : Definition 2  NAV : Reports > Define > Report  Optional Components : Optionally select the additional report components.  Content Set : If the content set is expanding rows then select a row order that controls the same segments.  Row Order : Although the segments must match the content set they can be in a different order. 1,2,3 or 3,1,2 would both work if the Content Set is expanding segments 3,2 & 1. If you are not using a content set then the Row Order works with any expanded rows.  Display Set : These work independently to control the parts of the report visible to different users.  Other Components : Optionally select values for these fields. All of these are available each time you run a report.  Segment Override : You can hard code a segment override into a report. For example to look just at a specific Cost Centre, but it is normal to leave this field blank have only select when required at the time the report is being run.  Currency : This is usually left blank to pick up the functional currency of the set of books, but you can also enter a specific currency , but only if translated balances exist for that currency. If you want to report entered currency then refer to the control values section on the following page.  Rounding Options : It is sometimes statutory requirement to perform this in a certain order. ‘Round then Calculate’ or ‘Calculate then Round’.  Level of Detail : This works with the level of detail on the row set definition to have different reports from the same definition. This can be left blank and the default will be ‘Financial Analyst’  Output Option : The default is text and this will work with publishing the reports as text direct from the apps and with publishing to spreadsheets via ADI. The other options are to change the format of reports published from the apps, but are redundant if ADI is being used.
  • 18. Report : Control Values  NAV : Reports > Define > Report > [ Control Values ]  Control Values are used to add Budget, Encumbrance and Currency information to FSG reports. They are referenced on the columns and/or rows as number and then in the report this numbers are linked to budgets to currency’s.  The advantage of this method is that you can hard code the control values in the detailed components ( Rows & Columns ) and then each year when the budget changes just update the control values on the report once and link that value to a new budget.  Access the this screen by pressing the control values button on the report definition screen.  Note that it is only available when control values exist in one or more of the report components.  You can enter multiple control values if you want to use more than one currency or budget.  When using control values to define currency, you have to select a currency type of Entered or Translated.  This will only apply to the rows or columns with the matching control value. It is different to selecting the currency on the report definition, which applies to the whole report and only works with translated balances.
  • 19. Report : Submission  NAV : Reports > Request > Financial  Report : select the name of the pre-defined report.  Period : This is the accounting period the report is to be run for. This can be any period in the past or future ( Doesn’t have to be open ), and is used as the basis for the ‘Offset’ period in the report definitions. Columns with an offset of ‘0’ will show data for the accounting period selected here.  Currency : This is the base currency for the report. Default is the functional currency but any other currency for which translated balances exist can be used. If no translation exists then there will be no balances  Request ID : This is populated automatically when the report is submitted  Segment Override : This can be used to select specific segment values such as accounts or cost centres to filter the report by at run time. The same report can be run many times with different overrides.  Content Set, Row Order & Display Set : You can add or change the optional report components at run time  Rounding Options : The default rounding option can be updated at report run time.  Exceptions : You can tick the box to only show the pre-defined report exceptions in the output.  Output Option : This is defaulted from the report definition but can be updated at report run time
  • 20. Report : Submission of Ad-Hoc Reports  NAV : Reports > Request > Financial > [ Define Ad-Hoc Report ]  Use Ad-Hoc reports to define one of reports using any of the existing pre-defined report components. This can be used to meeting reporting requirements without the need to define new reports.  Report : Select the name of a pre-defined report similar to the layout you want to define before you press the ad- hoc button.  In the Create Ad-Hoc Report screen below you will see it has been pre-populated with the Title, Row Set and Column Set from the report selected above.  You can update any of these to create your out version of this report and it only applies to this submission. It will not update the original report.  Select the row set and column set you want using the pick list, then enter any control values required.  Once this is done, press ‘OK’ to return to the report submission screen  You can then add the optional components in the normal way described on the previous page before submitting your ad-hoc report.