Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. t:obj.find ($orgrole:co_paypoint, [l_cntrct = Oid_Contract], Contract, [])
  2. & Constraint = [l_paypoint = Contract]
  3.  
  4. & SumLs = compute list (Status = [SumAmount]) where
  5. (
  6. get_diffrent_paramet (Class, Status)
  7. & SumAmount = compute sum (Amount) where
  8. (
  9. m:obj.find ($finactvy:cp_smmry_prm, [Constraint | status_1 = Status], SummaryPrem, [])
  10. & Amount = get:SummaryPrem.amnt
  11. )
  12. )
  13. ;
  14.  
  15. get_diffrent_paramet ($accntng:cp_acc_ps_prem_paid, paid) ;
  16. get_diffrent_paramet ($accntng:cp_acc_ps_prem_issd, pndng) ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement