Purchasing Receipt Line Quantities (POP10500)

azurecurveProductsMicrosoft Dynamics GP (0)PurchasingPurchasing Receipt Line Quantities (POP10500)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP10500

Product: Microsoft Dynamics GP (0)
Series: Purchasing

Display Name: Purchasing Receipt Line Quantities
Physical Name: POP10500
Technical Name: POP_PORcptApply

Group Display Name: Purchasing Transactions
Group Technical Name: Purchasing Transactions

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1PONUMBER SearchPO NumberStringSTR17_POP_Number17
2POLNENUM SearchPO Line NumberLong IntegerLI_Sequence_Number10
3POPRCTNM SearchPOP Receipt NumberStringSTR17_POP_Number17
4RCPTLNNM SearchReceipt Line NumberLong IntegerLI_Sequence_Number10
5QTYSHPPD SearchQTY ShippedCurrencyDLR17_QTY_RBS0_UTR17
6QTYINVCD SearchQTY InvoicedCurrencyDLR17_QTY_RBS0_UTR17
7QTYREJ SearchQTY RejectedCurrencyDLR17_QTY_RBS0_UTR17
8QTYMATCH SearchQTY MatchedCurrencyDLR17_QTY_RBS0_UTR17
9QTYRESERVED SearchQTY ReservedCurrencyDLR17_QTY_RBS0_UTR17
10QTYINVRESERVE SearchQTY Invoice ReserveCurrencyDLR17_QTY_RBS0_UTR17
11Status SearchStatusIntegerINT0
12UMQTYINB SearchU Of M QTY In BaseCurrencyDLR17_QTY_RBS0_STR17
The quantity of the base unit of measure that is equivalent to one of the units of measure being referenced.
13OLDCUCST SearchOld Current CostCurrencyDLR17_RBS0_UTR$17
14JOBNUMBR SearchJob NumberStringSTR17_LBAU17
15COSTCODE SearchCost CodeStringSTR2727
16COSTTYPE SearchCost Code TypeIntegerINT3_RB0_U3
17ORCPTCOST SearchOriginating Receipt CostCurrencyDLR17_RBS0_UTR$17
18OSTDCOST SearchOriginating Standard CostCurrencyDLR17_RBS0_UTR$17
19APPYTYPE SearchApply TypeIntegerINT0
20POPTYPE SearchPOP TypeIntegerDDL_POP_Type0
21VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].VENDORID AS 'Purchasing Receipt Line Quantities-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['Purchasing Receipt Line Quantities'].VENDORID = ['PM Vendor Master File'].VENDORID
22ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
Key to the Item Master (IV00101).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].ITEMNMBR AS 'Purchasing Receipt Line Quantities-Item Number'
       ,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       IV00101 AS ['Item Master']
              ON
                     ['Purchasing Receipt Line Quantities'].ITEMNMBR = ['Item Master'].ITEMNMBR
23UOFM SearchU Of MStringU_Of_M8
The unit of measure. The value in this field must exist in Inventory.
24TRXLOCTN SearchTRX LocationStringSTR10_Location_Code10
Key to the Site Setup (IV40700).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].TRXLOCTN AS 'Purchasing Receipt Line Quantities-TRX Location'
       ,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       IV40700 AS ['Site Setup']
              ON
                     ['Purchasing Receipt Line Quantities'].TRXLOCTN = ['Site Setup'].LOCNCODE
25DATERECD SearchDate ReceivedDateDATE6
26RCTSEQNM SearchReceipt SEQ NumberLong Integerlong8
27SPRCTSEQ SearchSplit Receipt SEQ NumberLong Integerlong8
28PCHRPTCT SearchPurchase Receipt CostCurrencyDLR17_RBSO_UTR$17
29SPRCPTCT SearchSplit Receipt CostCurrencyDLR17_RBS0_UTR$17
30OREXTCST SearchOriginating Extended CostCurrencyDLR17_RBS0_UTR$17
31RUPPVAMT SearchRemaining UPPV AmountCurrencyDLR17_RBS0_UTR$17
32ACPURIDX SearchAccrued Purchases IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].ACPURIDX AS 'Purchasing Receipt Line Quantities-Accrued Purchases Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['Purchasing Receipt Line Quantities'].ACPURIDX = ['Account Index Master'].ACTINDX
33INVINDX SearchInventory IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].INVINDX AS 'Purchasing Receipt Line Quantities-Inventory Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['Purchasing Receipt Line Quantities'].INVINDX = ['Account Index Master'].ACTINDX
34UPPVIDX SearchUnrealized Purchase Price Variance IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].UPPVIDX AS 'Purchasing Receipt Line Quantities-Unrealized Purchase Price Variance Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['Purchasing Receipt Line Quantities'].UPPVIDX = ['Account Index Master'].ACTINDX
35NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].NOTEINDX AS 'Purchasing Receipt Line Quantities-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['Purchasing Receipt Line Quantities'].NOTEINDX = ['Record Notes Master'].NOTEINDX
36CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].CURNCYID AS 'Purchasing Receipt Line Quantities-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['Purchasing Receipt Line Quantities'].CURNCYID = ['Currency Setup'].CURNCYID
37CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].CURRNIDX AS 'Purchasing Receipt Line Quantities-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['Purchasing Receipt Line Quantities'].CURRNIDX = ['Currency Setup'].CURRNIDX
38XCHGRATE SearchExchange RateCurrency (Variable)DLR14_Exchange_Rate14
39RATECALC SearchRate Calc MethodIntegerINT0
Rate Calc Method of the transaction. For non multi-currency transactions, this field will be blank.

Click to show/hide Rate Calc Methods

0	Multiply
1	Divide
40DENXRATE SearchDenomination Exchange RateCurrency (Variable)DLR14_Exchange_Rate14
41RATETPID SearchRate Type IDStringSTR15_Rate_Type_ID15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].RATETPID AS 'Purchasing Receipt Line Quantities-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['Purchasing Receipt Line Quantities'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
42EXGTBLID SearchExchange Table IDStringSTR15_Exchange_Table_ID15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['Purchasing Receipt Line Quantities'].EXGTBLID AS 'Purchasing Receipt Line Quantities-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       POP10500 AS ['Purchasing Receipt Line Quantities']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['Purchasing Receipt Line Quantities'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
43Capital_Item SearchCapital ItemBooleanCB_Capital_Item0
44Product_Indicator SearchProduct IndicatorIntegerDDL_Product_Indicator0
45Total_Landed_Cost_Amount SearchTotal Landed Cost AmountCurrencyDLR17_RBS0_UTR$17
46QTYTYPE SearchQTY TypeIntegerDDL_QTY_Type0
47Posted_LC_PPV_Amount SearchPosted LC PPV AmountCurrencyDLR17_RBS0_UTR$17
48QTYREPLACED SearchQTY ReplacedCurrencyDLR17_QTY_RBS0_UTR17
49QTYINVADJ SearchQTY Invoice AdjustmentCurrencyDLR17_QTY_RBS0_UTR17
azurecurveProductsMicrosoft Dynamics GP (0)PurchasingPurchasing Receipt Line Quantities (POP10500)

Leave a Reply

Your email address will not be published. Required fields are marked *