DBA Data[Home] [Help]

APPS.ARP_ROUNDING dependencies on GL_SETS_OF_BOOKS

Line 880: gl_sets_of_books b,

876: base_min_accountable_unit,
877: period_set_name
878: FROM
879: fnd_currencies f,
880: gl_sets_of_books b,
881: ar_system_parameters p
882: WHERE
883: p.set_of_books_id = b.set_of_books_id
884: AND f.currency_code = b.currency_code;

Line 1337: gl_sets_of_books gsb

1333: from ra_customer_trx ct,
1334: ra_customer_trx_lines l,
1335: ra_cust_trx_line_gl_dist rec,
1336: fnd_currencies fc,
1337: gl_sets_of_books gsb
1338: where ct.customer_trx_id = l.customer_trx_id
1339: and ct.customer_trx_id = rec.customer_trx_id
1340: and ct.customer_trx_id = P_CUSTOMER_TRX_ID
1341: and ct.set_of_books_id = gsb.set_of_books_id