<?xml version = '1.0' encoding = 'UTF-8'?>
<!-- $Header: globalButtonBar.uix 115.39 2004/06/05 05:17:59 rmohan ship $ -->
<page xmlns="http://bali.us.oracle.com/cabo/baja"
      xmlns:baja="http://bali.us.oracle.com/cabo/baja"
      xmlns:marlin="http://bali.us.oracle.com/cabo/marlin"
      xmlns:data="http://bali.us.oracle.com/cabo/marlin">
   <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">
    <dataScope>
      <contents>
       <stackLayout><contents>
        <switcher childName="sm" data:childName="loginmode@getLoginMode">
	    <case name = "rm">
      	<include baja:node="/oam/launchMode/apps/common/globalButtonBar" />
          </case>
	    <case name = "sm">
      	<include baja:node="/oam/launchMode/apps/common/globalButtonBar" />
          </case>
	    <case name = "DB">
      	<include baja:node="/oam/launchMode/db/common/globalButtonBar" />
          </case>
        </switcher>
	</contents></stackLayout>
    </contents>

    <provider>
      <data name="getLoginMode">
        <method class="oracle.apps.fnd.oam.launchMode.common.servlet.handlers.OAMLoginHandler"
                method="getLoginMode"/>
      </data>
    </provider>
    </dataScope>
   </baja:content>
</page>
