Entry point when the Depreciation Calculation is performed by procedures. Note that, to use procedure AF050FPR, you must encode/develop it in the native language of the SGBD you are using. If you use ORACLE, encode it in ORACLE, if MSSQLSERVER, encode it in SQLSERVER and if in POSTGRES, encode it in POSTGRES. The example below is in Oracle.
Procedure to use the procedure AF050FPR or any other Entry Point in procedure. - Install the main procedure package and check whether the Entry Point was created, being mindful of parameter MV_DROPPE.
- It must be set to "F" to not delete the Entry Points.
Note this procedure is always installed in the database:
Note: note that the EP is always executed in the call of the main procedure ATF001 as follows: Bloco de código |
---|
language | sql |
---|
title | EP Call via SQL |
---|
linenumbers | true |
---|
| AF050FPR_11_T1 (vcFilial , vcN3_CBASE , vcN3_ITEM , vcN3_TIPO , vcN3_SEQ , IN_DATADEP , vcCalcula ); |
|