DBA Data[Home] [Help]

APPS.OE_PC_CONSTRAINTS_ADMIN_PVT dependencies on OE_MSG_PUB

Line 1605: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1601: END IF;
1602:
1603: EXCEPTION
1604: WHEN OTHERS THEN
1605: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1606: OE_MSG_PUB.Add_Exc_Msg
1607: ( G_PKG_NAME
1608: , 'Check_On_Insert_Exists'
1609: );

Line 1606: OE_MSG_PUB.Add_Exc_Msg

1602:
1603: EXCEPTION
1604: WHEN OTHERS THEN
1605: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1606: OE_MSG_PUB.Add_Exc_Msg
1607: ( G_PKG_NAME
1608: , 'Check_On_Insert_Exists'
1609: );
1610: END IF;

Line 1804: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1800: END IF;
1801:
1802: EXCEPTION
1803: WHEN OTHERS THEN
1804: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1805: OE_MSG_PUB.Add_Exc_Msg
1806: ( G_PKG_NAME
1807: , 'Clear_Cached_Results'
1808: );

Line 1805: OE_MSG_PUB.Add_Exc_Msg

1801:
1802: EXCEPTION
1803: WHEN OTHERS THEN
1804: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1805: OE_MSG_PUB.Add_Exc_Msg
1806: ( G_PKG_NAME
1807: , 'Clear_Cached_Results'
1808: );
1809: END IF;

Line 2013: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2009:
2010: EXCEPTION
2011: WHEN OTHERS THEN
2012: x_result := OE_PC_GLOBALS.ERROR;
2013: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2014: OE_MSG_PUB.Add_Exc_Msg
2015: ( G_PKG_NAME
2016: , 'Validate_Constraint : '||l_constraintRuleRec.validation_pkg
2017: );

Line 2014: OE_MSG_PUB.Add_Exc_Msg

2010: EXCEPTION
2011: WHEN OTHERS THEN
2012: x_result := OE_PC_GLOBALS.ERROR;
2013: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2014: OE_MSG_PUB.Add_Exc_Msg
2015: ( G_PKG_NAME
2016: , 'Validate_Constraint : '||l_constraintRuleRec.validation_pkg
2017: );
2018: END IF;

Line 2352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2348: RETURN l_validation_result;
2349:
2350: EXCEPTION
2351: WHEN OTHERS THEN
2352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2353: OE_MSG_PUB.Add_Exc_Msg
2354: ( G_PKG_NAME
2355: , 'Is_Op_Constrained'
2356: );

Line 2353: OE_MSG_PUB.Add_Exc_Msg

2349:
2350: EXCEPTION
2351: WHEN OTHERS THEN
2352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2353: OE_MSG_PUB.Add_Exc_Msg
2354: ( G_PKG_NAME
2355: , 'Is_Op_Constrained'
2356: );
2357: END IF;