B03B0072
Retrieve Credit Collection Fiscal Period
Functional Description
Purpose
This purpose of this business function is to return the Fiscal Year, Date For G/L, Period Number,
Ending Date, and Period Days based on the company number.
Setup Notes and Prerequisites
Special Logic
Technical Specifications
Parameters
ItemDescriptionI/OReq?Notes
COszCompanyIYes
FYmnFiscalYear1O
DGJjdDateForGLAndVoucherJuliaIYes
PNmnPeriodNoGeneralLedgeO
ENDjdDateEndingO
DAYPmnPeriodDaysO
CTRYmnCenturyO
CURYcCurrentYearFlagO
Related Tables
F03B08Credit/Collection Date Pattern
Related Business Functions
Processing
Call I_B03B0072_ProcessFiscalYear for company number passed
If ER_ERROR returned
Call I_B03B0072_ProcessFiscalYear for company '00000'
Return
Subroutine I_B03B0072_ProcessFiscalYear
Set Selection Parameters
If not equal JDEDB_PASSED
return ER_ERROR
JDB_SelectKeyed
If equal JDEDB_PASSED
JDB_FETCH
If JDEDB_PASSED
Copy the Fetched fields to the output fields
else
return ER_ERROR
else
return ER_ERROR
return ER_SUCCESS
^
D03B0072 - Retrieve Credit Collection Fiscal Period
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
jdDateForGLAndVoucherJulia | DGJ | JDEDATE | NONE | NONE |
A date that identifies the financial period to which the transaction will be posted. You define financial periods for a date pattern code that you
| ||||
szCompany | CO | char | NONE | NONE |
A code that identifies a specific organization, fund, or other reporting entity. The company code must already exist in the Company
| ||||
mnFiscalYear1 | FY | MATH_NUMERIC | NONE | NONE |
A number that identifies the fiscal year. Generally, you can either enter a number in this field or leave it blank to indicate the current fiscal
| ||||
mnPeriodNoGeneralLedge | PN | MATH_NUMERIC | NONE | NONE |
A number indicating the current accounting period. This number, used in conjunction with the Company Constants table (F0010) and the
| ||||
jdDateEnding | END | JDEDATE | NONE | NONE |
The date when an asset was removed or returned from a particular location. | ||||
mnPeriodDays | DAYP | MATH_NUMERIC | NONE | NONE |
The number of days within an accounting period. | ||||
mnCentury | CTRY | MATH_NUMERIC | NONE | NONE |
The calendar century associated with the year. Enter is the first two digits of
the year. For example, 19 indicates any year beginning with 19
| ||||
cCurrentYearFlag | CURY | char | NONE | NONE |
An option that you use to specify a fiscal year as the current year. |
None |
F03B08 Credit/Collection Date Pattern |