InterviewSolution
| 1. |
Is The Gl Amount Equal To The Basic Level Amount Or Rolled Up Level Amount Or Some Other Amount? |
|
Answer» According to RMS Data Model, the table SA_FIF_GL_CROSS_REF is used to associate an ORACLE account code with the different types of totals that can be calculated by Sales Audit. Different account codes can be associated with the same total type at different locations and different LEVELS of rollup. And also the 3 roll ups in this table are the same as rollup levels of total. There is one more table FIF_GL_ACCT , which holds all the account related information, which will be BRIDGED across from the RESPECTIVE Financial Application. According to RMS Data Model, the table SA_FIF_GL_CROSS_REF is used to associate an Oracle account code with the different types of totals that can be calculated by Sales Audit. Different account codes can be associated with the same total type at different locations and different levels of rollup. And also the 3 roll ups in this table are the same as rollup levels of total. There is one more table FIF_GL_ACCT , which holds all the account related information, which will be bridged across from the respective Financial Application. |
|