DBA Data[Home] [Help]

APPS.IGIRCABJP dependencies on RA_CUST_TRX_TYPES

Line 87: ra_cust_trx_types_all ctt,

83: 'ADJ' || ard.source_type ref29,
84: 'AR_ADJUSTMENTS' ref30
85: FROM
86: ra_customer_trx_all ct,
87: ra_cust_trx_types_all ctt,
88: ar_distributions_all ard,
89: hz_parties, -- Bug 3902175
90: hz_cust_accounts, -- Bug 3902175
91: ar_adjustments_all adj,

Line 258: ra_cust_trx_types ctt,

254: 'INV_')||ctlgd.account_class ref29,
255: 'RA_CUST_TRX_LINE_GL_DIST' ref30
256: FROM
257: ar_lookups l_cat,
258: ra_cust_trx_types ctt,
259: hz_parties, -- Bug 3902175
260: hz_cust_accounts, -- Bug 3902175
261: ra_customer_trx_all ct,
262: ra_cust_trx_line_gl_dist ctlgd,