DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_PAYMENT dependencies on OE_MSG_PUB

Line 263: oe_msg_pub.Count_And_Get

259: x_return_status := FND_API.G_RET_STS_SUCCESS;
260:
261: -- Get message count and data
262:
263: oe_msg_pub.Count_And_Get
264: ( p_count => x_msg_count
265: , p_data => x_msg_data
266: );
267:

Line 282: oe_msg_pub.Count_And_Get

278: x_return_status := FND_API.G_RET_STS_ERROR;
279:
280: -- Get message count and data
281:
282: oe_msg_pub.Count_And_Get
283: ( p_count => x_msg_count
284: , p_data => x_msg_data
285: );
286:

Line 295: oe_msg_pub.Count_And_Get

291: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
292:
293: -- Get message count and data
294:
295: oe_msg_pub.Count_And_Get
296: ( p_count => x_msg_count
297: , p_data => x_msg_data
298: );
299:

Line 306: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

302: OE_GLOBALS.G_UI_FLAG := FALSE;
303:
304: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
305:
306: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
307: THEN
308: oe_msg_pub.Add_Exc_Msg
309: ( G_PKG_NAME
310: , 'Default_Attributes'

Line 308: oe_msg_pub.Add_Exc_Msg

304: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
305:
306: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
307: THEN
308: oe_msg_pub.Add_Exc_Msg
309: ( G_PKG_NAME
310: , 'Default_Attributes'
311: );
312: END IF;

Line 316: oe_msg_pub.Count_And_Get

312: END IF;
313:
314: -- Get message count and data
315:
316: oe_msg_pub.Count_And_Get
317: ( p_count => x_msg_count
318: , p_data => x_msg_data
319: );
320:

Line 866: oe_msg_pub.Count_And_Get

862: x_return_status := FND_API.G_RET_STS_SUCCESS;
863:
864: -- Get message count and data
865:
866: oe_msg_pub.Count_And_Get
867: ( p_count => x_msg_count
868: , p_data => x_msg_data
869: );
870:

Line 885: oe_msg_pub.Count_And_Get

881: x_return_status := FND_API.G_RET_STS_ERROR;
882:
883: -- Get message count and data
884:
885: oe_msg_pub.Count_And_Get
886: ( p_count => x_msg_count
887: , p_data => x_msg_data
888: );
889:

Line 898: oe_msg_pub.Count_And_Get

894: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
895:
896: -- Get message count and data
897:
898: oe_msg_pub.Count_And_Get
899: ( p_count => x_msg_count
900: , p_data => x_msg_data
901: );
902:

Line 909: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

905: OE_GLOBALS.G_UI_FLAG := FALSE;
906:
907: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
908:
909: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
910: THEN
911: oe_msg_pub.Add_Exc_Msg
912: ( G_PKG_NAME
913: , 'Change_Attribute'

Line 911: oe_msg_pub.Add_Exc_Msg

907: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
908:
909: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
910: THEN
911: oe_msg_pub.Add_Exc_Msg
912: ( G_PKG_NAME
913: , 'Change_Attribute'
914: );
915: END IF;

Line 919: oe_msg_pub.Count_And_Get

915: END IF;
916:
917: -- Get message count and data
918:
919: oe_msg_pub.Count_And_Get
920: ( p_count => x_msg_count
921: , p_data => x_msg_data
922: );
923:

Line 1056: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1052: ELSE
1053:
1054: -- Unexpected error, unrecognized attribute
1055:
1056: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1057: THEN
1058: oe_msg_pub.Add_Exc_Msg
1059: ( G_PKG_NAME
1060: , 'Copy_Attribute_To_Rec'

Line 1058: oe_msg_pub.Add_Exc_Msg

1054: -- Unexpected error, unrecognized attribute
1055:
1056: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1057: THEN
1058: oe_msg_pub.Add_Exc_Msg
1059: ( G_PKG_NAME
1060: , 'Copy_Attribute_To_Rec'
1061: , 'Unrecognized attribute'
1062: );

Line 1070: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

1066:
1067: END IF;
1068: EXCEPTION
1069: WHEN OTHERS THEN
1070: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1071: THEN
1072: oe_msg_pub.Add_Exc_Msg
1073: ( G_PKG_NAME
1074: , 'Copy_Attribute_To_Rec'

Line 1072: oe_msg_pub.Add_Exc_Msg

1068: EXCEPTION
1069: WHEN OTHERS THEN
1070: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1071: THEN
1072: oe_msg_pub.Add_Exc_Msg
1073: ( G_PKG_NAME
1074: , 'Copy_Attribute_To_Rec'
1075: );
1076: END IF;

Line 1210: oe_msg_pub.Count_And_Get

1206: x_return_status := FND_API.G_RET_STS_SUCCESS;
1207:
1208: -- Get message count and data
1209:
1210: oe_msg_pub.Count_And_Get
1211: ( p_count => x_msg_count
1212: , p_data => x_msg_data
1213: );
1214:

Line 1229: oe_msg_pub.Count_And_Get

1225: x_return_status := FND_API.G_RET_STS_ERROR;
1226:
1227: -- Get message count and data
1228:
1229: oe_msg_pub.Count_And_Get
1230: ( p_count => x_msg_count
1231: , p_data => x_msg_data
1232: );
1233:

Line 1242: oe_msg_pub.Count_And_Get

1238: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1239:
1240: -- Get message count and data
1241:
1242: oe_msg_pub.Count_And_Get
1243: ( p_count => x_msg_count
1244: , p_data => x_msg_data
1245: );
1246:

Line 1253: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1249: OE_GLOBALS.G_UI_FLAG := FALSE;
1250:
1251: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1252:
1253: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1254: THEN
1255: oe_msg_pub.Add_Exc_Msg
1256: ( G_PKG_NAME
1257: , 'Validate_And_Write'

Line 1255: oe_msg_pub.Add_Exc_Msg

1251: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1252:
1253: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1254: THEN
1255: oe_msg_pub.Add_Exc_Msg
1256: ( G_PKG_NAME
1257: , 'Validate_And_Write'
1258: );
1259: END IF;

Line 1263: oe_msg_pub.Count_And_Get

1259: END IF;
1260:
1261: -- Get message count and data
1262:
1263: oe_msg_pub.Count_And_Get
1264: ( p_count => x_msg_count
1265: , p_data => x_msg_data
1266: );
1267:

Line 1365: oe_msg_pub.Count_And_Get

1361: x_return_status := FND_API.G_RET_STS_SUCCESS;
1362:
1363: -- Get message count and data
1364:
1365: oe_msg_pub.Count_And_Get
1366: ( p_count => x_msg_count
1367: , p_data => x_msg_data
1368: );
1369:

Line 1384: oe_msg_pub.Count_And_Get

1380: x_return_status := FND_API.G_RET_STS_ERROR;
1381:
1382: -- Get message count and data
1383:
1384: oe_msg_pub.Count_And_Get
1385: ( p_count => x_msg_count
1386: , p_data => x_msg_data
1387: );
1388:

Line 1397: oe_msg_pub.Count_And_Get

1393: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1394:
1395: -- Get message count and data
1396:
1397: oe_msg_pub.Count_And_Get
1398: ( p_count => x_msg_count
1399: , p_data => x_msg_data
1400: );
1401:

Line 1408: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1404: OE_GLOBALS.G_UI_FLAG := FALSE;
1405:
1406: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1407:
1408: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1409: THEN
1410: oe_msg_pub.Add_Exc_Msg
1411: ( G_PKG_NAME
1412: , 'Delete_Row'

Line 1410: oe_msg_pub.Add_Exc_Msg

1406: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1407:
1408: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1409: THEN
1410: oe_msg_pub.Add_Exc_Msg
1411: ( G_PKG_NAME
1412: , 'Delete_Row'
1413: );
1414: END IF;

Line 1418: oe_msg_pub.Count_And_Get

1414: END IF;
1415:
1416: -- Get message count and data
1417:
1418: oe_msg_pub.Count_And_Get
1419: ( p_count => x_msg_count
1420: , p_data => x_msg_data
1421: );
1422:

Line 1542: oe_msg_pub.Count_And_Get

1538: x_return_status := FND_API.G_RET_STS_SUCCESS;
1539:
1540: -- Get message count and data
1541:
1542: oe_msg_pub.Count_And_Get
1543: ( p_count => x_msg_count
1544: , p_data => x_msg_data
1545: );
1546:

Line 1561: oe_msg_pub.Count_And_Get

1557: x_return_status := FND_API.G_RET_STS_ERROR;
1558:
1559: -- Get message count and data
1560:
1561: oe_msg_pub.Count_And_Get
1562: ( p_count => x_msg_count
1563: , p_data => x_msg_data
1564: );
1565:

Line 1574: oe_msg_pub.Count_And_Get

1570: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1571:
1572: -- Get message count and data
1573:
1574: oe_msg_pub.Count_And_Get
1575: ( p_count => x_msg_count
1576: , p_data => x_msg_data
1577: );
1578:

Line 1585: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1581: OE_GLOBALS.G_UI_FLAG := FALSE;
1582:
1583: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1584:
1585: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1586: THEN
1587: oe_msg_pub.Add_Exc_Msg
1588: ( G_PKG_NAME
1589: , 'Process_Entity'

Line 1587: oe_msg_pub.Add_Exc_Msg

1583: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1584:
1585: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1586: THEN
1587: oe_msg_pub.Add_Exc_Msg
1588: ( G_PKG_NAME
1589: , 'Process_Entity'
1590: );
1591: END IF;

Line 1595: oe_msg_pub.Count_And_Get

1591: END IF;
1592:
1593: -- Get message count and data
1594:
1595: oe_msg_pub.Count_And_Get
1596: ( p_count => x_msg_count
1597: , p_data => x_msg_data
1598: );
1599:

Line 1659: oe_msg_pub.Count_And_Get

1655: x_return_status := l_return_status;
1656:
1657: -- Get message count and data
1658:
1659: oe_msg_pub.Count_And_Get
1660: ( p_count => x_msg_count
1661: , p_data => x_msg_data
1662: );
1663:

Line 1672: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1668: EXCEPTION
1669:
1670: WHEN OTHERS THEN
1671:
1672: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1673: THEN
1674: oe_msg_pub.Add_Exc_Msg
1675: ( G_PKG_NAME
1676: , 'Lock_Row'

Line 1674: oe_msg_pub.Add_Exc_Msg

1670: WHEN OTHERS THEN
1671:
1672: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1673: THEN
1674: oe_msg_pub.Add_Exc_Msg
1675: ( G_PKG_NAME
1676: , 'Lock_Row'
1677: );
1678: END IF;

Line 1684: oe_msg_pub.Count_And_Get

1680: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1681:
1682: -- Get message count and data
1683:
1684: oe_msg_pub.Count_And_Get
1685: ( p_count => x_msg_count
1686: , p_data => x_msg_data
1687: );
1688: