Skip to content

Commit ea984da

Browse files
Merge 25.11 to 26.2
2 parents 6ec78a5 + 9344003 commit ea984da

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--update of procedure to production for daily run-->
3+
<etl xmlns="http://labkey.org/etl/xml">
4+
5+
<name>clinPathRunDateFinalized</name>
6+
7+
<description>Clin Path Runs ensure that QCState Completed generated the Date Finalized </description>
8+
<transforms>
9+
<transform id="clnPathRunEndDate" type="StoredProcedure">
10+
<description>Runs Stored Procedure that checks if the Date Finalized in present for finalized Charges</description>
11+
<procedure schemaName="onprc_billing" procedureName="UpdateClinPathEndDate">
12+
</procedure>
13+
</transform>
14+
</transforms>
15+
16+
<schedule>
17+
<!--4:50AM-->
18+
<cron expression="0 50 4 * * ?"/>
19+
20+
</schedule>
21+
</etl>

0 commit comments

Comments
 (0)