Thursday 9 July 2015

AR Payment Query

select rcta.trx_number, rcta.trx_date,ra.amount_applied, ra.gl_date
        --nvl(sum(ra.amount_applied), 0)
  from ar_receivable_applications_all ra,
       ra_customer_trx_all            rcta,
       ar_payment_schedules_all       apsa
      
 where ra.applied_customer_trx_id = rcta.customer_trx_id
   and ra.applied_payment_schedule_id = apsa.payment_schedule_id
   and ra.application_type = 'CASH'
   and ra.status = 'APP'
   AND rcta.customer_trx_id = apsa.customer_trx_id
   and rcta.org_id = apsa.org_id
   and rcta.org_id = &P_ORG_ID
      -- and    ra.apply_date between to_date(&sd) and to_date(&ed)) payment,
   and ra.gl_date between to_date(&sd) and to_date(&ed)


1 comment:

  1. It is one of the industry and is very important in playing online casino. Each day there are many participants to bet on the path to Gclub69 there. You can sign up now to join in. This is the best online gambling source. Golden slot Along the way, we also have a master of online gambling games. Each user of the game can come together to create a craving for the game to win online. Gamers have joined the game to create the demand for online games to win a lot of luck and full of all the thirst. In addition, we also have an example of online gambling games. All you have to do is play the game online to win a lot. สล็อตออนไลน์ Gamblers can choose from a variety of fun games to play online gambling most easily. Every day online gambling is open 24 hours a day full of fun filled full.

    ReplyDelete

Query to Find Receipt Class and its GL Combinition Query

SELECT ARC.NAME ReceiptClass,        ARC.CREATION_METHOD_CODE Creation_Mehthod,        DECODE (ARC.REMIT_METHOD_CODE,             ...