DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PUB dependencies on OE_MSG_PUB

Line 923: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

919:
920:
921: x_return_status := FND_API.G_RET_STS_ERROR;
922:
923: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
924: THEN
925: x_return_status := FND_API.G_RET_STS_ERROR;
926: END IF;
927:

Line 1037: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1033: x_ordered_quantity := 0;
1034: x_shipped_quantity := 0;
1035: x_shipping_quantity := 0;
1036:
1037: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1038: THEN
1039: x_return_status := FND_API.G_RET_STS_ERROR;
1040: END IF;
1041:

Line 1120: OE_MSG_PUB.ADD;

1116: oe_debug_pub.add( 'LINE ID IS NULL ' , 1 ) ;
1117: END IF;
1118:
1119: FND_MESSAGE.SET_NAME('ONT','OE_SHP_LINE_ID_MISSING');
1120: OE_MSG_PUB.ADD;
1121: RAISE FND_API.G_EXC_ERROR;
1122:
1123: END IF;
1124:

Line 1135: OE_MSG_PUB.Add;

1131:
1132: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_ATTRIBUTE');
1133: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1134: OE_Order_Util.Get_Attribute_Name('shipping_interfaced_flag'));
1135: OE_MSG_PUB.Add;
1136:
1137: RAISE FND_API.G_EXC_ERROR;
1138:
1139: END IF;

Line 1350: OE_MSG_PUB.Count_And_Get

1346: WHEN FND_API.G_EXC_ERROR THEN
1347:
1348: ROLLBACK TO Update_Shipping_Interface;
1349:
1350: OE_MSG_PUB.Count_And_Get
1351: ( p_count => x_msg_count
1352: , p_data => x_msg_data
1353: );
1354:

Line 1363: OE_MSG_PUB.Count_And_Get

1359: ROLLBACK TO Update_Shipping_Interface;
1360:
1361: -- Get message count and data
1362:
1363: OE_MSG_PUB.Count_And_Get
1364: ( p_count => x_msg_count
1365: , p_data => x_msg_data
1366: );
1367:

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

1373: WHEN OTHERS THEN
1374:
1375: ROLLBACK TO Update_Shipping_Interface;
1376:
1377: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1378: THEN
1379: OE_MSG_PUB.Add_Exc_Msg
1380: ( G_PKG_NAME
1381: , 'Update_Shipping_Interface'

Line 1379: OE_MSG_PUB.Add_Exc_Msg

1375: ROLLBACK TO Update_Shipping_Interface;
1376:
1377: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1378: THEN
1379: OE_MSG_PUB.Add_Exc_Msg
1380: ( G_PKG_NAME
1381: , 'Update_Shipping_Interface'
1382: );
1383: END IF;

Line 1387: OE_MSG_PUB.Count_And_Get

1383: END IF;
1384:
1385: -- Get message count and data
1386:
1387: OE_MSG_PUB.Count_And_Get
1388: ( p_count => x_msg_count
1389: , p_data => x_msg_data
1390: );
1391:

Line 1503: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1499: -- HW reset values for qty2 for OPM
1500: x_min_remaining_quantity2 := 0;
1501: x_max_remaining_quantity2 := 0;
1502:
1503: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1504: THEN
1505: x_return_status := FND_API.G_RET_STS_ERROR;
1506: END IF;
1507:

Line 1634: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);

1630: (OE_LINE_SECURITY.g_record.line_id IS NULL) OR
1631: (OE_LINE_SECURITY.g_record.line_id = FND_API.G_MISS_NUM) OR
1632: (OE_LINE_SECURITY.g_record.ato_line_id <> OE_LINE_SECURITY.g_record.line_id)
1633: THEN
1634: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1635: p_result := 0;
1636:
1637: ELSE
1638: