DBA Data[Home] [Help]

APPS.ARP_ETAX_RECURR_UTIL dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 323: FROM ra_cust_trx_line_gl_dist gld

319: ZTH.internal_org_location_id, -- poo_location_id (default val)
320: TL.extended_amount * arp_etax_util.get_discount_rate(T.customer_trx_id),
321: ZTH.internal_org_location_id, -- bill_from_location_id
322: ( SELECT max(code_combination_id)
323: FROM ra_cust_trx_line_gl_dist gld
324: WHERE gld.customer_trx_line_id = TL.customer_trx_line_id
325: AND gld.account_class = 'REV') account_ccid,
326: TL.description,
327: ML.tax_product_category

Line 336: RA_CUST_TRX_LINE_GL_DIST REC,

332: ZX_TRX_HEADERS_GT ZTH,
333: HZ_CUST_ACCOUNTS STCA,
334: HZ_CUST_ACCT_SITES STPS,
335: HZ_CUST_SITE_USES STCSU,
336: RA_CUST_TRX_LINE_GL_DIST REC,
337: HZ_PARTY_SITES STPSU,
338: HZ_PARTY_SITES BTPSU,
339: HR_ALL_ORGANIZATION_UNITS HR,
340: AR_MEMO_LINES_B ML