Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jira Legacy
serverSystem JIRA
serverId8b861ae3-ff87-316b-a17e-97c61a7e2fb4
keyAP-517

Certified:

Baseline Reports

  •  SVAAPIZ (Academic Year Annualizer) - Irrelevant for Annual

...

Exception CRNs not reported: Actual CRN with no reportable student attendance hours.
202310 First Primary GEOL 151 17092 0 A COS P Geology of the Mojave Desert

Note

Inputted after submission. Local reporting will show it but it was not counted on the Annual 320 submission for apportionment.

202310 First Primary IA 047AD 16813 0 A COS P Strategies of Sport
202310 First Primary IA 049AD 16815 0 A COS P Performance of Sport
202310 First Primary PTA 400 16232 0 A COS P PTA Skills Lab
202310 First Primary PTA 400 16233 0 A COS P PTA Skills Lab
202310 First Primary PTA 400 16234 0 A COS P PTA Skills Lab

Warning

Emailed instructors, cc’d deans in January. Reminded deans February.

New as of Annual file:

202320 Second Primary ENGL 002 28327 D08 A TUL P Logic and Composition

Hours inputted as of . After this report deadline.

202320 Second Primary ESL 440 27062 0 A COS E Advanced Writing/Grammar 5
202320 Second Primary ESL 442 27066 0 A COS E Adv Listening/Speaking 5

...

  •  SEND "*WARNING* Total CH is not equal to (Length Mult * Std CH)" to Vanessa Escobar/Jenae Prator it's about Attendance Method
    •  Jenae assessed .
      •  Jordan Lamb to ask Dean of Enrollment Management about Accounting Method for TBA/Clinical CRNs
    •  Vanessa assessed .
  •  SVRCALP

...

ATTENDANCE FTES* OF STATE RESIDENTS(and Nonresidents Non-Residents Attending Noncredit courses)

  •  SVRCALS feeds Flex-Time Activities | F Factor has all 0’s in both PROD and TEST
Info

SOACALD/SSAACRL/SSAEXCL Data Entry - Functional - Confluence (atlassian.net)

DISTRICT REPORTS

  •  Part IX
Info

Pull from SVRCAL9

  •  NON CREDIT, NON RESIDENT
    •  Part IV (in college forms) (see SVRCALS to see values prior to combining)
    •  CDCP section (page has a short timeout. save as you go)

SVRCALU populates this.

For noncredit FTES (including CDCP noncredit) the attendance of both residents and nonresidents is reported in the Residents column of Part IV and in the CDCP section of the report. - Natalie Wagner (CO)

Info

COCI drives the CDCP portion.

Manual Edits

Info

Documented in Backup Spreadsheet but tracked here.

  •  Add IA 202310 - 16813, 16815 if @Vanessa Escobar agrees that they should have been “D” - Daily Accounting Method.
  • Ignored this cycle w/ blessing of Dean of Enrollment Mgmt.
  •  Add PS 200M1

...

TERM

...

CRN

...

SUBJ_CODE

...

CRSE_NUMB

...

ACCT_CODE

...

ENRL

...

PTRM_END_DATE

...

1. PROD has all zeros (California Student 8.X Installation Information Release 8.15.2)

Warning

Standard Ticket - Customer Center (service-now.com Defect w/ Resolution in 8.16

2. TEST has data (blue star) w/ most up to date PROD clone (California Student 8.X Installation Information Release 8.17) (Cloned )

  • Used this instance of Banner for this reporting.

3. DEVL has data w/ older PROD clone date (California Student 8.X Installation Information Release 8.16) (Cloned ) works.

Info

SOACALD/SSAACRL/SSAEXCL Data Entry - Functional - Confluence (atlassian.net)

DISTRICT REPORTS

  •  Part IX
Info

Pull from SVRCAL9

  •  NON CREDIT, NON-RESIDENT
    •  Part IV (in college forms) (see SVRCALS to see values prior to combining)
    •  CDCP section (page has a short timeout. save as you go)

SVRCALU populates this.

For noncredit FTES (including CDCP noncredit) the attendance of both residents and nonresidents is reported in the Residents column of Part IV and in the CDCP section of the report. - Natalie Wagner (CO)

Info

COCI drives the CDCP portion.

Manual Edits

Info

Documented in Backup Spreadsheet but tracked here.

  •  Add IA 202310 - 16813, 16815 if @Vanessa Escobar agrees that they should have been “D” - Daily Accounting Method.
  • Ignored this cycle w/ blessing of Dean of Enrollment Mgmt.
  •  Add PS 200M1

TERM

CRN

SUBJ_CODE

CRSE_NUMB

ACCT_CODE

ENRL

PTRM_END_DATE

In 22-23, 320 P2?

202220

25484

PS

200M1

P

44 (43 Res)

2022-07-20

No, missing 35.285238095 FTES

...

Expand
titleCensus Date or End Date is > 7/1
Info

Sorry for the delay on this. I’m inclined to say these Alternative Attendance Accounting Procedure-Daily Census courses also have the summer shift reporting option. Title 5 section 58010(a) states “Full-time equivalent student for courses using census procedure may be reported in either the fiscal year in which the census day procedure is completed or in which the course ends.” I know that this provision does not apply to positive attendance courses (those must be reported in the period in which the course ends), however, I do not see any reason that it would not apply to courses on the alternative attendance accounting procedure- daily census.

As is the case with regular daily census courses, you would want to make sure that appropriate records are maintained to show that FTES were claimed appropriately and not claimed in both fiscal years.

-Natalie Wagner 7/15/2021

  •  Remove CARRY FORWARD
  •  No NonResident TSCH are showing up for D/ID on Term 202330. Write query to find if true.

show that FTES were claimed appropriately and not claimed in both fiscal years.

-Natalie Wagner 7/15/2021

  •  Remove CARRY FORWARD
    •  No Non-Resident TSCH are showing up for D/ID on Term 202330. Wrote query to find if true.
Code Block
languagesql
--NonResident TSCH are showing up for D/ID for a given term
SELECT          SSBSECT.SSBSECT_TERM_CODE
                ,SSBSECT.SSBSECT_CRN
                ,SSBSECT.SSBSECT_PTRM_END_DATE
                ,SSBSECT.SSBSECT_CAMP_CODE
                ,COUNT(SFRSTCR.SFRSTCR_PIDM)
FROM            COS_DATALAKEHOUSE.DATALAKE.COSBANNERPROD_SATURN_SFRSTCR AS SFRSTCR
LEFT JOIN       DEV_DB.JOSHUAME.FV_DEMO_GET_RESIDENCY RESIDENT
    ON SFRSTCR.SFRSTCR_PIDM = RESIDENT.PIDM
           AND SFRSTCR.SFRSTCR_TERM_CODE = RESIDENT.TERM_CODE
LEFT JOIN       COS_DATALAKEHOUSE.DATALAKE.COSBANNERPROD_SATURN_STVRESD AS STVRESD
    ON RESIDENT.SGBSTDN_RESD_CODE = STVRESD_CODE
INNER JOIN      COS_DATALAKEHOUSE.DATALAKE.COSBANNERPROD_SATURN_SSBSECT AS SSBSECT
    ON SFRSTCR_TERM_CODE = SSBSECT.SSBSECT_TERM_CODE
            AND SFRSTCR_CRN = SSBSECT_CRN
WHERE           SFRSTCR.SFRSTCR_TERM_CODE = :term_code
AND             SSBSECT_PTRM_END_DATE > CONCAT(:YYYYMMDD) --Follow this format 'YYYY-MM-DD' and include the ' '
AND             STVRESD.STVRESD_IN_STATE_IND <> 'I'
AND             SSBSECT.SSBSECT_ACCT_CODE IN ('D','ID')
AND             SSBSECT_CAMP_CODE <> 'COS'
AND             SFRSTCR.INVOKE_DATA_DATE = DATEADD(DAY, -1, CURRENT_DATE)
AND             STVRESD.INVOKE_DATA_DATE = DATEADD(DAY, -1, CURRENT_DATE)
AND             SSBSECT.INVOKE_DATA_DATE = DATEADD(DAY, -1, CURRENT_DATE)
GROUP BY        SSBSECT_TERM_CODE, SSBSECT_CRN, SSBSECT_CAMP_CODE,SSBSECT_PTRM_END_DATE;

Wasn’t true so I went looking for defects and found one:

Warning

Standard Ticket - Customer Center (service-now.com) - PD0006871

Info

California Release 8.17 has the resolution for above defect. COS locally scheduled go live for 8.17 is in August 2023.

  • Defect didn’t persist in SVRCALD w/ Student Details so that was used to find those allowable Carry Forward sections and TSCH amounts.

FTES difference between 2023 Carry Forward for Non-Resident students (.33 FTES) and last Recal cycle in 2022 (2.7 FTES) is notable, but can’t find any errors w/ that field.