Defining Source Transaction Types
To define source transaction types, use the Source Transaction Definition component (KK_SOURCE_TRAN).
Page Name |
Definition Name |
Usage |
---|---|---|
KK_SOURCE_TRAN1 |
Specify the Commitment Control source transaction amount type, the related reference transaction type, their header and line records, and the key record for the reference transaction type. |
|
KK_SOURCE_TRAN2 |
Specify the source transaction header and line fields that the Budget Processor uses to perform budget checking and exception handling. |
|
KK_SOURCE_TRAN3 |
Specify information about transfers between the originating source transaction pages and the budget exception handling pages. The values entered on this page allow for push-button transfer of information between the source transaction type's entry, inquiry, and adjustment pages and budget exception handling pages. These values indicate where the results of budget-checked transactions are transferred. |
|
KK_SOURCE_TRAN4 |
Specify field name and field value criteria for selecting source transactions for budget-checking. |
|
KK_SOURCE_TRAN5 |
Specify source transaction header fields to update with budget-checking results. |
|
KK_SOURCE_TRAN6 |
Link identical key fields whose object names are different in the source transaction than they are in the reference transaction. Use this page when, for example, the name of a key field for purchase orders is different from the name of the same key field for referenced requisitions. |
|
KK_SOURCE_TRAN7 |
Specify system data that enables exception handling and budget inquiry to display budget-checking results and source transaction information. Page events use common components and dynamic programs for exception handling. You can also define up to two source header fields that can be used as criteria filters in the activity log inquiry. |
|
KK_SOURCE_TRAN8 |
Define budget-checking options for the source transaction type. Your choices override the Commitment Control options that you defined for control budget definitions, control ChartFields, and control budget attributes. |
Use the Source Transactions - Definition page (KK_SOURCE_TRAN1) to specify the Commitment Control source transaction amount type, the related reference transaction type, their header and line records, and the key record for the reference transaction type.
Navigation:
.
This example illustrates the fields and controls on the Source Transactions - Definition Page. You can find definitions for the fields and controls later on this page.

Field or Control |
Description |
---|---|
Commitment Control Amount Type |
Determines which Commitment Control ledger is updated by the source transaction. It can be one of the following:
Note: If the source transaction contains a line whose account value does not belong in the amount type assigned for the transaction (such as a revenue account in a purchase order transaction line, where purchase orders are defined as encumbrance amount types), the Budget Processor does not update the Commitment Control ledger table with that line. |
Referenced Source Transaction |
The transaction type that is reversed, in full or in part, when the transaction type defined on this page is processed. For example, an encumbrance transaction (such as a purchase order) usually reverses a related pre-encumbrance (such as a purchase requisition). The amount of the pre-encumbrance's value that would be reversed when the encumbrance is processed depends on whether or not you use quantity or amount-based liquidation. Quantity based liquidation is enabled in the purchasing definition, and specified on the distribution. |
Header Record and Line Record |
The Budget Processor uses these to select and process data for the source transaction type. The header and line records determine the prompts on the Fields page. |
Update Header Record and Update Line Record |
The Budget Processor updates the status fields on these records with the results of budget checking. |
Note: The update header record and update line record are physical tables or they can be SQL views if they only reference a single table. The header record and line records may be views based on the same physical table as the update header record and update line record.
Field or Control |
Description |
---|---|
Referenced Record Key Record |
The record that contains the key fields that link the source transaction to the record that contains the referenced source transaction. For example, for a source transaction type of Voucher, the DISTRIB_LINE record contains the key fields that link vouchers to the purchase orders stored in the PO_LINE_DISTRIB record. The Referenced Record Key Record field field value is usually the same as the Update Line Record field value, but the Referenced Record Key Record field could point to a sibling table instead (for example, if you require requisitions for some purchase orders, but not for others). The referenced record key record entered here determines the Source Transaction Field Names that prompt on the Referenced Record Keys page. |
Source TAO Record |
The temporary table used in the budget processor application engine program to store the source header and line data. |
KK Source Header Record |
This table stores the KK Source Header data that is specific to the source product. The record structure maintains the same key structure as the product header record which provides a better access path to the product information. Note: The KK product header tables do not replace the KK source header (KK_SOURCE_HEADER). |
Note: Only in rare circumstances should these values be changed, and then only by programmers with extensive experience in PeopleSoft application code.
Use the Source Transactions - Fields page (KK_SOURCE_TRAN2) to specify the source transaction header and line fields that the Budget Processor uses to perform budget checking and exception handling.
Navigation:
.
This example illustrates the fields and controls on the Source Transaction - Fields page. You can find definitions for the fields and controls later on this page.

The Budget Processor must know which source transaction header record fields and line record fields map to which Commitment Control fields.
The Commitment Control fields that map to fields on the source transaction header record are Accounting Date and the following:
Field or Control |
Description |
---|---|
Order By |
The field that the Budget Processor uses to control the order (ascending) in which source documents are processed. If no Order By field is specified, the transactions are processed in the order of the fields defined as key fields on the "Header Record" which is specified on the "Definition" tab. For example for AP_VOUCHER, the key fields on VOUCHER are BUSINESS_UNIT and VOUCHER_ID. If you do not specify a value in the "Order By" field, the Budget Processor orders by BUSINESS_UNIT and VOUCHER_ID. |
The Commitment Control fields that map to fields on the source transaction line record are GL Business Unit (general ledger business unit), Budget Date, Base Currency, Monetary Amount, Foreign Currency, Foreign Amount, and the following fields:
Field or Control |
Description |
---|---|
Statistical Amount |
The field that represents the transaction's quantity, as opposed to amount. This is used to calculate the amount to liquidate from the referenced transaction if quantity-based liquidation is used. If no statistical amount field is specified, monetary amount-based liquidation is used regardless of other option settings. |
Closed Status |
The field on the line record that defines whether the transaction is open or closed. When a transaction is closed, the Budget Processor liquidates all of its remaining unliquidated Commitment Control ledger amounts. |
Closed Value |
Closed Status field value that indicates the transaction has been closed. |
Effective Date Lookup |
This is the effective date field that is used to determine the effective date of the budget definition. |
Quantity |
Field used for statistical budgeting. |
Note: Only in rare circumstances should these values be changed, and then only by programmers with extensive experience in PeopleSoft application code.
Use the Source Transactions - Page Transfers page (KK_SOURCE_TRAN3) to specify information about transfers between the originating source transaction pages and the budget exception handling pages. The values entered on this page allow for push-button transfer of information between the source transaction type's entry, inquiry, and adjustment pages and budget exception handling pages. These values indicate where the results of budget-checked transactions are transferred.
Navigation:
.
This example illustrates the fields and controls on the Source Transactions - Page Transfers page. You can find definitions for the fields and controls later on this page.

This page indicates the parameters required to enable the dynamic use of the PeopleCode Transfer function for page transfers.
Field or Control |
Description |
---|---|
Page Transfer Identifier |
Indicates the type of page to transfer to. The available types include:
|
Search Keys 01 through Search Key 10 |
Search keys to be used in the PeopleCode Transfer function. These prompt off of the fields available in the Source Transactions record (KK_SOURCE_TRAN). |
The Menu Name, Menu Bar Name, Item Name, Panel Name, and Menu Action indicate the navigation to be used for the page transfer.
Note: Only in rare circumstances should these values be changed, and then only by programmers with extensive experience in PeopleSoft application code.
Use the Source Transactions - Selection Criteria page (KK_SOURCE_TRAN4) to specify field name and field value criteria for selecting source transactions for budget-checking.
Navigation:
.
This example illustrates the fields and controls on the Source Transactions - Selection Criteria page.

Indicate the Selection Criteria that the Budget Processor uses as additional criteria to select transactions for budget checking.
Use the Thru (through) check box to manipulate the operand for multiple selection criteria. If the Field Name on two adjacent lines is the same, but there is a different Field Value, leave the check box on the second line deselected to indicate an OR operation between the two values. Select the Thru check box to indicate a range of field values.
If the field names on two or more adjacent lines are different, the system forces the Thru check box to be deselected, and an AND operation is in effect between the lines. Only transactions that meet the field name and field value conditions for both (or all) of the adjacent lines are selected for budget-checking.
Note: Only in rare circumstances should these values be changed, and then only by programmers with extensive experience in PeopleSoft application code.
Selection Criteria for Check Only
Indicate separate additional selection criteria that the budget processor uses to select transactions for Budget Check Only processing (this budget checking process does not commit data to the LEDGER_KK record.)
Use the Source Transactions - Status Fields page (KK_SOURCE_TRAN5) to specify source transaction header fields to update with budget-checking results.
Navigation:
.
This example illustrates the fields and controls on the Source Transactions - Status Fields page.

Specify the Field Name, Valid Value, and Error Value for each source transaction header status field that should be updated when the Budget Processor is run.
You can select the Date/Timestamp field (for example, DTTM_STAMP_SEC) so that the source transaction is updated with the current system date/timestamp from the database when the header status is updated by the Budget Processor.
Note: PeopleSoft does not deliver Date/Timestamp fields for the Source Transaction definitions; however, you can add them here for this purpose.
You cannot alter the values for the BUDGET_HDR_STATUS (Budget Header Status) field, which the Budget Processor always populates with V (for valid) or E (for error). If you enter only a Valid Value, the status field is updated only if there are no budget errors. If you enter only an Error Value, the status field is updated only if there are budget errors. If you enter both values, the field is populated by the results of the budget check.
Note: Only in rare circumstances should these values be changed, and then only by programmers with extensive experience in PeopleSoft application code.
Use the Source Transactions - Referenced Record Keys page (KK_SOURCE_TRAN6) to link identical key fields whose object names are different in the source transaction than they are in the reference transaction. Use this page when, for example, the name of a key field for purchase orders is different from the name of the same key field for referenced requisitions.
Navigation:
.
This example illustrates the fields and controls on the Source Transactions - Referenced Record Keys page.

To link two identical but differently named key fields that have to be referenced to one another, indicate the source transaction type's field under Source Transaction Field Name and indicate the referenced transaction key field name under Field Name. The value in the Referenced Record Key Record field on the Source Transactions - Definition page determines the prompts for the Source Transaction Field Name.
Note: Only in rare circumstances should these values be changed, and then only by programmers with extensive experience in PeopleSoft application code.
Use the Source Transactions - Page Events page (KK_SOURCE_TRAN7) to specify system data that enables exception handling and budget inquiry to display budget-checking results and source transaction information.
Page events use common components and dynamic programs for exception handling. You can also define up to two source header fields that can be used as criteria filters in the activity log inquiry.
Navigation:
.
This example illustrates the fields and controls on the Source Transactions - Page Events page. You can find definitions for the fields and controls later on this page.

The data displayed on this page enables exception handling to display the appropriate values for specific source transactions using common functions in the PeopleCode behind the exception and inquiry pages.
Field or Control |
Description |
---|---|
Source Header View |
Links the source transaction header data with the Budget Processor header data. |
Source Header ID Field Name |
Represents the source transaction document for display purposes. |
Source Header ID Label |
Label for the Source Header ID field. For display purposes. |
Source Lines View |
Links the source transaction line data with Budget Processor line data. |
Source Line # Prompt View |
Used as % editable for the line field on the source transaction's Line Exceptions page. |
Source Line # Field Name |
Highest level line number field for the source transaction type. |
Source Exception Line View |
Links the source transaction line data with Budget Processor line data and budget exception data. |
Source Drill Down Page |
Displays source transaction line drill down page. |
Message Number |
Message catalog number for the displayed name for the source transaction line drill-down. System data ranges from #1022 to #1038 for the 17 source transaction types. |
Message Set Number |
Message catalog set for the drill-down page's displayed title (auto-defaulted to 18021). |
Note: You should change these values only in rare circumstances. Only programmers with extensive experience in PeopleSoft application code should make changes to these values.
Activity Log Search Criteria
Selections for both the 1st Source Header ID Field and the 2nd Source Header ID Field are derived from the key fields of the Header Record that is defined on the Definition tab of the Source Transactions page. The values in the two fields must be different.
Select a value that corresponds to the field. Selections for 1st and 2nd Source Header ID Prompt are views that are delivered by PeopleSoft.
Note: The fields are referenced in the Page Events tab under activity log search criteria. The page is delivered configured and you usually will not change any of the setup. This information is provided for use only in the event that you want to change the search criteria.
When the data type of the Source Header ID field is either Date, Time or DateTime, the corresponding Source Header ID Prompt becomes disabled.
The following two tables list the delivered 1st and 2nd source header IDs and the prompt tables associated with them.
1st Source Header ID and Associated Prompt Tables
This table is a list of the 1st Source Header Field inquiry criteria and is the same as the value that is setup in the KK_PANEL_EVENT.KK_HEADER_ID_FIELD).
KK_SOURCE_TRAN |
RECNAME_HEADER |
KEYS OTHER THAN (BU AND HEADER ID) |
VIEWS |
---|---|---|---|
AP_ACCT_LN |
VCHR_ACT_HDR_VW |
VOUCHER_ID |
KK_ALOG_AP_VW |
AP_ACCTDSE |
VCHR_ACT_DSE_VW |
VOUCHER_ID |
KK_ALOG_AP_VW |
AP_ACENC |
VCHR_ACT_ENC_VW |
VOUCHER_ID |
KK_ALOG_AP_VW |
AP_ACEXP |
VCHR_ACT_EXP_VW |
VOUCHER_ID |
KK_ALOG_AP_VW |
AP_VCHR_NP |
VCHR_HDR_NP_VW |
VOUCHER_ID |
KK_ALOG_AP_VW |
AP_VOUCHER |
VCHR_KK_VW |
VOUCHER_ID |
KK_ALOG_AP_VW |
AR_MISCPAY |
ARCC_PAY_HDR_VW |
DEPOSIT_ID |
KK_ALOG_ARM_VW |
AR_REVEST |
AR_CC_TRAN_VW |
CUST_ID |
KK_ALOG_ARR_VW |
BI_INVOICE |
BI_ACCT_KK_VW |
INVOICE |
KK_ALOG_BI_VW |
CM_TRNXTN |
CM_KK_HDR_VW |
INV_ITEM_ID |
KK_ALOG_CM_VW |
EX_EXCLOSE |
EX_SHEET_HDR |
SHEET_ID |
KK_ALOG_EXP1_VW |
EX_ACENC |
EX_ACCTG_TA_VW |
EX_DOC_ID |
KK_ALOG_EXP3_VW |
EX_ACEXP |
EX_ACCTG_XTA_VW |
EX_DOC_ID |
KK_ALOG_EXP4_VW |
EX_EXSHEET |
EX_SHEET_HDR |
SHEET_ID |
KK_ALOG_EXP1_VW |
EX_TRVAUTH |
EX_TAUTH_HDR |
TRAVEL_AUTH_ID |
KK_ALOG_EXP2_VW |
GENERIC |
COMCNTL_TRN_HDR |
TRANS_NBR |
KK_ALOG_GEN_VW |
GL_JOURNAL |
JRNL_HEADER |
JOURNAL_ID |
KK_ALOG_GL_VW |
GL_BD_JRNL |
KK_BUDGET_HDR |
JOURNAL_ID |
KK_ALOG_BD_VW |
GM_FA |
GM_PRJ_RHDR_VW |
PROJECT_ID |
KK_ALOG_GM_VW |
GM_FA_UPG |
GM_PRJ_RHDR_UPG |
PROJECT_ID |
KK_ALOG_GM_VW |
HP_PAY_ENC |
HP_KK_ENC_HDR |
HP_KK_DOC_ID |
HP_KK_ENC_HDR |
HP_PAY_EXP |
HP_KK_EXP_HDR |
RUN_DT |
NA |
HR_PAYROLL |
HR_KK_HDR |
RUN_DT |
NA |
HYP_CHECK |
HYP_KK_BD_HDR_P |
HYP_TRAN_ID |
KK_ALOG_HYP_VW |
HYP_POST |
HYP_KK_BD_HDR_A |
HYP_TRAN_ID |
KK_ALOG_HYP_VW |
PC_JOURNAL |
INTFC_PC_KK_VW |
INTFC_ID |
KK_ALOG_PC_VW |
PO_CCBATCH |
CC_LINE1_TAO |
EMPLID |
KK_ALOG_PO4_VW |
PO_PROCARD |
CC_TRANS_LINE |
EMPLID |
KK_ALOG_PO4_VW |
PO_POENC |
PO_HDR |
PO_ID |
KK_ALOG_PO1_VW |
PO_POENCNP |
PO_HDR_NP |
PO_ID |
KK_ALOG_PO1_VW |
PO_PROCARD |
CC_TRANS_LINE |
EMPLID |
KK_ALOG_PO4_VW |
PO_RAENC |
RECV_ENC_HDR_VW |
RECEIVER_ID |
KK_ALOG_PO3_VW |
PO_RAEXP |
RECV_EXP_HDR_VW |
RECEIVER_ID |
KK_ALOG_PO3_VW |
REQ_PRECNP |
REQ_HDR_NP |
REQ_ID |
KK_ALOG_PO2_VW |
REQ_PREENC |
REQ_HDR_PR |
REQ_ID |
KK_ALOG_PO2_VW |
2nd Source Header ID and Associated Prompt Tables
This table is a list of key fields for the 2nd Source Header ID. The first field that is listed under "KEYS OTHER THAN (BU AND HEADER ID) is delivered as the 2nd Source Header ID field. NONE indicates that there is no other key field.
KK_SOURCE_TRAN |
RECNAME_HEADER |
KEYS OTHER THAN (BU AND HEADER ID) |
VIEWS |
---|---|---|---|
AP_ACCT_LN |
VCHR_ACT_HDR_VW |
NONE |
NA |
AP_ACCTDSE |
VCHR_ACT_DSE_VW |
NONE |
NA |
AP_ACENC |
VCHR_ACT_ENC_VW |
NONE |
NA |
AP_ACEXP |
VCHR_ACT_EXP_VW |
NONE |
NA |
AP_ACTDSEC |
VCH_ACT_DSEC_VW |
NONE |
NA |
AP_VCHR_NP |
VCHR_HDR_NP_VW |
NONE |
NA |
AP_VOUCHER |
VCHR_KK_VW |
NONE |
NA |
AR_MISCPAY |
ARCC_PAY_HDR_VW |
DEPOSIT_BU PAYMENT_SEQ_NUM |
KK_ALOG_ARM_VW1 KK_ALOG_ARM_VW2 |
AR_REVEST |
AR_CC_TRAN_VW |
ITEM ITEM_LINE ITEM_SEQ_NUM CC_GROUP_SEQ_NUM |
KK_ALOG_ARR_VW1 KK_ALOG_ARR_VW2 KK_ALOG_ARR_VW3 KK_ALOG_ARR_VW4 |
BI_INVOICE |
BI_ACCT_KK_VW |
ACCOUNTING_DT |
NA |
CM_TRNXTN |
CM_KK_HDR_VW |
DT_TIMESTAMP SEQ_NBR |
KK_ALOG_CM_VW_2 |
EX_ACENC |
EX_ACCTG_TA_VW |
NONE |
NA |
EX_ACEXP |
EX_ACCTG_XTA_VW |
NONE |
NA |
EX_EXCLOSE |
EX_SHEET_HDR |
NONE |
NA |
EX_EXSHEET |
EX_SHEET_HDR |
NONE |
NA |
EX_TRVAUTH |
EX_TAUTH_HDR |
NONE |
NA |
GENERIC |
COMCNTL_TRN_HDR |
TRANS_DT |
NA |
GL_JOURNAL |
JRNL_HEADER |
JOURNAL_DATE UNPOST_SEQ |
KK_ALOG_GL_VW_2 |
GM_FA |
GM_PRJ_RHDR_VW |
ACTIVITY_ID RESOURCE_ID |
KK_ALOG_GM_VW_1 KK_ALOG_GM_VW_2 |
GM_FA_UPG |
GM_PRJ_RHDR_UPG |
ACTIVITY_ID RESOURCE_ID |
KK_ALOG_GM_VW_1 KK_ALOG_GM_VW_2 |
HP_PAY_ENC |
HP_KK_ENC_HDR |
NONE |
NA |
HP_PAY_EXP |
HP_KK_EXP_HDR |
SEQNUM |
HR_ACCTG_LINE |
HR_PAYROLL |
HR_KK_HDR |
SEQNUM KK_AMOUNT_TYPE ACCOUNTING_DT |
KK_ALOG_HR_VW_1 KK_ALOG_HR_VW_2 |
HYP_CHECK |
HYP_KK_BD_HDR_P |
NONE |
NA |
HYP_POST |
HYP_KK_BD_HDR_A |
NONE |
NA |
PC_BUDGET |
PC_KK_HDR |
NONE |
NA |
PC_JOURNAL |
INTFC_PC_KK_VW |
KK_DISTRIB_STATUS PROCESS_INSTANCE |
KK_ALOG_PC_VW_1 KK_PROC_INS_VW1 |
PO_POENC |
PO_HDR |
NONE |
NA |
PO_PROCARD |
CC_TRANS_LINE |
CREDIT_CARD_VENDOR CRDMEM_ACCT_NBR TRANS_NBR SEQUENCENO TRANS_DT LINE_NBR DTTM_STAMP |
KK_ALOG_PO3_VW1 KK_ALOG_PO3_VW2 KK_ALOG_GEN_VW KK_ALOG_PO3_VW3 KK_ALOG_PO3_VW4 |
PO_RAENC |
RECV_ENC_HDR_VW |
RECV_LN_NBR RECV_SHIP_SEQ_NBR DISTRIB_LINE_NUM DST_ACCT_TYPE APPL_JRNL_ID ACCOUNTING_PERIOD FISCAL_YEAR ORIGINAL_TRANS DT_TIMESTAMP |
KK_ALOG_PO4_VW1 KK_ALOG_PO4_VW2 KK_ALOG_PO4_VW3 KK_ALOG_PO4_VW4 KK_ALOG_PO4_VW5 KK_ALOG_PO4_VW6 KK_ALOG_PO4_VW7 KK_ALOG_PO4_VW8 |
PO_RAEXP |
RECV_EXP_HDR_VW |
RECV_LN_NBR RECV_SHIP_SEQ_NBR DISTRIB_LINE_NUM DST_ACCT_TYPE APPL_JRNL_ID ACCOUNTING_PERIOD FISCAL_YEAR ORIGINAL_TRANS DT_TIMESTAMP |
KK_ALOG_PO4_VW1 KK_ALOG_PO4_VW2 KK_ALOG_PO4_VW3 KK_ALOG_PO4_VW4 KK_ALOG_PO4_VW5 KK_ALOG_PO4_VW6 KK_ALOG_PO4_VW7 KK_ALOG_PO4_VW8 |
REQ_PRECNP |
REQ_HDR_NP |
NONE |
NA |
REQ_PREENC |
REQ_HDR_PR |
NONE |
NA |
Use the Source Transactions - Options page (KK_SOURCE_TRAN8) to define budget-checking options for the source transaction type.
Your choices override the Commitment Control options that you defined for control budget definitions, control ChartFields, and control budget attributes.
Navigation:
.
This example illustrates the fields and controls on the Source Transactions - Options page. You can find definitions for the fields and controls later on this page.

Note: You can adjust the field values on this page at any time. The selections you make here for the commitment control option override the options you selected at the budget attributes, control ChartField, or control budget definition.
Field or Control |
Description |
---|---|
Commitment Control Option |
Select the degree of budgetary control:
|
Override Budg Checking Option (override budget checking option) |
Note: Override budget checking option is only applicable when commitment control security for the override event is not active. When you are using commitment control security for the override event, the setting for this option is not evaluated. Only the commitment control security rules are evaluated to determine whether a user can override a budget checking exception. If you are not using commitment control security, then this field is evaluated and when set to Allow Override, the user is permitted to override budget exceptions that are considered overridable. The list of overridable versus non-overridable exceptions is in the Managing Budget Exceptions topic. |
Update Transaction Log |
Select a value to determine whether the source transaction type updates the Commitment Control Transaction Log (KK_TRANS_LOG). The Commitment Control Transaction Log provides the ability to track historical budget-checking activity at the untranslated document level. This table records all successful budget-checking transactions sequentially, including reversal entries. For example, if you budget check a purchase order with Fund 100 and then change the Fund to 200 and re-budget-check the purchase order, you can use the Commitment Control Transaction Log to see this history. Each time you budget-check a transaction, a sequence number on the record increments by 1. You can use the Commitment Control Transaction Log table in conjunction with data in the KK_SOURCE_HDR table, the KK_SOURCE_LN table, and the KK_ACTIVITY_LOG table to research historical activity, reconcile discrepancies, and attest to the accuracy of accounting data maintained within the Commitment Control ledgers. |
Skip Budget Processor Edits |
Select one of these values to determine whether source transaction lines that have a budget line status of V or W coming into the budget checking process undergo budget attribute edit and budget checking routines. These are the monetary and budget attributes related edits. Configuration related edits, such as edits for ChartFields not in the tree or budget definition not found continue to be logged.
As Purchasing and Expenses are the only products that manage the budget line status field on documents, this option is displayed for only the Source Transaction Definitions listed below:
For all other definitions, the field is not available on the page and the systems defaults to Re-edit valid lines. If the ChartFields, amounts, or dates associated with a source line are changed, the budget line status is changed to N so that the line is rechecked. Note: Valid lines are still picked up and processed by the budget processor. This feature simply suppresses the Budget Attribute and Budget Checking related exceptions. Any setup related errors associated with the source lines is still logged. For example: The Budget is Closed and the Budget Date is Out of Bounds exceptions are suppressed. However, setup related errors, such as the account is not defined in the translation tree or a budget definition could not be found is logged. |