Functional Description
Global Status Update Program is used to change change request detail line item status codes from its current status to
another status that is selected on the Global Status Update form. When changing a status that affects ledger types, the
program will also correctly update the GL Accounts Ledger table (F0911) if a processing option for Audit Trail is set
correctly.
This program is used in the following programs:
1. Called from Change Request Entry program (P5310) under Form exit and this is used to update ALL grid rows
based on what columns are in the grid (you can select what grid columns to use) from the current status to the new status
selected on the Global Status Update form.
2. Called from Planned Change Order Entry (P5314) and Change Order Entry (P5315) programs when either the
PCO or CO is approved. The Global Status Update program is then automatically called and the attached change requests
for the PCO and CO are automatically changed to the status' for Cost, Revenue, and Subcontract detail line items
based on the value entered in the processing options for each record type.
D5300012 - Global Status Update
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cPCOCONumberFlag | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szCostCenter | MCU | char | OPT | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
cFromHeaderStatus | BSTC | char | OPT | NONE |
A code that indicates the status of the change request. It is for information only and is not attached to a ledger type. This code should not be
| ||||
cToHeaderStatus | BSTC | char | OPT | NONE |
A code that indicates the status of the change request. It is for information only and is not attached to a ledger type. This code should not be
| ||||
szFromStatusCodeCost | SCOS | char | OPT | NONE |
A user defined code (53/ST) that specifies the status of a cost change request for a selected job and line item. The system uses this code
| ||||
szToStatusCodeCost | SCOS | char | OPT | NONE |
A user defined code (53/ST) that specifies the status of a cost change request for a selected job and line item. The system uses this code
| ||||
szFromStatusCodeRevenue | SREV | char | OPT | NONE |
A user defined code (53/ST) that specifies the status of a revenue change request for a selected job and line item. The system uses this
| ||||
szToStatusCodeRevenue | SREV | char | OPT | NONE |
A user defined code (53/ST) that specifies the status of a revenue change request for a selected job and line item. The system uses this
| ||||
szFromStatusCodeSubcontract | SSUB | char | OPT | NONE |
A user defined code (53/ST) that specifies the status of a subcontract change request for a selected job and line item. The system uses this
| ||||
szToStatusCodeSubcontract | SSUB | char | OPT | NONE |
A user defined code (53/ST) that specifies the status of a subcontract change request for a selected job and line item. The system uses this
| ||||
szErrorMessageID | DTAI | char | OPT | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
cReturnErrorID | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
mnCRPCOCONumber | CONO | MATH_NUMERIC | OPT | NONE |
The number assigned to the change request for a particular job. | ||||
szColumnName | COLN | char | OPT | NONE |
An alphanumeric code that identifies a column. A column represents a performance factor, such as the average unit cost for an item and the
| ||||
cAuditFlag | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
jdDateForGLandVoucherJULIA | DGJ | JDEDATE | OPT | 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
|
None |
None |