DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on JTF_HA_STATE_PKG

Line 951: IBE_Util.Debug('JTF_HA_STATE_PKG.Get_Current_state begins');

947:
948: /*This part is to bock notifications for application in maintenance mode(High Availability)*/
949: /*If the state of application is among 2,3,4,5 then notifications are disabled*/
950: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
951: IBE_Util.Debug('JTF_HA_STATE_PKG.Get_Current_state begins');
952: END IF;
953:
954: JTF_HA_STATE_PKG.Get_Current_state(x_current_state => l_current_state,
955: x_return_status => x_return_status);

Line 954: JTF_HA_STATE_PKG.Get_Current_state(x_current_state => l_current_state,

950: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
951: IBE_Util.Debug('JTF_HA_STATE_PKG.Get_Current_state begins');
952: END IF;
953:
954: JTF_HA_STATE_PKG.Get_Current_state(x_current_state => l_current_state,
955: x_return_status => x_return_status);
956:
957: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
958: IBE_Util.Debug('JTF_HA_STATE_PKG.Get_Current_state finishes');

Line 958: IBE_Util.Debug('JTF_HA_STATE_PKG.Get_Current_state finishes');

954: JTF_HA_STATE_PKG.Get_Current_state(x_current_state => l_current_state,
955: x_return_status => x_return_status);
956:
957: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
958: IBE_Util.Debug('JTF_HA_STATE_PKG.Get_Current_state finishes');
959: END IF;
960: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
961: RAISE FND_API.G_EXC_ERROR;
962: END IF;