DBA Data[Home] [Help]

APPS.FV_DUE_DATE_CALCULATION dependencies on MO_GLOBAL

Line 272: l_operating_unit := MO_GLOBAL.get_current_org_id ;

268: -- initialize variables
269: l_module_name := g_module_name || 'main';
270: BEGIN
271: -- Delete from Temp table by Org_id
272: l_operating_unit := MO_GLOBAL.get_current_org_id ;
273: MO_UTILS.get_ledger_info
274: (
275: p_operating_unit => l_operating_unit ,
276: p_ledger_id => v_sob ,

Line 279: v_sob_name := to_char ( MO_GLOBAL.get_current_org_id );

275: p_operating_unit => l_operating_unit ,
276: p_ledger_id => v_sob ,
277: p_ledger_name => l_ledger_name
278: );
279: v_sob_name := to_char ( MO_GLOBAL.get_current_org_id );
280: v_user := TO_NUMBER(fnd_profile.value('USER_ID'));
281:
282: -- bug 2088857 fix, added nvl around set_of_bks_name
283: -- since this holds org_id value which will be null in non-multiorg