| 
LOCAL cReportFile$="AR_CustomerPricing.rpt"      | 
| 
LOCAL cWorkFile$="AR_CustomerPricingWrk"      | 
| 
PROPERTY BillToCustomerRpting$    * Read Only * | 
| 
PROPERTY CategoriesDefined    * Read Only * | 
| 
PROPERTY ReportCaption$    * Read Only * | 
| 
FUNCTION GetSourceTables$(table$)    | 
| 
FUNCTION SetDefaults(optionsString$)    | 
| 
 cIsSysDB, cModuleCode$, oReportPath$, oDestination$, oStatus, oPrompt, oWindowTitle$  | 
| 
 cFieldsFromItem$, SO_EnablePriceByTotalQtyBasedOn$, SO_UnitOfMeasureForTotalQty$, SO_ApplyPricingByTotalQtyAuto$, PreventItemPriceByTotQtyCalc, ApplyPriceByTotalQty  | 
| 
 AddInItemPriceByQty(), BackOutItemPriceByQty(), CalculateItemPrice(), CalculateOptionsPrice(), RecalcLinePriceByTotQty(), ResetItemPriceByQtyTotals(), SetApplyPriceByTotalQty(), WriteItemPriceByQtyTotals(), LoadPriceByTotQtyWorkTable(), PERFORM ReadItemData(), PERFORM RegularItemPricing(), PERFORM SetPriceByTotQtyVariables(), UpdatePricingByTotalQty(), ValidateGroupItemPriceByTotQty()  | 
 
 |