DBA Data[Home] [Help]

APPS.JL_BR_AR_BALANCE_MAINTENANCE dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 82: FROM ra_cust_trx_line_gl_dist gldist0,

78: glps0.period_name per,
79: decode(type0.type,'CM','Nota de Credito','Nota de Debito') hist,
80: batch0.name bat, batch0.batch_id batid,
81: racust0.org_id
82: FROM ra_cust_trx_line_gl_dist gldist0,
83: ra_customer_trx_all racust0,
84: hz_cust_accounts_all hzcus0,
85: ra_cust_trx_types_all type0,
86: gl_period_statuses glps0,

Line 126: FROM ra_cust_trx_line_gl_dist gldist1,

122: glps1.period_name per,
123: 'Entrada de Dcto' hist,
124: batch1.name bat, batch1.batch_id batid,
125: racust1.org_id
126: FROM ra_cust_trx_line_gl_dist gldist1,
127: ra_customer_trx_all racust1,
128: hz_cust_accounts_all hzcus1,
129: ra_cust_trx_types_all type1,
130: gl_period_statuses glps1,

Line 387: FROM ra_cust_trx_line_gl_dist gldist7,

383: glps7.period_name per,
384: 'Nota Cred (Cta Receb)' hist,
385: batch7.name bat, batch7.batch_id batid,
386: inv7.org_id
387: FROM ra_cust_trx_line_gl_dist gldist7,
388: ra_customer_trx_all cm7,
389: ar_receivable_applications_all recapp7,
390: ra_customer_trx_all inv7,
391: hz_cust_accounts_all hzcus7,

Line 427: FROM ra_cust_trx_line_gl_dist gldist8,

423: glps8.period_name per,
424: 'Ajuste (Conta Recebim)' hist,
425: batch8.name bat, batch8.batch_id batid,
426: racust8.org_id
427: FROM ra_cust_trx_line_gl_dist gldist8,
428: ar_adjustments_all adj8,
429: ra_customer_trx_all racust8,
430: hz_cust_accounts_all hzcus8,
431: ra_batches_all batch8,