APR Payroll Vendors (APR_PIP40100)

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

Product: Payroll Integration to Payable (4522)
Series:

Display Name: APR Payroll Vendors
Physical Name: APR_PIP40100
Technical Name: APR_PayrollVendorSetup

Group Display Name: Payroll Integration to Payables
Group Technical Name: Payroll Integration to Payables

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1APR_PR_VendorRecordType SearchAPR PR Vendor Record TypeIntegerAPR_Payroll_Vendor_Setup0
2PAYROLCD SearchPayroll CodeStringSTR6_Payroll_Code6
3EMPLOYID SearchEmployee IDStringSTR15_Employee_ID15
4VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['APR Payroll Vendors'].VENDORID AS 'APR Payroll Vendors-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       APR_PIP40100 AS ['APR Payroll Vendors']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['APR Payroll Vendors'].VENDORID = ['PM Vendor Master File'].VENDORID
5APR_Voucher_Desc SearchAPR Voucher DescStringAPR_Voucher_Desc30
6APR_Voucher_Doc_Number SearchAPR Voucher Doc NumberStringAPR_Voucher_Number20
7CHANGEBY_I SearchChange ByStringSTR15_User_ID15
8CHANGEDATE_I SearchChange DateDateDT8
9ADRSCODE SearchAddress CodeStringSTR15_Address_Code15
10ACTINDX SearchAccount IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['APR Payroll Vendors'].ACTINDX AS 'APR Payroll Vendors-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       APR_PIP40100 AS ['APR Payroll Vendors']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['APR Payroll Vendors'].ACTINDX = ['Account Index Master'].ACTINDX
11VADCDTRO SearchVendor Address Code - Remit ToStringSTR15_Address_Code15
Partial key to the PM Address MSTR (PM00300).

Click to show/hide

SELECT
       ['APR Payroll Vendors'].VADCDTRO AS 'APR Payroll Vendors-Vendor Address Code - Remit To'
       ,['PM Address MSTR'].ADRSCODE AS 'PM Address MSTR-Address Code'
FROM
       APR_PIP40100 AS ['APR Payroll Vendors']
INNER JOIN
       PM00300 AS ['PM Address MSTR']
              ON
                     ['APR Payroll Vendors'].VADCDTRO = ['PM Address MSTR'].ADRSCODE
              AND
                     ['APR Payroll Vendors'].VENDORID = ['PM Address MSTR'].VENDORID

Leave a Reply

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