DBA Data[Home] [Help]

APPS.ARP_COLL_IND dependencies on AR_SYSTEM_PARAMETERS

Line 30: if p_sob_id is null then -- Use SOB Id from AR_SYSTEM_PARAMETERS

26: ,p_call_from IN NUMBER DEFAULT 222
27: ) IS
28: BEGIN
29:
30: if p_sob_id is null then -- Use SOB Id from AR_SYSTEM_PARAMETERS
31:
32: SELECT sob.currency_code,
33: c.precision,
34: c.minimum_accountable_unit

Line 38: FROM ar_system_parameters sysp,

34: c.minimum_accountable_unit
35: INTO curr_rec.base_currency,
36: curr_rec.base_precision,
37: curr_rec.base_min_acc_unit
38: FROM ar_system_parameters sysp,
39: gl_sets_of_books sob,
40: fnd_currencies c
41: WHERE sob.set_of_books_id = sysp.set_of_books_id
42: AND sob.currency_code = c.currency_code;

Line 160: -- refers to multi-org view AR_SYSTEM_PARAMETERS)

156: elsif pcall_from = 101 then -- Called by GL responsibility
157:
158: -- SELECT clause modified by S.Bhattal to avoid calling package ARPCURR
159: -- (so that we don't crash in ARPCURR's initialization section, which
160: -- refers to multi-org view AR_SYSTEM_PARAMETERS)
161:
162: SELECT SUM( gl_currency_api.convert_closest_amount_sql(
163: ps.invoice_currency_code
164: ,curr_rec.base_currency