DBA Data[Home] [Help]

APPS.OZF_GL_TRANSFER_PVT dependencies on GL_MC_INFO

Line 30: gl_mc_info.mrc_enabled(rec.set_of_books_id, 682, l_org_id, '',l_mrc_flag);

26:
27: BEGIN
28: l_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID(); -- R12 Enhancements
29: for rec in c1(p_psob_id) loop
30: gl_mc_info.mrc_enabled(rec.set_of_books_id, 682, l_org_id, '',l_mrc_flag);
31: if l_mrc_flag = 'Y' then
32: l_return_flag := 'Y';
33: end if;
34: end loop;

Line 66: l_sob_info gl_mc_info.t_ael_sob_info;

62: ,p_trace_flag VARCHAR2 )
63: IS
64:
65: l_sob_list xla_gl_transfer_pkg.t_sob_list := xla_gl_transfer_pkg.t_sob_list();
66: l_sob_info gl_mc_info.t_ael_sob_info;
67:
68: i NUMBER := 0;
69: l_request_id NUMBER; -- Concurrent Request Id
70: l_appl_id NUMBER; -- Application Id.

Line 249: gl_mc_info.ap_ael_sobs(l_sob_info);

245:
246: /* -- If MRC is Installed
247: IF Nvl(p_include_reporting_sob,'N') = 'Y' THEN
248: l_debug_info := 'Calling MRC API to get the reporting set of books';
249: gl_mc_info.ap_ael_sobs(l_sob_info);
250: END IF;
251: */
252:
253: -- Populate l_sob_list for common transfer API