DBA Data[Home] [Help]

APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_MSG_PUB

Line 1621: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1617:
1618: EXCEPTION
1619: WHEN OTHERS THEN
1620:
1621: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1622: THEN
1623: OE_MSG_PUB.Add_Exc_Msg
1624: ( G_PKG_NAME
1625: , l_api_name

Line 1623: OE_MSG_PUB.Add_Exc_Msg

1619: WHEN OTHERS THEN
1620:
1621: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1622: THEN
1623: OE_MSG_PUB.Add_Exc_Msg
1624: ( G_PKG_NAME
1625: , l_api_name
1626: );
1627: END IF;

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

1694: RETURN l_current_version_number;
1695:
1696: EXCEPTION
1697: WHEN OTHERS THEN
1698: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1699: OE_MSG_PUB.Add_Exc_Msg
1700: ( G_PKG_NAME
1701: , 'Get_Version_Number'
1702: );

Line 1699: OE_MSG_PUB.Add_Exc_Msg

1695:
1696: EXCEPTION
1697: WHEN OTHERS THEN
1698: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1699: OE_MSG_PUB.Add_Exc_Msg
1700: ( G_PKG_NAME
1701: , 'Get_Version_Number'
1702: );
1703: END IF;

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

1772:
1773: WHEN OTHERS THEN
1774: G_INTERNAL_QUERY := FALSE;
1775:
1776: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1777: OE_MSG_PUB.Add_Exc_Msg
1778: ( G_PKG_NAME
1779: , 'Get_Transaction_Version'
1780: );

Line 1777: OE_MSG_PUB.Add_Exc_Msg

1773: WHEN OTHERS THEN
1774: G_INTERNAL_QUERY := FALSE;
1775:
1776: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1777: OE_MSG_PUB.Add_Exc_Msg
1778: ( G_PKG_NAME
1779: , 'Get_Transaction_Version'
1780: );
1781: END IF;

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

2167: --R12 CC Encryption
2168:
2169: EXCEPTION
2170: WHEN OTHERS THEN
2171: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2172: OE_MSG_PUB.Add_Exc_Msg
2173: ( G_PKG_NAME
2174: , 'Header Query_Row'
2175: );

Line 2172: OE_MSG_PUB.Add_Exc_Msg

2168:
2169: EXCEPTION
2170: WHEN OTHERS THEN
2171: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2172: OE_MSG_PUB.Add_Exc_Msg
2173: ( G_PKG_NAME
2174: , 'Header Query_Row'
2175: );
2176: END IF;

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

2223: END IF;
2224:
2225: EXCEPTION
2226: WHEN OTHERS THEN
2227: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2228: OE_MSG_PUB.Add_Exc_Msg
2229: ( G_PKG_NAME
2230: , 'Header Adj Query_Row'
2231: );

Line 2228: OE_MSG_PUB.Add_Exc_Msg

2224:
2225: EXCEPTION
2226: WHEN OTHERS THEN
2227: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2228: OE_MSG_PUB.Add_Exc_Msg
2229: ( G_PKG_NAME
2230: , 'Header Adj Query_Row'
2231: );
2232: END IF;

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

2660: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2661:
2662: WHEN OTHERS THEN
2663:
2664: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2665: OE_MSG_PUB.Add_Exc_Msg
2666: ( G_PKG_NAME
2667: , 'Header Adj Query_Rows'
2668: );

Line 2665: OE_MSG_PUB.Add_Exc_Msg

2661:
2662: WHEN OTHERS THEN
2663:
2664: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2665: OE_MSG_PUB.Add_Exc_Msg
2666: ( G_PKG_NAME
2667: , 'Header Adj Query_Rows'
2668: );
2669: END IF;

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

2709: END IF;
2710:
2711: EXCEPTION
2712: WHEN OTHERS THEN
2713: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2714: OE_MSG_PUB.Add_Exc_Msg
2715: ( G_PKG_NAME
2716: , 'Header Scredit Query_Row'
2717: );

Line 2714: OE_MSG_PUB.Add_Exc_Msg

2710:
2711: EXCEPTION
2712: WHEN OTHERS THEN
2713: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2714: OE_MSG_PUB.Add_Exc_Msg
2715: ( G_PKG_NAME
2716: , 'Header Scredit Query_Row'
2717: );
2718: END IF;

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

2930: END IF;
2931:
2932: EXCEPTION
2933: WHEN OTHERS THEN
2934: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2935: OE_MSG_PUB.Add_Exc_Msg
2936: ( G_PKG_NAME
2937: , 'Header Scredit Query_Rows'
2938: );

Line 2935: OE_MSG_PUB.Add_Exc_Msg

2931:
2932: EXCEPTION
2933: WHEN OTHERS THEN
2934: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2935: OE_MSG_PUB.Add_Exc_Msg
2936: ( G_PKG_NAME
2937: , 'Header Scredit Query_Rows'
2938: );
2939: END IF;

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

2976: END IF;
2977:
2978: EXCEPTION
2979: WHEN OTHERS THEN
2980: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2981: OE_MSG_PUB.Add_Exc_Msg
2982: ( G_PKG_NAME
2983: , 'Line Query_Row'
2984: );

Line 2981: OE_MSG_PUB.Add_Exc_Msg

2977:
2978: EXCEPTION
2979: WHEN OTHERS THEN
2980: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2981: OE_MSG_PUB.Add_Exc_Msg
2982: ( G_PKG_NAME
2983: , 'Line Query_Row'
2984: );
2985: END IF;

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

4516: END IF;
4517:
4518: EXCEPTION
4519: WHEN OTHERS THEN
4520: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4521: OE_MSG_PUB.Add_Exc_Msg
4522: ( G_PKG_NAME
4523: , 'Line Query_Rows'
4524: );

Line 4521: OE_MSG_PUB.Add_Exc_Msg

4517:
4518: EXCEPTION
4519: WHEN OTHERS THEN
4520: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4521: OE_MSG_PUB.Add_Exc_Msg
4522: ( G_PKG_NAME
4523: , 'Line Query_Rows'
4524: );
4525: END IF;

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

4561: END IF;
4562:
4563: EXCEPTION
4564: WHEN OTHERS THEN
4565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4566: OE_MSG_PUB.Add_Exc_Msg
4567: ( G_PKG_NAME
4568: , 'Line Adj Query_Row'
4569: );

Line 4566: OE_MSG_PUB.Add_Exc_Msg

4562:
4563: EXCEPTION
4564: WHEN OTHERS THEN
4565: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4566: OE_MSG_PUB.Add_Exc_Msg
4567: ( G_PKG_NAME
4568: , 'Line Adj Query_Row'
4569: );
4570: END IF;

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

5112: END IF;
5113:
5114: EXCEPTION
5115: WHEN OTHERS THEN
5116: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5117: OE_MSG_PUB.Add_Exc_Msg
5118: ( G_PKG_NAME
5119: , 'Line Adj Query_Rows'
5120: );

Line 5117: OE_MSG_PUB.Add_Exc_Msg

5113:
5114: EXCEPTION
5115: WHEN OTHERS THEN
5116: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5117: OE_MSG_PUB.Add_Exc_Msg
5118: ( G_PKG_NAME
5119: , 'Line Adj Query_Rows'
5120: );
5121: END IF;

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

5165: END IF;
5166:
5167: EXCEPTION
5168: WHEN OTHERS THEN
5169: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5170: OE_MSG_PUB.Add_Exc_Msg
5171: ( G_PKG_NAME
5172: , 'Line Scredit Query_Row'
5173: );

Line 5170: OE_MSG_PUB.Add_Exc_Msg

5166:
5167: EXCEPTION
5168: WHEN OTHERS THEN
5169: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5170: OE_MSG_PUB.Add_Exc_Msg
5171: ( G_PKG_NAME
5172: , 'Line Scredit Query_Row'
5173: );
5174: END IF;

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

5435: END IF;
5436:
5437: EXCEPTION
5438: WHEN OTHERS THEN
5439: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5440: OE_MSG_PUB.Add_Exc_Msg
5441: ( G_PKG_NAME
5442: , 'Line Scredit Query_Row'
5443: );

Line 5440: OE_MSG_PUB.Add_Exc_Msg

5436:
5437: EXCEPTION
5438: WHEN OTHERS THEN
5439: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5440: OE_MSG_PUB.Add_Exc_Msg
5441: ( G_PKG_NAME
5442: , 'Line Scredit Query_Row'
5443: );
5444: END IF;