1.1Purpose
The purpose of this function is to provide caching functionality for inbound warranty claim parts list
information. This business function provides all the standard caching capabilities for data in the F3111Z2 table.
1.2Setup Notes and Prerequisites
None
1.3Special Logic
This business function uses action codes to identify how the cache is processed. They are as follows:
Action Code
1 - Cache Get
2 - Cache Add
3 - Cache Update
4 - Cache Delete
5 - Cache Delete All
6 - Cache Get Next
7 - Cache Add Update
8 - Cache Terminate
9 - Cache Close Cursor
D - Cache Debug
N - Cache Get Num Records
When using the 'Cache Get Next' action code, you must call the business function using the 'Cache Get'
action code first. During this call, you must retrieve the pointer into a GENLNG variable by passing a '1' in the
cReturnPointer field. Once the pointer has been retrieved, you can use the 'Cache Get Next' action code by passing
the GENLNG variable back and forth.
D1702610 - Cache Inbound Warranty Claim Parts Detail
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnJobNumber | JOBS | MATH_NUMERIC | REQ | BOTH |
This field is used to pass the job number to access the cache. The first call to this function will automatically create a
| ||||
cActionCode | ACTN | char | REQ | INPUT |
This field is used to determine how to process the cache.
| ||||
cErrorCode | EV01 | char | OPT | OUTPUT |
This field is used to identify error codes retrieved from the function. Valid error codes are:
| ||||
nNumOfKeys | INT01 | integer | OPT | INPUT |
This field is used to identify the number of keys to the cache the system will use. This is mainly used when trying to fetch
| ||||
cSuppressErrorMessage | SUPPS | char | OPT | INPUT |
This field is used to suppress error messages that occur in the function. Passing a '1' into this field will suppress the
| ||||
szErrorMessage | DTAI | char | OPT | OUTPUT |
This field is used to pass back the error message id values from the function.
| ||||
idhCursor | GENLNG | ID | OPT | BOTH |
This field is used to pass the pointer to the cache. It is used when reading records through the cache.
| ||||
cReturnPointer | EV01 | char | OPT | INPUT |
This field is used to determine if the system should return the pointer to the cache. This parameter is used in
| ||||
szEdiUserId | EDUS | char | OPT | NONE |
The source of the transaction. This can be a user ID, a workstation, the address of an external system, a node on a network, and so on. This
| ||||
szEdiBatchNumber | EDBT | char | OPT | NONE |
The number that the transmitter assigns to the batch. During batch processing, the system assigns a new batch number to the PeopleSoft
| ||||
szEdiTransactNumber | EDTN | char | OPT | NONE |
The number that an Electronic Data Interchange (EDI) transmitter assigns to a transaction. In a non-EDI environment, you can assign any
| ||||
mnEdiLineNumber | EDLN | MATH_NUMERIC | OPT | NONE |
This is the line number you assign when originating an EDI transaction. This number can represent an order line number (applicable for any
| ||||
szEdiDocumentType | EDCT | char | OPT | NONE |
The document type that is assigned by the transmitter in an EDI transaction.
In a non EDI environment, this would be consistent with the order
| ||||
szTypeTransaction | TYTN | char | OPT | NONE |
The qualifier used to identify a specific type of transaction. | ||||
szEdiTranslationFormat | EDFT | char | OPT | NONE |
The qualifier used to identify a specific mapping structure used to process both inbound and outbound EDI transactions. This does not
| ||||
jdEdiTransmissionDate | EDDT | JDEDATE | OPT | NONE |
The specific date that an EDI transaction was either transmitted or received. | ||||
cDirectionIndicator | DRIN | char | OPT | NONE |
A code that indicates whether the transaction is inbound or outbound. | ||||
mnEdiDetailLinesProcess | EDDL | MATH_NUMERIC | OPT | NONE |
The number of detail lines transmitted in an EDI transaction. This is the total number of lines on a per order basis, number of lines included
| ||||
cEdiSuccessfullyProcess | EDSP | char | OPT | NONE |
An option that indicates whether a record has been successfully processed. Depending on the application, the system updates the EDSP
| ||||
szTradingPartnerId | PNID | char | OPT | NONE |
Field used in an EDI transaction to identify the party that is trading document with you. | ||||
szTransactionAction | TNAC | char | OPT | NONE |
A code that indicates the activity you want to perform on the transaction. In an EDI transaction, this code represents the Transaction Set
| ||||
mnDocumentOrderInvoiceE | DOCO | MATH_NUMERIC | OPT | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szOrderType | DCTO | char | OPT | NONE |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
szOrderSuffix | SFXO | char | OPT | NONE |
In the A/R and A/P systems, a code that corresponds to the pay item. In the Sales Order and Procurement systems, this code identifies
| ||||
szTypeBill | TBM | char | OPT | NONE |
A user defined code (40/TB) that designates the type of bill of material. You can define different types of bills of material for different uses.
| ||||
cFixedOrVariableQty | FORQ | char | OPT | NONE |
A code that indicates if the quantity per assembly for an item on the bill of material varies according to the quantity of the parent item
| ||||
cIssueTypeCode | ITC | char | OPT | NONE |
A code that indicates how the system issues each component in the bill of material from stock. In Shop Floor Management, it indicates how
| ||||
cCoproductsByproducts | COBY | char | OPT | NONE |
A code that distinguishes standard components or ingredients from co-products,by-products, and intermediates. Co-products are
| ||||
cComponentType | COTY | char | OPT | NONE |
The component type determines what the component is used for in a bill of material. For example:
A Active ingredient
C Standard
| ||||
mnComponentLineNumber | CPNT | MATH_NUMERIC | OPT | NONE |
A number that indicates the sequence of the components on a bill of material.
It initially indicates the relative sequence in which a
| ||||
mnFromPotency | FRMP | MATH_NUMERIC | OPT | NONE |
A number that indicates the minimum potency or percentage of active ingredients acceptable for an item.
The system displays a warning
| ||||
mnThruPotency | THRP | MATH_NUMERIC | OPT | NONE |
A number that indicates the maximum potency or percentage of active ingredients that is acceptable for an item.
The system displays a
| ||||
szFromGrade | FRGD | char | OPT | NONE |
A user defined code (40/LG) that indicates the minimum grade that is acceptable for an item.
The system displays a warning message if
| ||||
szThruGrade | THGD | char | OPT | NONE |
A user defined code (40/LG) that indicates the maximum grade that is acceptable for an item.
The system displays a warning message if
| ||||
szCompanyKeyRelated | RKCO | char | OPT | NONE |
The key company that is associated with the document number of the related order. | ||||
szRelatedPoSoNumber | RORN | char | OPT | NONE |
A number that identifies a secondary purchase order, sales order, or work order that is associated with the original order. This number is for
| ||||
szRelatedOrderType | RCTO | char | OPT | NONE |
A user defined code (system 00, type DT) that indicates the document type of the secondary or related order. For example, a purchase
| ||||
mnRelatedPoSoLineNo | RLLN | MATH_NUMERIC | OPT | NONE |
A number of the detail line on the related order for which the current order was created. For example, on a purchase order created to fill
| ||||
mnSequenceNoOperations | OPSQ | MATH_NUMERIC | OPT | NONE |
A number used to indicate an order of succession.
In routing instructions, a number that sequences the fabrication or assembly steps in the
| ||||
mnBubbleSequence | BSEQ | MATH_NUMERIC | OPT | NONE |
A secondary bill of material sequence number that indicates the drawing bubble number. | ||||
mnResourcePercent | RSCP | MATH_NUMERIC | OPT | NONE |
A number that indicates what percent of the ingredients should be issued separately to co-products and by-products. | ||||
mnPercentOfScrap | SCRP | MATH_NUMERIC | OPT | NONE |
The percentage of unusable component material that is created during the manufacture of a particular parent item.
During DRP/MPS/MRP
| ||||
mnReworkPercent | REWP | MATH_NUMERIC | OPT | NONE |
mnAsIsPercent | ASIP | MATH_NUMERIC | OPT | NONE |
mnPercentCumulativePla | CPYP | MATH_NUMERIC | OPT | NONE |
The cumulative planned output yield percent for a step. The system uses this value to adjust the operation step scrap percent for the
| ||||
mnStepScrapPercent | STPP | MATH_NUMERIC | OPT | NONE |
A value that the system uses to increase or decrease the amount of materials to account for loss within the operation. The system updates
| ||||
mnLeadtimeOffsetDays | LOVD | MATH_NUMERIC | OPT | NONE |
The number of days that a part is needed before or after the start date of a manufacturing work order. The system adds the leadtime offset
| ||||
mnComponentItemNoShort | CPIT | MATH_NUMERIC | OPT | NONE |
The short identifier for the component item number. | ||||
szComponentItemNo2nd | CPIL | char | OPT | NONE |
The system provides three separate item numbers.
They are:
1. Item Number (short) - An eight digit, computer assigned, completely
| ||||
szComponentThirdNumber | CPIA | char | OPT | NONE |
The system provides three separate item numbers plus an extensive cross reference capability to alternate item numbers.
These item
| ||||
szBranchComponent | CMCU | char | OPT | NONE |
A secondary or lower-level business unit. The system uses the value that you enter to indicate that a branch or plant contains several
| ||||
szDescriptionLine1 | DSC1 | char | OPT | NONE |
Brief information about an item; a remark or an explanation. | ||||
szDescriptionLine2 | DSC2 | char | OPT | NONE |
A second, 30-character description, remark, or explanation. | ||||
szLocation | LOCN | char | OPT | NONE |
The storage location from which goods will be moved. | ||||
szLot | LOTN | char | OPT | NONE |
A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics. | ||||
mnAddressNumber | AN8 | MATH_NUMERIC | OPT | NONE |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
szLineType | LNTY | char | OPT | NONE |
A code that controls how the system processes lines on a transaction. It controls the systems with which the transaction interfaces, such as
| ||||
szSerialNumberLot | SERN | char | OPT | NONE |
A 30 character field to be used to additionally identify a specific lot of inventory; this may be the manufacturer's production run number or
| ||||
jdDateTransactionJulian | TRDJ | JDEDATE | OPT | NONE |
The date that an order was entered into the system. This date determines which effective level the system uses for inventory pricing. | ||||
jdDateRequestedJulian | DRQJ | JDEDATE | OPT | NONE |
The date that an item is scheduled to arrive or that an action is scheduled for completion. | ||||
mnUnitsTransactionQty | UORG | MATH_NUMERIC | OPT | NONE |
The quantity of units affected by this transaction. | ||||
mnQuantityTransaction | TRQT | MATH_NUMERIC | OPT | NONE |
A value that represents the available quantity, which might consist of the on-hand balance minus commitments, reservations, and
| ||||
mnUnitsQuantityCanceled | SOCN | MATH_NUMERIC | OPT | NONE |
The number of units canceled in Sales Order or Work Order Processing, using either the entered or the primary unit of measure defined for
| ||||
mnUnitsQuanBackorHeld | SOBK | MATH_NUMERIC | OPT | NONE |
The number of units backordered in Sales Order Management or in Work Order Processing, using either the entered or the primary unit of
| ||||
mnUnacctDirectLaborHrs | CTS1 | MATH_NUMERIC | OPT | NONE |
The number of unaccounted direct labor hours associated with a specific operation for a work order. | ||||
mnUnitsQuantityAllocat | QNTA | MATH_NUMERIC | OPT | NONE |
szUnitOfMeasure | UM | char | OPT | NONE |
A user defined code (00/UM) that identifies the unit of measurement for an amount or quantity. For example, it can represent a barrel, box,
| ||||
mnEstimatedAmount | EA | MATH_NUMERIC | OPT | NONE |
A number that identifies the estimated unit cost of the part used on the work order. | ||||
cRouteSheetN | RTG | char | OPT | NONE |
A code to inhibit printing or the routing instructions on the work order. | ||||
szMaterialStatusCodeWo | MTST | char | OPT | NONE |
A user defined code (31/MS) that identifies the current status of a particular component on the work order. | ||||
szDocumentType | DCT | char | OPT | NONE |
A user defined code (00/DT) that identifies the origin and purpose of the transaction. PeopleSoft reserves several prefixes for document
| ||||
szMessageNo | SHNO | char | OPT | NONE |
A generic rates and message code (48/SN) that is assigned to a standard note, message, or general narrative explanation. You can use
| ||||
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
| ||||
szPurchasingCostCenter | OMCU | char | OPT | NONE |
The business unit from an account number. The account number business unit is usually found in the data item MCU, however, Distribution
| ||||
szObjectAccount | OBJ | char | OPT | NONE |
The portion of a general ledger account that refers to the division of the Cost Code (for example, labor, materials, and equipment) into
| ||||
szSubsidiary | SUB | char | OPT | NONE |
A subset of an object account. Subsidiary accounts include detailed records of the accounting activity for an object account. | ||||
szComponentRevisionLevel | CMRV | char | OPT | NONE |
A code that indicates the current revision level of a component on the bill of material. It is usually used with an engineering change notice
| ||||
jdDateCompletion | STRX | JDEDATE | OPT | NONE |
The date that the work order or engineering change order is completed or canceled. | ||||
szParentWoNumber | PARS | char | OPT | NONE |
A number that identifies the parent work order. You can use this number to do the following:
o Enter default values for new work orders,
| ||||
cCommittedHS | COMM | char | OPT | NONE |
A value that indicates whether you specified from which Location and Lot a particular item was to come. If you specified a storage area, the
| ||||
szUserReservedCode | URCD | char | OPT | NONE |
This is a 2 position code that is reserved for the user. JDE does not currently use this field and will not utilize this field in the future. | ||||
jdUserReservedDate | URDT | JDEDATE | OPT | NONE |
This is a 6 position code that is reserved for the user. JDE does not currently use this field and will not utilize this field in the future. | ||||
mnUserReservedAmount | URAT | MATH_NUMERIC | OPT | NONE |
This is a 15 position code that is reserved for the user. JDE does not currently use this field and will not utilize this field in the future. | ||||
szUserReservedReference | URRF | char | OPT | NONE |
A 15-position reference that is reserved for the user. J.D. Edwards does not currently use this field and does not plan to use it in the future. | ||||
mnUserReservedNumber | URAB | MATH_NUMERIC | OPT | NONE |
This is a 8 position code that is reserved for the user. JDE does not currently use this field and will not utilize this field in the future. | ||||
mnUniqueKeyIDInternal | UKID | MATH_NUMERIC | OPT | NONE |
This field is a unique number used to identify a record in a file. | ||||
mnPrimaryLastVendorNo | VEND | MATH_NUMERIC | OPT | NONE |
The address book number of the preferred provider of this item. | ||||
cPayonconsumption | POC | char | OPT | NONE |
A code that indicates whether an item is received at the time of inventory issues or if the system uses the Move and Disposition program.
| ||||
mnUnacctDirectLaborAmt | CTS4 | MATH_NUMERIC | OPT | NONE |
The amount of unaccounted direct labor associated with a specific operation for a work order. | ||||
mnUnacctScrapAmt | CTS7 | MATH_NUMERIC | OPT | NONE |
The amount of unaccounted scrap dollars associated with a specific component for a work order. Manufacturing accounting uses this
| ||||
mnUnacctScrapUnits | CTS8 | MATH_NUMERIC | OPT | NONE |
The number of units of unaccounted scrap that the system associates with a specific component for a work order. Manufacturing
| ||||
jdJeGlDate | GLD | JDEDATE | OPT | NONE |
Determines the date used for the journal entry. If you leave this field blank,the system uses the current period date. If the Current Period
| ||||
ccSubstituteFlag | SBFL | char | OPT | NONE |
A code that indicates whether a part on the parts list was created through substitute processing. | ||||
cActiveIngredientFlag | AING | char | OPT | NONE |
A code that indicates whether an item is an active component of a parent item. When the item is an active component, the system can
| ||||
mnSecondaryIssuedComplete | SSTQ | MATH_NUMERIC | OPT | NONE |
The number of units, expressed in the secondary unit of measure, that the system has recorded as completed or issued. This value can
| ||||
szUnitOfMeasureSecondary | UOM2 | char | OPT | NONE |
A user defined code (00/UM) that indicates an alternate unit of measure for the item. | ||||
cConstraintsFlag | APSC | char | OPT | NONE |
A code that specifies that the entity is constraint-based and can be planned by SCP. | ||||
mnPickSlipNumber | PSN | MATH_NUMERIC | OPT | NONE |
A automatic next number assigned by the system that can be used to track picking information through the system. This number is
| ||||
jdLotEffectivityDate | DLEJ | JDEDATE | OPT | NONE |
The date on which a lot becomes available. The system uses this date for availability and commitment processing to indicate that the lot is
| ||||
szCostType | COST | char | OPT | NONE |
A code that designates each element of cost for an item. Examples of the cost object types are:
o A1 Purchased raw material
o B1
| ||||
cCriticalHoldPropagation | CHPP | char | OPT | NONE |
An option that indicates whether a critical hold has been placed on a part that is on the work order parts list. | ||||
mnComponentNumberBOM | CPNB | MATH_NUMERIC | OPT | NONE |
A number that specifies how the system displays the sequence of components on a single-level bill of material. This number initially
| ||||
szBubbleSequenceAlphaNum | BSEQAN | char | OPT | NONE |
A sequence number on a secondary bill of material that indicates the drawing bubble number or the location identifier for an engineering
| ||||
mnEstUnitCost | ESUNC | MATH_NUMERIC | OPT | NONE |
Estimated unit cost associated with a transaction. | ||||
mnEstUnitBill | ESUNB | MATH_NUMERIC | OPT | NONE |
The estimated unit cost for billing. | ||||
mnEstUnitPay | ESUNP | MATH_NUMERIC | OPT | NONE |
The estimated unit cost of the payable. | ||||
mnEstPaymntAmount | EPAAP | MATH_NUMERIC | OPT | NONE |
This is the estimated payment amount used in service billing. | ||||
mnAmountOriginalDollars | AMTO | MATH_NUMERIC | OPT | NONE |
The estimated monetary amount that is budgeted for this work order. | ||||
mnEstAmount | EBILL | MATH_NUMERIC | OPT | NONE |
mnActUnitCost | ACUNC | MATH_NUMERIC | OPT | NONE |
The actual unit cost associated with a transaction. | ||||
mnActUnitBill | ACUNB | MATH_NUMERIC | OPT | NONE |
The actual unit billable amount. | ||||
mnActUnitPayable | ACUNP | MATH_NUMERIC | OPT | NONE |
The actual unit payable amount. | ||||
mnAmountActual | AMTA | MATH_NUMERIC | OPT | NONE |
The actual dollars accumulated for the work order. | ||||
mnTotalBilled | TOTB | MATH_NUMERIC | OPT | NONE |
The total amount billed through this application number. | ||||
mnPaymntAmount | PAAP | MATH_NUMERIC | OPT | NONE |
In the Accounts Payable system, the amount of the payment.
In the Accounts Receivable system, the amount of the receipt. This amount
| ||||
mnClaimAmount9 | CLAMT | MATH_NUMERIC | OPT | NONE |
The amount requested for providing a service. | ||||
mnPrimaryLastVendorNo_2 | VEND | MATH_NUMERIC | OPT | NONE |
The address book number of the preferred provider of this item. | ||||
cPayableYN | PAYAB | char | OPT | NONE |
This field specifies whether a general ledger account should be paid. Valid values are:
Y The account should be paid.
N The account
| ||||
cBillableYN | BILL | char | OPT | NONE |
Specifies whether a general ledger account should be billed. Valid codes are:
Y Yes, the account should be billed.
N No, it should not be
| ||||
jdDatePayed | DTPAY | JDEDATE | OPT | NONE |
The date a service provider was paid for a service. | ||||
jdDateBilled | DTBIL | JDEDATE | OPT | NONE |
In service billing, the date a customer was billed for a service. | ||||
szCostType_2 | COST | char | OPT | NONE |
A code that designates each element of cost for an item. Examples of the cost object types are:
o A1 Purchased raw material
o B1
| ||||
szGLCategoryNonCovered | GLCNC | char | OPT | NONE |
A user defined code (41/9) that identifies the G/L Offset to use when the system is searching for the account to which it will post the
| ||||
szGLCategoryCovered | GLCCV | char | OPT | NONE |
A user defined code (41/9) that identifies the G/L Offset to use when the system is searching for the account to which it will post the covered
| ||||
szEntitlementCheck | ENTCK | char | OPT | NONE |
A user defined code (17/ER) to indicate the results of an entitlement check.
Valid values are:
0 Not entitled
1 Transaction entitled
2
| ||||
szReference2Vendor | VR02 | char | OPT | NONE |
A field available to record reference numbers, such as the supplier's bid document number, quote document, sales order, work order, or
| ||||
szPriceAdjustScheduleFour | ASN4 | char | OPT | NONE |
A user defined code (40/AS) identifying a price and adjustment schedule. A price and adjustment schedule contains one or more
| ||||
szPriceAdjustScheduleServi | ASN2 | char | OPT | NONE |
This user defined code (40/AS) identifies a price and adjustment schedule. A price and adjustment schedule contains one or more
| ||||
mnPercentCovered | PCOVR | MATH_NUMERIC | OPT | NONE |
The percentage covered under warranty or contract. This is used to calculate the amount to bill or the amount to cost for the line item being
| ||||
cMethodofPricing | MTHPR | char | OPT | NONE |
A code used to determine if this type of service should be priced based on a flat rate or based on actual time and materials.
Valid values
| ||||
mnServiceAddressNumber | SAID | MATH_NUMERIC | OPT | NONE |
A unique numeric identifier for a physical location at which utility service is delivered. A service address often corresponds to a parcel of
| ||||
szProductFamily | PRODF | char | OPT | NONE |
A code that classifies an inventory item into a group for customer service. Some examples include: Laser Printer, Inkjet, or Fax. | ||||
szProductModel | PRODM | char | OPT | NONE |
A code that classifies an inventory item into a model for customer service. Some examples include: Laser Printer, Inkjet or Fax. | ||||
szCoverageGroup | COVGR | char | OPT | NONE |
A user defined code that specifies the Coverage Group. The Coverage Group consists of unlimited cost codes and the percentage
| ||||
cPayPricingMethod | PMTHP | char | OPT | NONE |
A code used to determine if this type of service should be priced based on a flat rate or based on actual time and materials.
Valid values
| ||||
cPayServProviderForParts | PYPRT | char | OPT | NONE |
A code to indicate if the service provider should be paid for parts used during a repair.
Valid values are:
Y or 1 - Pay the service provider
| ||||
szCurrencyCodeTo | CRDC | char | OPT | NONE |
A code that identifies the domestic (base) currency of the company on a transaction. | ||||
szBillableCurrency | BCRCD | char | OPT | NONE |
The currency for the billable amounts of a service order. | ||||
mnBillableExchangeRate | BCRR | MATH_NUMERIC | OPT | NONE |
The rate that the system uses to convert foreign currency amounts to domestic currency amounts. The system uses this rate specifically for
| ||||
cBillableCurrencyMode | BCRRM | char | OPT | NONE |
A code that specifies whether the system uses the foreign currency (currency of the customer) or the domestic currency for billable
| ||||
mnForeignEstimatedBillable | FESUNB | MATH_NUMERIC | OPT | NONE |
The estimated unit rate that is billable in the currency of the customer. | ||||
mnForeignEstimatedBillableAmt | FEBILL | MATH_NUMERIC | OPT | NONE |
The estimated billable amount in the currency of the customer. | ||||
mnForeignActualBillableUni | FACUNB | MATH_NUMERIC | OPT | NONE |
The actual unit rate that is billable in the currency of the customer. | ||||
mnForeignActualBillableAmo | FTOTB | MATH_NUMERIC | OPT | NONE |
The actual amount that is billable in the currency of the customer. | ||||
szPayableCurrency | PCRCD | char | OPT | NONE |
A code that indicates the currency of the payable amounts on a work order or claim. | ||||
mnPayableExchangeRate | PCRR | MATH_NUMERIC | OPT | NONE |
The rate that the system uses to convert foreign currency amounts to domestic currency amounts. The system uses this rate specifically for
| ||||
cPayableCurrencyMode | PCRRM | char | OPT | NONE |
A code that specifies whether payable amounts are in the foreign currency (currency of the service provider) or in the domestic currency.
| ||||
mnForeignEstimatedPayableU | FESUNP | MATH_NUMERIC | OPT | NONE |
The estimated unit rate that is payable in the currency of the service provider. | ||||
mnForeignEstimatedPayableA | FEPAAP | MATH_NUMERIC | OPT | NONE |
The estimated payable amount in the currency of the service provider. | ||||
mnForeignActualPayableUnit | FACUNP | MATH_NUMERIC | OPT | NONE |
The actual unit rate that is payable in the currency of the service provider. | ||||
mnForeignActualPayableAmou | FPAAP | MATH_NUMERIC | OPT | NONE |
The actual payable amount that is recorded in the foreign currency of the service provider. | ||||
szDefectCode | FAILCD | char | OPT | NONE |
A user defined code (17/FC) that indicates the type of defect. | ||||
cReturnPolicy | RETPOL | char | OPT | NONE |
A user defined code (17/RT) that specifies whether to return the part with the claim. | ||||
jdDateSubmitted | DTSUB | JDEDATE | OPT | NONE |
The date that a supplier recovery claim was submitted to the interoperability tables for Warranty Claim/Supplier Recovery
| ||||
mnTimeSubmitted | TMSUB | MATH_NUMERIC | OPT | NONE |
The time that a supplier recovery claim was submitted to the interoperability tables. | ||||
mnCausalPart | CSLPRT | MATH_NUMERIC | OPT | NONE |
The item number that indicates which part failed and caused the equipment failure. | ||||
mnSRVendorNo | SRVEND | MATH_NUMERIC | OPT | NONE |
The address book number of the vendor to be used for supplier recovery. | ||||
szVendorLotNumber | RLOT | char | OPT | NONE |
The supplier's lot number for the item. | ||||
szCostCenterCsl | MCUCSL | char | OPT | NONE |
The business unit that is related to the causal portion of the claim. | ||||
cTaxableYN | TAX1 | char | OPT | NONE |
A code that indicates whether the item is subject to sales tax when you sell it. The system calculates tax on the item only if the customer is
| ||||
mnUniqueKeyPricing | UKIDP | MATH_NUMERIC | OPT | NONE |
szCompCodeGrpSys | VMRS31 | char | OPT | NONE |
A user defined code (17/C6) that indicates a specific system, such as the air conditioning system, that is associated with a piece of
| ||||
szCompCodeSystemAssembly | VMRS32 | char | OPT | NONE |
A user defined code (17/C7) that indicates the location of a specific assembly, such as the air conditioning compressor, within a piece of
| ||||
szCompCodeSystemAssemblyPart | VMRS33 | char | OPT | NONE |
A user defined code (17/C8) that indicates the location of a specific part, such as the fuse to the air conditioning compressor clutch, within a
| ||||
cValidateItemNumberYN_EV01 | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
None |
None |