Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA11902
Product: Project Accounting (258)
Series:
Display Name: PA Project Closing Distribution WORK Group Display Name: PA Project Closing Transactions
Physical Name: PA11902
Technical Name: PA_Project_Closing_Distrib_WORK
Group Technical Name: PA Project Closing Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['PA Project Closing Distribution WORK'].CURNCYID AS 'PA Project Closing Distribution WORK-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
PA11902 AS ['PA Project Closing Distribution WORK']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['PA Project Closing Distribution WORK'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
2 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['PA Project Closing Distribution WORK'].CURRNIDX AS 'PA Project Closing Distribution WORK-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
PA11902 AS ['PA Project Closing Distribution WORK']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['PA Project Closing Distribution WORK'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
3 | ORCRDAMT | Originating Credit Amount | Currency | DLR19_$S2 | 19 | |
4 | ORDBTAMT | Originating Debit Amount | Currency | DLR19_$S2 | 19 | |
5 | PAPROJNUMBER | PA Project Number | String | STR15_LBAU | 15 | |
6 | PACONTNUMBER | PA Contract Number | String | STR10_LBAU | 10 | |
7 | PA_Proj_Closing_Sequence | PA Proj Closing Sequence No. | Long Integer | Long Int | 8 | |
8 | TRXSORCE | TRX Source | String | STR13 | 13 | |
9 | DSTSQNUM | Distribution Sequence Number | Long Integer | Long Int | 8 | |
10 | CNTRLTYP | Control Type | Integer | INT1 | 1 | |
11 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
12 | DEBITAMT | Debit Amount | Currency | DLR19_$S2 | 19 | |
13 | DSTINDX | Distribution Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['PA Project Closing Distribution WORK'].DSTINDX AS 'PA Project Closing Distribution WORK-Distribution Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
PA11902 AS ['PA Project Closing Distribution WORK']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['PA Project Closing Distribution WORK'].DSTINDX = ['Account Index Master'].ACTINDX | ||||||
14 | DISTTYPE | Distribution Type | Integer | DDL | 0 | |
15 | DistRef | Distribution Reference | String | STR30 | 30 | |
16 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['PA Project Closing Distribution WORK'].USERID AS 'PA Project Closing Distribution WORK-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
PA11902 AS ['PA Project Closing Distribution WORK']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['PA Project Closing Distribution WORK'].USERID = ['Users Master'].USERID |