|
![]() |
Property | Value |
Name | smc_GLRolloverBalances |
Schema | dbo |
Quoted Identifier Status | True |
Ansi Nulls Status | True |
Returns View Metadata | False |
Create Date | 10/12/2015 11:37 AM |
Description |
Column Name |
Data Type |
Allow Nulls |
Fulltext Indexed |
Identity |
Description / Computed Formula |
varchar(8) |
True |
False |
False |
||
numeric(17, 2) |
False |
False |
False |
||
varchar(8) |
True |
False |
False |
||
varchar(9) |
True |
False |
False |
||
varchar(4) |
True |
False |
False |
||
numeric(17, 2) |
False |
False |
False |
||
varchar(8) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
numeric(17, 2) |
False |
False |
False |
||
int(10, 0) |
True |
False |
False |
||
varchar(3) |
True |
False |
False |
||
varchar(4) |
True |
False |
False |
||
numeric(17, 2) |
False |
False |
False |
||
varchar(8) |
True |
False |
False |
Name | Insert | Update | Delete | Instead |
Name | Clustered | Columns |
Name | Type |
Table |
|
Table |
|
Table |
Name | Type |
TABLE |
|
TABLE |
|
TABLE |
Object | Property | Value |
Object | Property | Value |
/****** Object: View [dbo].[smc_GLRolloverBalances] Script Date: 03/09/2017 16:47:09 ******/ SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE VIEW [dbo].[smc_GLRolloverBalances] AS SELECT CAST(Ledger.FISCAL_YEAR AS Int) AS FiscalYear ,AM.FundCode AS Fund ,AM.ChartField1 AS ChartField1 ,SUBSTRING(Ledger.GL_ACCT_NO,17,5) + '000' AS Account ,AM.DeptId AS DeptId ,AM.ClassField AS ClassField ,AM.OperatingUnit AS OperatingUnit ,AM.BudgetRef ,AM.Project ,AM.Course ,ISNULL(Monthly.AMOUNT, 0) AS Amount ,ISNULL(Monthly.COMMITMENT, 0) AS Commitment ,ISNULL(Monthly.ENCUMBRANCE,0) AS Encumbrance ,ISNULL(POOL_ALLOCATION,0) AS PoolAllocation FROM GENERAL_LEDGER_FILE Ledger INNER JOIN SMC_AccountMapping AM ON ( SUBSTRING(Ledger.GL_ACCT_NO, 9, 6) = AM.Qual1 ) INNER JOIN GENERAL_LEDGER_FILE_MONTHLY_ACCUMS Monthly ON ( Ledger.ISN_GENERAL_LEDGER_FILE = Monthly.ISN_GENERAL_LEDGER_FILE AND Monthly.cnxarraycolumn = 0 AND ( Monthly.AMOUNT IS NOT NULL OR Monthly.ENCUMBRANCE IS NOT NULL OR Monthly.COMMITMENT IS NOT NULL OR Monthly.POOL_ALLOCATION IS NOT NULL ) ) |
Powered by BI Documenter |