DBA Data[Home] [Help]

APPS.QP_LIMITS_PVT dependencies on OE_MSG_PUB

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

287: RAISE;
288:
289: WHEN OTHERS THEN
290:
291: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
292: THEN
293: OE_MSG_PUB.Add_Exc_Msg
294: ( G_PKG_NAME
295: , 'Limits'

Line 293: OE_MSG_PUB.Add_Exc_Msg

289: WHEN OTHERS THEN
290:
291: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
292: THEN
293: OE_MSG_PUB.Add_Exc_Msg
294: ( G_PKG_NAME
295: , 'Limits'
296: );
297: END IF;

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

614: l_LIMIT_ATTRS_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
615: l_LIMIT_ATTRS_tbl(I) := l_LIMIT_ATTRS_rec;
616: l_old_LIMIT_ATTRS_tbl(I) := l_old_LIMIT_ATTRS_rec;
617:
618: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
619: THEN
620: OE_MSG_PUB.Add_Exc_Msg
621: ( G_PKG_NAME
622: , 'Limit_Attrss'

Line 620: OE_MSG_PUB.Add_Exc_Msg

616: l_old_LIMIT_ATTRS_tbl(I) := l_old_LIMIT_ATTRS_rec;
617:
618: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
619: THEN
620: OE_MSG_PUB.Add_Exc_Msg
621: ( G_PKG_NAME
622: , 'Limit_Attrss'
623: );
624: END IF;

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

645: RAISE;
646:
647: WHEN OTHERS THEN
648:
649: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
650: THEN
651: OE_MSG_PUB.Add_Exc_Msg
652: ( G_PKG_NAME
653: , 'Limit_Attrss'

Line 651: OE_MSG_PUB.Add_Exc_Msg

647: WHEN OTHERS THEN
648:
649: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
650: THEN
651: OE_MSG_PUB.Add_Exc_Msg
652: ( G_PKG_NAME
653: , 'Limit_Attrss'
654: );
655: END IF;

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

943: l_LIMIT_BALANCES_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
944: l_LIMIT_BALANCES_tbl(I) := l_LIMIT_BALANCES_rec;
945: l_old_LIMIT_BALANCES_tbl(I) := l_old_LIMIT_BALANCES_rec;
946:
947: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
948: THEN
949: OE_MSG_PUB.Add_Exc_Msg
950: ( G_PKG_NAME
951: , 'Limit_Balancess'

Line 949: OE_MSG_PUB.Add_Exc_Msg

945: l_old_LIMIT_BALANCES_tbl(I) := l_old_LIMIT_BALANCES_rec;
946:
947: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
948: THEN
949: OE_MSG_PUB.Add_Exc_Msg
950: ( G_PKG_NAME
951: , 'Limit_Balancess'
952: );
953: END IF;

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

974: RAISE;
975:
976: WHEN OTHERS THEN
977:
978: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
979: THEN
980: OE_MSG_PUB.Add_Exc_Msg
981: ( G_PKG_NAME
982: , 'Limit_Balancess'

Line 980: OE_MSG_PUB.Add_Exc_Msg

976: WHEN OTHERS THEN
977:
978: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
979: THEN
980: OE_MSG_PUB.Add_Exc_Msg
981: ( G_PKG_NAME
982: , 'Limit_Balancess'
983: );
984: END IF;

Line 1074: OE_MSG_PUB.initialize;

1070:
1071: -- Initialize message list.
1072:
1073: IF FND_API.to_Boolean(p_init_msg_list) THEN
1074: OE_MSG_PUB.initialize;
1075: END IF;
1076:
1077: -- Init local table variables.
1078:

Line 1294: OE_MSG_PUB.Count_And_Get

1290: END LOOP;
1291:
1292: -- Get message count and data
1293:
1294: OE_MSG_PUB.Count_And_Get
1295: ( p_count => x_msg_count
1296: , p_data => x_msg_data
1297: );
1298:

Line 1308: OE_MSG_PUB.Count_And_Get

1304: x_return_status := FND_API.G_RET_STS_ERROR;
1305:
1306: -- Get message count and data
1307:
1308: OE_MSG_PUB.Count_And_Get
1309: ( p_count => x_msg_count
1310: , p_data => x_msg_data
1311: );
1312:

Line 1321: OE_MSG_PUB.Count_And_Get

1317: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1318:
1319: -- Get message count and data
1320:
1321: OE_MSG_PUB.Count_And_Get
1322: ( p_count => x_msg_count
1323: , p_data => x_msg_data
1324: );
1325: --dbms_output.put_line('Proc Limits - EXCEPTION x_msg_count' || x_msg_count);

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

1327: WHEN OTHERS THEN
1328:
1329: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1330:
1331: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1332: THEN
1333: OE_MSG_PUB.Add_Exc_Msg
1334: ( G_PKG_NAME
1335: , 'Process_Limits'

Line 1333: OE_MSG_PUB.Add_Exc_Msg

1329: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1330:
1331: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1332: THEN
1333: OE_MSG_PUB.Add_Exc_Msg
1334: ( G_PKG_NAME
1335: , 'Process_Limits'
1336: );
1337: END IF;

Line 1341: OE_MSG_PUB.Count_And_Get

1337: END IF;
1338:
1339: -- Get message count and data
1340:
1341: OE_MSG_PUB.Count_And_Get
1342: ( p_count => x_msg_count
1343: , p_data => x_msg_data
1344: );
1345: --dbms_output.put_line('Proc Limits - EXCEPTION x_msg_count' || x_msg_count);

Line 1404: OE_MSG_PUB.initialize;

1400:
1401: -- Initialize message list.
1402:
1403: IF FND_API.to_Boolean(p_init_msg_list) THEN
1404: OE_MSG_PUB.initialize;
1405: END IF;
1406:
1407: -- Set Savepoint
1408:

Line 1484: OE_MSG_PUB.Count_And_Get

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

Line 1498: OE_MSG_PUB.Count_And_Get

1494: x_return_status := FND_API.G_RET_STS_ERROR;
1495:
1496: -- Get message count and data
1497:
1498: OE_MSG_PUB.Count_And_Get
1499: ( p_count => x_msg_count
1500: , p_data => x_msg_data
1501: );
1502:

Line 1513: OE_MSG_PUB.Count_And_Get

1509: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1510:
1511: -- Get message count and data
1512:
1513: OE_MSG_PUB.Count_And_Get
1514: ( p_count => x_msg_count
1515: , p_data => x_msg_data
1516: );
1517:

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

1522: WHEN OTHERS THEN
1523:
1524: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1525:
1526: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1527: THEN
1528: OE_MSG_PUB.Add_Exc_Msg
1529: ( G_PKG_NAME
1530: , 'Lock_Limits'

Line 1528: OE_MSG_PUB.Add_Exc_Msg

1524: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1525:
1526: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1527: THEN
1528: OE_MSG_PUB.Add_Exc_Msg
1529: ( G_PKG_NAME
1530: , 'Lock_Limits'
1531: );
1532: END IF;

Line 1536: OE_MSG_PUB.Count_And_Get

1532: END IF;
1533:
1534: -- Get message count and data
1535:
1536: OE_MSG_PUB.Count_And_Get
1537: ( p_count => x_msg_count
1538: , p_data => x_msg_data
1539: );
1540:

Line 1597: OE_MSG_PUB.initialize;

1593:
1594: -- Initialize message list.
1595:
1596: IF FND_API.to_Boolean(p_init_msg_list) THEN
1597: OE_MSG_PUB.initialize;
1598: END IF;
1599:
1600: -- Get LIMITS ( parent = LIMITS )
1601:

Line 1632: OE_MSG_PUB.Count_And_Get

1628: x_return_status := FND_API.G_RET_STS_SUCCESS;
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 1646: OE_MSG_PUB.Count_And_Get

1642: x_return_status := FND_API.G_RET_STS_ERROR;
1643:
1644: -- Get message count and data
1645:
1646: OE_MSG_PUB.Count_And_Get
1647: ( p_count => x_msg_count
1648: , p_data => x_msg_data
1649: );
1650:

Line 1657: OE_MSG_PUB.Count_And_Get

1653: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1654:
1655: -- Get message count and data
1656:
1657: OE_MSG_PUB.Count_And_Get
1658: ( p_count => x_msg_count
1659: , p_data => x_msg_data
1660: );
1661:

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

1662: WHEN OTHERS THEN
1663:
1664: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1665:
1666: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1667: THEN
1668: OE_MSG_PUB.Add_Exc_Msg
1669: ( G_PKG_NAME
1670: , 'Get_Limits'

Line 1668: OE_MSG_PUB.Add_Exc_Msg

1664: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1665:
1666: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1667: THEN
1668: OE_MSG_PUB.Add_Exc_Msg
1669: ( G_PKG_NAME
1670: , 'Get_Limits'
1671: );
1672: END IF;

Line 1676: OE_MSG_PUB.Count_And_Get

1672: END IF;
1673:
1674: -- Get message count and data
1675:
1676: OE_MSG_PUB.Count_And_Get
1677: ( p_count => x_msg_count
1678: , p_data => x_msg_data
1679: );
1680: