DBA Data[Home] [Help]

APPS.RLM_VALIDATEDEMAND_SV dependencies on MO_GLOBAL

Line 9668: MO_GLOBAL.get_current_org_id);

9664: --
9665: -- Use Customer relationship only if the OM profile option is set.
9666: --
9667: v_parameter := OE_Sys_Parameters.value('CUSTOMER_RELATIONSHIPS_FLAG',
9668: MO_GLOBAL.get_current_org_id);
9669: --
9670: IF (l_debug <> -1) THEN
9671: rlm_core_sv.dlog(C_DEBUG,'v_parameter',v_parameter);
9672: END IF;