DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PUB dependencies on OE_MSG_PUB

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

896:
897:
898: x_return_status := FND_API.G_RET_STS_ERROR;
899:
900: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
901: THEN
902: x_return_status := FND_API.G_RET_STS_ERROR;
903: END IF;
904:

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

1010: x_ordered_quantity := 0;
1011: x_shipped_quantity := 0;
1012: x_shipping_quantity := 0;
1013:
1014: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1015: THEN
1016: x_return_status := FND_API.G_RET_STS_ERROR;
1017: END IF;
1018:

Line 1097: OE_MSG_PUB.ADD;

1093: oe_debug_pub.add( 'LINE ID IS NULL ' , 1 ) ;
1094: END IF;
1095:
1096: FND_MESSAGE.SET_NAME('ONT','OE_SHP_LINE_ID_MISSING');
1097: OE_MSG_PUB.ADD;
1098: RAISE FND_API.G_EXC_ERROR;
1099:
1100: END IF;
1101:

Line 1112: OE_MSG_PUB.Add;

1108:
1109: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_ATTRIBUTE');
1110: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
1111: OE_Order_Util.Get_Attribute_Name('shipping_interfaced_flag'));
1112: OE_MSG_PUB.Add;
1113:
1114: RAISE FND_API.G_EXC_ERROR;
1115:
1116: END IF;

Line 1325: OE_MSG_PUB.Count_And_Get

1321: WHEN FND_API.G_EXC_ERROR THEN
1322:
1323: ROLLBACK TO Update_Shipping_Interface;
1324:
1325: OE_MSG_PUB.Count_And_Get
1326: ( p_count => x_msg_count
1327: , p_data => x_msg_data
1328: );
1329:

Line 1338: OE_MSG_PUB.Count_And_Get

1334: ROLLBACK TO Update_Shipping_Interface;
1335:
1336: -- Get message count and data
1337:
1338: OE_MSG_PUB.Count_And_Get
1339: ( p_count => x_msg_count
1340: , p_data => x_msg_data
1341: );
1342:

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

1348: WHEN OTHERS THEN
1349:
1350: ROLLBACK TO Update_Shipping_Interface;
1351:
1352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1353: THEN
1354: OE_MSG_PUB.Add_Exc_Msg
1355: ( G_PKG_NAME
1356: , 'Update_Shipping_Interface'

Line 1354: OE_MSG_PUB.Add_Exc_Msg

1350: ROLLBACK TO Update_Shipping_Interface;
1351:
1352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1353: THEN
1354: OE_MSG_PUB.Add_Exc_Msg
1355: ( G_PKG_NAME
1356: , 'Update_Shipping_Interface'
1357: );
1358: END IF;

Line 1362: OE_MSG_PUB.Count_And_Get

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

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

1474: -- HW reset values for qty2 for OPM
1475: x_min_remaining_quantity2 := 0;
1476: x_max_remaining_quantity2 := 0;
1477:
1478: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1479: THEN
1480: x_return_status := FND_API.G_RET_STS_ERROR;
1481: END IF;
1482:

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

1605: (OE_LINE_SECURITY.g_record.line_id IS NULL) OR
1606: (OE_LINE_SECURITY.g_record.line_id = FND_API.G_MISS_NUM) OR
1607: (OE_LINE_SECURITY.g_record.ato_line_id <> OE_LINE_SECURITY.g_record.line_id)
1608: THEN
1609: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
1610: p_result := 0;
1611:
1612: ELSE
1613: