DBA Data[Home] [Help]

APPS.OE_LINE_ACK_UTIL dependencies on FND_MSG_PUB

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

1336: WHEN OTHERS THEN
1337:
1338: oe_debug_pub.Add('Encountered Others Error Exception in OE_Line_Ack_Util.Insert_Row: '||sqlerrm);
1339:
1340: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1341: THEN
1342: FND_MSG_PUB.Add_Exc_Msg
1343: ( G_PKG_NAME, 'OE_Line_Ack_Util.Insert_Row'
1344: );

Line 1342: FND_MSG_PUB.Add_Exc_Msg

1338: oe_debug_pub.Add('Encountered Others Error Exception in OE_Line_Ack_Util.Insert_Row: '||sqlerrm);
1339:
1340: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1341: THEN
1342: FND_MSG_PUB.Add_Exc_Msg
1343: ( G_PKG_NAME, 'OE_Line_Ack_Util.Insert_Row'
1344: );
1345: END IF;
1346:

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

2797:
2798: Exception
2799:
2800: When Others Then
2801: If FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) Then
2802: FND_MSG_PUB.Add_Exc_Msg
2803: (G_PKG_NAME, 'OE_Line_Ack_Util.Insert_Row');
2804: End If;
2805:

Line 2802: FND_MSG_PUB.Add_Exc_Msg

2798: Exception
2799:
2800: When Others Then
2801: If FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) Then
2802: FND_MSG_PUB.Add_Exc_Msg
2803: (G_PKG_NAME, 'OE_Line_Ack_Util.Insert_Row');
2804: End If;
2805:
2806: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

2918: WHEN OTHERS THEN
2919:
2920: oe_debug_pub.Add('Encountered Others Error Exception in OE_Line_Ack_Util.Delete_Row: '||sqlerrm);
2921:
2922: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2923: THEN
2924: FND_MSG_PUB.Add_Exc_Msg
2925: (G_PKG_NAME, 'OE_Line_Ack_Util.Delete_Row');
2926: END IF;

Line 2924: FND_MSG_PUB.Add_Exc_Msg

2920: oe_debug_pub.Add('Encountered Others Error Exception in OE_Line_Ack_Util.Delete_Row: '||sqlerrm);
2921:
2922: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2923: THEN
2924: FND_MSG_PUB.Add_Exc_Msg
2925: (G_PKG_NAME, 'OE_Line_Ack_Util.Delete_Row');
2926: END IF;
2927:
2928: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;