DBA Data[Home] [Help]

APPS.OE_LINE_ACK_UTIL dependencies on FND_MSG_PUB

Line 1296: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1292: WHEN OTHERS THEN
1293:
1294: oe_debug_pub.Add('Encountered Others Error Exception in OE_Line_Ack_Util.Insert_Row: '||sqlerrm);
1295:
1296: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1297: THEN
1298: FND_MSG_PUB.Add_Exc_Msg
1299: ( G_PKG_NAME, 'OE_Line_Ack_Util.Insert_Row'
1300: );

Line 1298: FND_MSG_PUB.Add_Exc_Msg

1294: oe_debug_pub.Add('Encountered Others Error Exception in OE_Line_Ack_Util.Insert_Row: '||sqlerrm);
1295:
1296: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1297: THEN
1298: FND_MSG_PUB.Add_Exc_Msg
1299: ( G_PKG_NAME, 'OE_Line_Ack_Util.Insert_Row'
1300: );
1301: END IF;
1302:

Line 2723: If FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) Then

2719:
2720: Exception
2721:
2722: When Others Then
2723: If FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) Then
2724: FND_MSG_PUB.Add_Exc_Msg
2725: (G_PKG_NAME, 'OE_Line_Ack_Util.Insert_Row');
2726: End If;
2727:

Line 2724: FND_MSG_PUB.Add_Exc_Msg

2720: Exception
2721:
2722: When Others Then
2723: If FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) Then
2724: FND_MSG_PUB.Add_Exc_Msg
2725: (G_PKG_NAME, 'OE_Line_Ack_Util.Insert_Row');
2726: End If;
2727:
2728: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 2844: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2840: WHEN OTHERS THEN
2841:
2842: oe_debug_pub.Add('Encountered Others Error Exception in OE_Line_Ack_Util.Delete_Row: '||sqlerrm);
2843:
2844: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2845: THEN
2846: FND_MSG_PUB.Add_Exc_Msg
2847: (G_PKG_NAME, 'OE_Line_Ack_Util.Delete_Row');
2848: END IF;

Line 2846: FND_MSG_PUB.Add_Exc_Msg

2842: oe_debug_pub.Add('Encountered Others Error Exception in OE_Line_Ack_Util.Delete_Row: '||sqlerrm);
2843:
2844: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2845: THEN
2846: FND_MSG_PUB.Add_Exc_Msg
2847: (G_PKG_NAME, 'OE_Line_Ack_Util.Delete_Row');
2848: END IF;
2849:
2850: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;