DBA Data[Home] [Help]

APPS.OKL_REPORT_GENERATOR_PVT dependencies on MO_GLOBAL

Line 5884: l_check_access := MO_GLOBAL.check_access( p_org_id => t_rec.org_id );

5880: i := 1;
5881: FOR t_rec IN c_orgs_using_ledger_csr( p_ledger_id => p_ledger_id )
5882: LOOP
5883: -- Check whether user has access to this Operating Unit
5884: l_check_access := MO_GLOBAL.check_access( p_org_id => t_rec.org_id );
5885: IF l_check_access = 'Y'
5886: THEN
5887: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
5888: 'User has access to Operating Unit ID ' || t_rec.org_id );