DBA Data[Home] [Help]

APPS.OE_OE_FORM_PRICE_LLINE dependencies on OE_MSG_PUB

Line 293: OE_MSG_PUB.Count_And_Get

289: x_return_status := FND_API.G_RET_STS_SUCCESS;
290:
291: -- Get message count and data
292:
293: OE_MSG_PUB.Count_And_Get
294: ( p_count => x_msg_count
295: , p_data => x_msg_data
296: );
297:

Line 308: OE_MSG_PUB.Count_And_Get

304: x_return_status := FND_API.G_RET_STS_ERROR;
305:
306: -- Get message count and data
307:
308: OE_MSG_PUB.Count_And_Get
309: ( p_count => x_msg_count
310: , p_data => x_msg_data
311: );
312:

Line 319: OE_MSG_PUB.Count_And_Get

315: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
316:
317: -- Get message count and data
318:
319: OE_MSG_PUB.Count_And_Get
320: ( p_count => x_msg_count
321: , p_data => x_msg_data
322: );
323:

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

324: WHEN OTHERS THEN
325:
326: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
327:
328: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
329: THEN
330: OE_MSG_PUB.Add_Exc_Msg
331: ( G_PKG_NAME
332: , 'Default_Attributes'

Line 330: OE_MSG_PUB.Add_Exc_Msg

326: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
327:
328: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
329: THEN
330: OE_MSG_PUB.Add_Exc_Msg
331: ( G_PKG_NAME
332: , 'Default_Attributes'
333: );
334: END IF;

Line 338: OE_MSG_PUB.Count_And_Get

334: END IF;
335:
336: -- Get message count and data
337:
338: OE_MSG_PUB.Count_And_Get
339: ( p_count => x_msg_count
340: , p_data => x_msg_data
341: );
342:

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

629: ELSE
630:
631: -- Unexpected error, unrecognized attribute
632:
633: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
634: THEN
635: OE_MSG_PUB.Add_Exc_Msg
636: ( G_PKG_NAME
637: , 'Change_Attribute'

Line 635: OE_MSG_PUB.Add_Exc_Msg

631: -- Unexpected error, unrecognized attribute
632:
633: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
634: THEN
635: OE_MSG_PUB.Add_Exc_Msg
636: ( G_PKG_NAME
637: , 'Change_Attribute'
638: , 'Unrecognized attribute'
639: );

Line 1103: OE_MSG_PUB.Count_And_Get

1099: x_return_status := FND_API.G_RET_STS_SUCCESS;
1100:
1101: -- Get message count and data
1102:
1103: OE_MSG_PUB.Count_And_Get
1104: ( p_count => x_msg_count
1105: , p_data => x_msg_data
1106: );
1107:

Line 1120: OE_MSG_PUB.Count_And_Get

1116: x_return_status := FND_API.G_RET_STS_ERROR;
1117:
1118: -- Get message count and data
1119:
1120: OE_MSG_PUB.Count_And_Get
1121: ( p_count => x_msg_count
1122: , p_data => x_msg_data
1123: );
1124:

Line 1131: OE_MSG_PUB.Count_And_Get

1127: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1128:
1129: -- Get message count and data
1130:
1131: OE_MSG_PUB.Count_And_Get
1132: ( p_count => x_msg_count
1133: , p_data => x_msg_data
1134: );
1135:

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

1136: WHEN OTHERS THEN
1137:
1138: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1139:
1140: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1141: THEN
1142: OE_MSG_PUB.Add_Exc_Msg
1143: ( G_PKG_NAME
1144: , 'Change_Attribute'

Line 1142: OE_MSG_PUB.Add_Exc_Msg

1138: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1139:
1140: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1141: THEN
1142: OE_MSG_PUB.Add_Exc_Msg
1143: ( G_PKG_NAME
1144: , 'Change_Attribute'
1145: );
1146: END IF;

Line 1150: OE_MSG_PUB.Count_And_Get

1146: END IF;
1147:
1148: -- Get message count and data
1149:
1150: OE_MSG_PUB.Count_And_Get
1151: ( p_count => x_msg_count
1152: , p_data => x_msg_data
1153: );
1154:

Line 1314: OE_MSG_PUB.Count_And_Get

1310: x_return_status := FND_API.G_RET_STS_SUCCESS;
1311:
1312: -- Get message count and data
1313:
1314: OE_MSG_PUB.Count_And_Get
1315: ( p_count => x_msg_count
1316: , p_data => x_msg_data
1317: );
1318:

Line 1329: OE_MSG_PUB.Count_And_Get

1325: x_return_status := FND_API.G_RET_STS_ERROR;
1326:
1327: -- Get message count and data
1328:
1329: OE_MSG_PUB.Count_And_Get
1330: ( p_count => x_msg_count
1331: , p_data => x_msg_data
1332: );
1333:

Line 1340: OE_MSG_PUB.Count_And_Get

1336: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1337:
1338: -- Get message count and data
1339:
1340: OE_MSG_PUB.Count_And_Get
1341: ( p_count => x_msg_count
1342: , p_data => x_msg_data
1343: );
1344:

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

1345: WHEN OTHERS THEN
1346:
1347: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1348:
1349: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1350: THEN
1351: OE_MSG_PUB.Add_Exc_Msg
1352: ( G_PKG_NAME
1353: , 'Validate_And_Write'

Line 1351: OE_MSG_PUB.Add_Exc_Msg

1347: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1348:
1349: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1350: THEN
1351: OE_MSG_PUB.Add_Exc_Msg
1352: ( G_PKG_NAME
1353: , 'Validate_And_Write'
1354: );
1355: END IF;

Line 1359: OE_MSG_PUB.Count_And_Get

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

Line 1461: OE_MSG_PUB.Count_And_Get

1457: x_return_status := FND_API.G_RET_STS_SUCCESS;
1458:
1459: -- Get message count and data
1460:
1461: OE_MSG_PUB.Count_And_Get
1462: ( p_count => x_msg_count
1463: , p_data => x_msg_data
1464: );
1465:

Line 1475: OE_MSG_PUB.Count_And_Get

1471: x_return_status := FND_API.G_RET_STS_ERROR;
1472:
1473: -- Get message count and data
1474:
1475: OE_MSG_PUB.Count_And_Get
1476: ( p_count => x_msg_count
1477: , p_data => x_msg_data
1478: );
1479:

Line 1486: OE_MSG_PUB.Count_And_Get

1482: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1483:
1484: -- Get message count and data
1485:
1486: OE_MSG_PUB.Count_And_Get
1487: ( p_count => x_msg_count
1488: , p_data => x_msg_data
1489: );
1490:

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

1491: WHEN OTHERS THEN
1492:
1493: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1494:
1495: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1496: THEN
1497: OE_MSG_PUB.Add_Exc_Msg
1498: ( G_PKG_NAME
1499: , 'Delete_Row'

Line 1497: OE_MSG_PUB.Add_Exc_Msg

1493: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1494:
1495: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1496: THEN
1497: OE_MSG_PUB.Add_Exc_Msg
1498: ( G_PKG_NAME
1499: , 'Delete_Row'
1500: );
1501: END IF;

Line 1505: OE_MSG_PUB.Count_And_Get

1501: END IF;
1502:
1503: -- Get message count and data
1504:
1505: OE_MSG_PUB.Count_And_Get
1506: ( p_count => x_msg_count
1507: , p_data => x_msg_data
1508: );
1509:

Line 1587: OE_MSG_PUB.Count_And_Get

1583: x_return_status := FND_API.G_RET_STS_SUCCESS;
1584:
1585: -- Get message count and data
1586:
1587: OE_MSG_PUB.Count_And_Get
1588: ( p_count => x_msg_count
1589: , p_data => x_msg_data
1590: );
1591:

Line 1602: OE_MSG_PUB.Count_And_Get

1598: x_return_status := FND_API.G_RET_STS_ERROR;
1599:
1600: -- Get message count and data
1601:
1602: OE_MSG_PUB.Count_And_Get
1603: ( p_count => x_msg_count
1604: , p_data => x_msg_data
1605: );
1606:

Line 1613: OE_MSG_PUB.Count_And_Get

1609: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1610:
1611: -- Get message count and data
1612:
1613: OE_MSG_PUB.Count_And_Get
1614: ( p_count => x_msg_count
1615: , p_data => x_msg_data
1616: );
1617:

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

1618: WHEN OTHERS THEN
1619:
1620: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1621:
1622: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1623: THEN
1624: OE_MSG_PUB.Add_Exc_Msg
1625: ( G_PKG_NAME
1626: , 'Process_Entity'

Line 1624: OE_MSG_PUB.Add_Exc_Msg

1620: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1621:
1622: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1623: THEN
1624: OE_MSG_PUB.Add_Exc_Msg
1625: ( G_PKG_NAME
1626: , 'Process_Entity'
1627: );
1628: END IF;

Line 1632: OE_MSG_PUB.Count_And_Get

1628: END IF;
1629:
1630: -- Get message count and data
1631:
1632: OE_MSG_PUB.Count_And_Get
1633: ( p_count => x_msg_count
1634: , p_data => x_msg_data
1635: );
1636:

Line 1834: OE_MSG_PUB.Count_And_Get

1830: x_return_status := l_return_status;
1831:
1832: -- Get message count and data
1833:
1834: OE_MSG_PUB.Count_And_Get
1835: ( p_count => x_msg_count
1836: , p_data => x_msg_data
1837: );
1838:

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

1840: EXCEPTION
1841:
1842: WHEN OTHERS THEN
1843:
1844: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1845: THEN
1846: OE_MSG_PUB.Add_Exc_Msg
1847: ( G_PKG_NAME
1848: , 'Lock_Row'

Line 1846: OE_MSG_PUB.Add_Exc_Msg

1842: WHEN OTHERS THEN
1843:
1844: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1845: THEN
1846: OE_MSG_PUB.Add_Exc_Msg
1847: ( G_PKG_NAME
1848: , 'Lock_Row'
1849: );
1850: END IF;

Line 1856: OE_MSG_PUB.Count_And_Get

1852: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1853:
1854: -- Get message count and data
1855:
1856: OE_MSG_PUB.Count_And_Get
1857: ( p_count => x_msg_count
1858: , p_data => x_msg_data
1859: );
1860: