Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA01211
Product: Project Accounting (258)
Series:
Display Name: PA Project Revenue Sources Master File Group Display Name: PA Budgeting Cards
Physical Name: PA01211
Technical Name: PA_Project_Rev_Sources_MSTR
Group Technical Name: PA Budgeting Cards
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PACONTNUMBER | PA Contract Number | String | STR10_LBAU | 10 | |
2 | PAPROJNUMBER | PA Project Number | String | STR15_LBAU | 15 | |
3 | CUSTNMBR | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['PA Project Revenue Sources Master File'].CUSTNMBR AS 'PA Project Revenue Sources Master File-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
PA01211 AS ['PA Project Revenue Sources Master File']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['PA Project Revenue Sources Master File'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR | ||||||
4 | PABillingMode | PA Billing Mode | Integer | PA_DDL_Billing_Mode | 0 | |
5 | PARevSourceAmt | PA Revenue Source Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
6 | PARevSourcePercent | PA Revenue Source Percent | Currency | DLR5_%2 | 8 |