DBA Data[Home] [Help]

APPS.ARP_ETAX_RECURR_UTIL dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 330: FROM ra_cust_trx_line_gl_dist gld

326: ZTH.internal_org_location_id, -- poo_location_id (default val)
327: TL.extended_amount * arp_etax_util.get_discount_rate(T.customer_trx_id),
328: ZTH.internal_org_location_id, -- bill_from_location_id
329: ( SELECT max(code_combination_id)
330: FROM ra_cust_trx_line_gl_dist gld
331: WHERE gld.customer_trx_line_id = TL_ORIG.customer_trx_line_id
332: AND gld.account_class = 'REV') account_ccid,
333: TL.description,
334: ML.tax_product_category -- 7661349

Line 347: RA_CUST_TRX_LINE_GL_DIST REC,

343: HZ_CUST_ACCOUNTS STCAH,
344: HZ_CUST_ACCT_SITES STPSH,
345: HZ_CUST_SITE_USES STCSUH,
346: HZ_PARTY_SITES STPSUH,
347: RA_CUST_TRX_LINE_GL_DIST REC,
348: HZ_PARTY_SITES STPSU,
349: HZ_PARTY_SITES BTPSU,
350: HR_ALL_ORGANIZATION_UNITS HR,
351: AR_MEMO_LINES_B ML,