DBA Data[Home] [Help]

APPS.RLM_VALIDATEDEMAND_SV dependencies on MO_GLOBAL

Line 9592: MO_GLOBAL.get_current_org_id);

9588: --
9589: -- Use Customer relationship only if the OM profile option is set.
9590: --
9591: v_parameter := OE_Sys_Parameters.value('CUSTOMER_RELATIONSHIPS_FLAG',
9592: MO_GLOBAL.get_current_org_id);
9593: --
9594: IF (l_debug <> -1) THEN
9595: rlm_core_sv.dlog(C_DEBUG,'v_parameter',v_parameter);
9596: END IF;