DBA Data[Home] [Help]

APPS.AR_ARXRJR_XMLP_PKG dependencies on AR_SYSTEM_PARAMETERS_ALL

Line 38: select set_of_books_id into h_sob_id from ar_system_parameters_all

34:
35: if p_reporting_level = 1000 then
36: h_sob_id := p_reporting_context;
37: elsif p_reporting_level = 3000 then
38: select set_of_books_id into h_sob_id from ar_system_parameters_all
39: where org_id = p_reporting_context;
40: end if;
41:
42: h_rep_type:='P';