Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: PRCHCNV

Package: IFCAP

Routine: PRCHCNV


Information

PRCHCNV ;ALB/TXH - Convert purchase card orders to delivery orders and vice versa ;7/24/00 23:29

Source Information

Source file <PRCHCNV.m>

Entry Points

Name Comments DBIA/ICR reference
PCDO ;Convert a purchase card order to a delivery order
DOPC ;Convert a delivery order to a purchase card order

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This purchase card order has now been converted to a delivery order."
  • Line Location: PCDO+22
Function Call: WRITE
  • Prompt: !!,?5,"The Purchase Card Order No: "_$P($P(^PRC(442,PRCHOLD,0),U),"-",2)_" has been converted",!,?5,"to Delivery Order No: "_$P($P(^PRC(442,PRCHNEW,0),U),"-",2)
  • Line Location: PCDO+23
Function Call: WRITE
  • Prompt: !!,?5,"The following line items on the new delivery order",!,?5," do not have a contract number: ",!,?5,PRCHA,!
  • Line Location: PCDO+27
Function Call: WRITE
  • Prompt: !!,?5,"This delivery order must be edited."
  • Line Location: PCDO+28
Function Call: WRITE
  • Prompt: !!!
  • Line Location: PCDO+30
Function Call: WRITE
  • Prompt: !!,"This delivery order is now converted to a purchase card order"
  • Line Location: DOPC+17
Function Call: WRITE
  • Prompt: !!,?5,"The Deliver Order No: "_$P($P(^PRC(442,PRCHOLD,0),U),"-",2)_" has been converted",!,?5,"to Purchase Card Order No: "_$P($P(^PRC(442,PRCHNEW,0),U),"-",2)
  • Line Location: DOPC+18
Function Call: WRITE
  • Prompt: !!,?5,"This purchase card order must be edited."
  • Line Location: DOPC+19
Function Call: WRITE
  • Prompt: !!!
  • Line Location: DOPC+21

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^PRC(442 - [#442] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call