DBA Data[Home] [Help]

APPS.OE_CONTRACTS_UTIL dependencies on OE_MSG_PUB

Line 128: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

124: IF l_debug_level > 0 THEN
125: oe_debug_pub.add('WHEN-OTHERS in check_license', 1);
126: END IF;
127:
128: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
129: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
130: 'check_license'
131: );
132: END IF;

Line 129: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

125: oe_debug_pub.add('WHEN-OTHERS in check_license', 1);
126: END IF;
127:
128: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
129: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
130: 'check_license'
131: );
132: END IF;
133: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 178: oe_msg_pub.initialize;

174:
175: x_return_status := FND_API.G_RET_STS_SUCCESS;
176:
177: IF p_init_msg_list = FND_API.G_TRUE THEN
178: oe_msg_pub.initialize;
179: END IF;
180:
181:
182: --Check for licensing

Line 327: OE_MSG_PUB.Transfer_Msg_Stack;

323:
324: /*****
325: not needed as per meeting
326: --transfer error messages on OKC stack to OM stack
327: OE_MSG_PUB.Transfer_Msg_Stack;
328: *****/
329:
330: --Get message count and data
331: OE_MSG_PUB.Count_And_Get (

Line 331: OE_MSG_PUB.Count_And_Get (

327: OE_MSG_PUB.Transfer_Msg_Stack;
328: *****/
329:
330: --Get message count and data
331: OE_MSG_PUB.Count_And_Get (
332: p_count => x_msg_count,
333: p_data => x_msg_data
334: );
335:

Line 350: OE_MSG_PUB.Transfer_Msg_Stack;

346:
347: /*****
348: not needed as per meeting
349: --transfer error messages on OKC stack to OM stack
350: OE_MSG_PUB.Transfer_Msg_Stack;
351: *****/
352:
353: --Get message count and data
354: OE_MSG_PUB.Count_And_Get (

Line 354: OE_MSG_PUB.Count_And_Get (

350: OE_MSG_PUB.Transfer_Msg_Stack;
351: *****/
352:
353: --Get message count and data
354: OE_MSG_PUB.Count_And_Get (
355: p_count => x_msg_count,
356: p_data => x_msg_data
357: );
358:

Line 371: OE_MSG_PUB.Transfer_Msg_Stack;

367:
368: /*****
369: not needed as per meeting
370: --transfer error messages on OKC stack to OM stack
371: OE_MSG_PUB.Transfer_Msg_Stack;
372: *****/
373:
374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
375: OE_MSG_PUB.Add_Exc_Msg (

Line 374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

370: --transfer error messages on OKC stack to OM stack
371: OE_MSG_PUB.Transfer_Msg_Stack;
372: *****/
373:
374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
375: OE_MSG_PUB.Add_Exc_Msg (
376: G_PKG_NAME,
377: 'copy_articles'
378: );

Line 375: OE_MSG_PUB.Add_Exc_Msg (

371: OE_MSG_PUB.Transfer_Msg_Stack;
372: *****/
373:
374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
375: OE_MSG_PUB.Add_Exc_Msg (
376: G_PKG_NAME,
377: 'copy_articles'
378: );
379: END IF;

Line 383: OE_MSG_PUB.Count_And_Get (

379: END IF;
380:
381:
382: --Get message count and data
383: OE_MSG_PUB.Count_And_Get (
384: p_count => x_msg_count,
385: p_data => x_msg_data
386: );
387:

Line 422: oe_msg_pub.initialize;

418:
419: x_return_status := FND_API.G_RET_STS_SUCCESS;
420:
421: IF p_init_msg_list = FND_API.G_TRUE THEN
422: oe_msg_pub.initialize;
423: END IF;
424:
425:
426: --Check for licensing

Line 488: OE_MSG_PUB.Transfer_Msg_Stack;

484:
485: /*****
486: not needed as per meeting
487: --transfer error messages on OKC stack to OM stack
488: OE_MSG_PUB.Transfer_Msg_Stack;
489: *****/
490:
491: --Get message count and data
492: OE_MSG_PUB.Count_And_Get (

Line 492: OE_MSG_PUB.Count_And_Get (

488: OE_MSG_PUB.Transfer_Msg_Stack;
489: *****/
490:
491: --Get message count and data
492: OE_MSG_PUB.Count_And_Get (
493: p_count => x_msg_count,
494: p_data => x_msg_data
495: );
496:

Line 511: OE_MSG_PUB.Transfer_Msg_Stack;

507:
508: /*****
509: not needed as per meeting
510: --transfer error messages on OKC stack to OM stack
511: OE_MSG_PUB.Transfer_Msg_Stack;
512: *****/
513:
514: --Get message count and data
515: OE_MSG_PUB.Count_And_Get (

Line 515: OE_MSG_PUB.Count_And_Get (

511: OE_MSG_PUB.Transfer_Msg_Stack;
512: *****/
513:
514: --Get message count and data
515: OE_MSG_PUB.Count_And_Get (
516: p_count => x_msg_count,
517: p_data => x_msg_data
518: );
519:

Line 532: OE_MSG_PUB.Transfer_Msg_Stack;

528:
529: /*****
530: not needed as per meeting
531: --transfer error messages on OKC stack to OM stack
532: OE_MSG_PUB.Transfer_Msg_Stack;
533: *****/
534:
535: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
536: OE_MSG_PUB.Add_Exc_Msg (

Line 535: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

531: --transfer error messages on OKC stack to OM stack
532: OE_MSG_PUB.Transfer_Msg_Stack;
533: *****/
534:
535: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
536: OE_MSG_PUB.Add_Exc_Msg (
537: G_PKG_NAME,
538: 'version_articles'
539: );

Line 536: OE_MSG_PUB.Add_Exc_Msg (

532: OE_MSG_PUB.Transfer_Msg_Stack;
533: *****/
534:
535: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
536: OE_MSG_PUB.Add_Exc_Msg (
537: G_PKG_NAME,
538: 'version_articles'
539: );
540: END IF;

Line 544: OE_MSG_PUB.Count_And_Get (

540: END IF;
541:
542:
543: --Get message count and data
544: OE_MSG_PUB.Count_And_Get (
545: p_count => x_msg_count,
546: p_data => x_msg_data
547: );
548:

Line 596: oe_msg_pub.initialize;

592:
593: x_return_status := FND_API.G_RET_STS_SUCCESS;
594:
595: IF p_init_msg_list = FND_API.G_TRUE THEN
596: oe_msg_pub.initialize;
597: END IF;
598:
599:
600: --Check for licensing

Line 748: OE_MSG_PUB.Add;

744: IF l_contract_source_code = 'ATTACHED' AND l_has_primary_doc = 'N' THEN
745: --set qa return status to error
746: x_qa_return_status:= G_RET_STS_ERROR;
747: fnd_message.set_name('ONT','ONT_NO_PRIMARY_OKC_DOCUMENT');
748: OE_MSG_PUB.Add;
749:
750: END IF;
751:
752: --ETR

Line 779: OE_MSG_PUB.Transfer_Msg_Stack;

775:
776: IF l_debug_level > 0 THEN
777: oe_debug_pub.add('Transferring messages from FND stack to OM error message stack ', 3);
778: END IF;
779: OE_MSG_PUB.Transfer_Msg_Stack;
780:
781: --Get message count and data
782: OE_MSG_PUB.Count_And_Get (
783: p_count => x_msg_count,

Line 782: OE_MSG_PUB.Count_And_Get (

778: END IF;
779: OE_MSG_PUB.Transfer_Msg_Stack;
780:
781: --Get message count and data
782: OE_MSG_PUB.Count_And_Get (
783: p_count => x_msg_count,
784: p_data => x_msg_data
785: );
786:

Line 812: OE_MSG_PUB.Transfer_Msg_Stack;

808:
809: /*****
810: not needed as per meeting
811: --transfer error messages on OKC stack to OM stack
812: OE_MSG_PUB.Transfer_Msg_Stack;
813: *****/
814:
815: --Get message count and data
816: OE_MSG_PUB.Count_And_Get (

Line 816: OE_MSG_PUB.Count_And_Get (

812: OE_MSG_PUB.Transfer_Msg_Stack;
813: *****/
814:
815: --Get message count and data
816: OE_MSG_PUB.Count_And_Get (
817: p_count => x_msg_count,
818: p_data => x_msg_data
819: );
820:

Line 836: OE_MSG_PUB.Transfer_Msg_Stack;

832:
833: /*****
834: not needed as per meeting
835: --transfer error messages on OKC stack to OM stack
836: OE_MSG_PUB.Transfer_Msg_Stack;
837: *****/
838:
839: --Get message count and data
840: OE_MSG_PUB.Count_And_Get (

Line 840: OE_MSG_PUB.Count_And_Get (

836: OE_MSG_PUB.Transfer_Msg_Stack;
837: *****/
838:
839: --Get message count and data
840: OE_MSG_PUB.Count_And_Get (
841: p_count => x_msg_count,
842: p_data => x_msg_data
843: );
844:

Line 858: OE_MSG_PUB.Transfer_Msg_Stack;

854:
855: /*****
856: not needed as per meeting
857: --transfer error messages on OKC stack to OM stack
858: OE_MSG_PUB.Transfer_Msg_Stack;
859: *****/
860:
861:
862: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 862: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

858: OE_MSG_PUB.Transfer_Msg_Stack;
859: *****/
860:
861:
862: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
863: OE_MSG_PUB.Add_Exc_Msg (
864: G_PKG_NAME,
865: 'qa_articles'
866: );

Line 863: OE_MSG_PUB.Add_Exc_Msg (

859: *****/
860:
861:
862: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
863: OE_MSG_PUB.Add_Exc_Msg (
864: G_PKG_NAME,
865: 'qa_articles'
866: );
867: END IF;

Line 870: OE_MSG_PUB.Count_And_Get (

866: );
867: END IF;
868:
869: --Get message count and data
870: OE_MSG_PUB.Count_And_Get (
871: p_count => x_msg_count,
872: p_data => x_msg_data
873: );
874:

Line 967: OE_MSG_PUB.Transfer_Msg_Stack;

963:
964: /*****
965: not needed as per meeting
966: --transfer error messages on OKC stack to OM stack
967: OE_MSG_PUB.Transfer_Msg_Stack;
968: *****/
969:
970: --Get message count and data
971: OE_MSG_PUB.Count_And_Get (

Line 971: OE_MSG_PUB.Count_And_Get (

967: OE_MSG_PUB.Transfer_Msg_Stack;
968: *****/
969:
970: --Get message count and data
971: OE_MSG_PUB.Count_And_Get (
972: p_count => x_msg_count,
973: p_data => x_msg_data
974: );
975:

Line 990: OE_MSG_PUB.Transfer_Msg_Stack;

986:
987: /*****
988: not needed as per meeting
989: --transfer error messages on OKC stack to OM stack
990: OE_MSG_PUB.Transfer_Msg_Stack;
991: *****/
992:
993: --Get message count and data
994: OE_MSG_PUB.Count_And_Get (

Line 994: OE_MSG_PUB.Count_And_Get (

990: OE_MSG_PUB.Transfer_Msg_Stack;
991: *****/
992:
993: --Get message count and data
994: OE_MSG_PUB.Count_And_Get (
995: p_count => x_msg_count,
996: p_data => x_msg_data
997: );
998:

Line 1006: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1002: IF l_debug_level > 0 THEN
1003: oe_debug_pub.add('WHEN OTHERS in non_standard_article_exists ', 3);
1004: END IF;
1005:
1006: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1007: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
1008: 'non_standard_article_exists'
1009: );
1010: END IF;

Line 1007: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

1003: oe_debug_pub.add('WHEN OTHERS in non_standard_article_exists ', 3);
1004: END IF;
1005:
1006: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1007: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
1008: 'non_standard_article_exists'
1009: );
1010: END IF;
1011: -----RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1014: OE_MSG_PUB.Count_And_Get (

1010: END IF;
1011: -----RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1012:
1013: --Get message count and data
1014: OE_MSG_PUB.Count_And_Get (
1015: p_count => x_msg_count,
1016: p_data => x_msg_data
1017: );
1018:

Line 1201: oe_msg_pub.initialize;

1197:
1198: x_return_status := FND_API.G_RET_STS_SUCCESS;
1199:
1200: IF p_init_msg_list = FND_API.G_TRUE THEN
1201: oe_msg_pub.initialize;
1202: END IF;
1203:
1204: /*
1205: ----------

Line 1363: OE_MSG_PUB.Transfer_Msg_Stack;

1359:
1360: /*****
1361: not needed as per meeting
1362: --transfer error messages on OKC stack to OM stack
1363: OE_MSG_PUB.Transfer_Msg_Stack;
1364: *****/
1365:
1366: --Get message count and data
1367: OE_MSG_PUB.Count_And_Get (

Line 1367: OE_MSG_PUB.Count_And_Get (

1363: OE_MSG_PUB.Transfer_Msg_Stack;
1364: *****/
1365:
1366: --Get message count and data
1367: OE_MSG_PUB.Count_And_Get (
1368: p_count => x_msg_count,
1369: p_data => x_msg_data
1370: );
1371:

Line 1398: OE_MSG_PUB.Transfer_Msg_Stack;

1394:
1395: /*****
1396: not needed as per meeting
1397: --transfer error messages on OKC stack to OM stack
1398: OE_MSG_PUB.Transfer_Msg_Stack;
1399: *****/
1400:
1401: --Get message count and data
1402: OE_MSG_PUB.Count_And_Get (

Line 1402: OE_MSG_PUB.Count_And_Get (

1398: OE_MSG_PUB.Transfer_Msg_Stack;
1399: *****/
1400:
1401: --Get message count and data
1402: OE_MSG_PUB.Count_And_Get (
1403: p_count => x_msg_count,
1404: p_data => x_msg_data
1405: );
1406:

Line 1433: OE_MSG_PUB.Transfer_Msg_Stack;

1429:
1430: /*****
1431: not needed as per meeting
1432: --transfer error messages on OKC stack to OM stack
1433: OE_MSG_PUB.Transfer_Msg_Stack;
1434: *****/
1435:
1436: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1437: OE_MSG_PUB.Add_Exc_Msg (

Line 1436: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1432: --transfer error messages on OKC stack to OM stack
1433: OE_MSG_PUB.Transfer_Msg_Stack;
1434: *****/
1435:
1436: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1437: OE_MSG_PUB.Add_Exc_Msg (
1438: G_PKG_NAME,
1439: 'get_terms_template'
1440: );

Line 1437: OE_MSG_PUB.Add_Exc_Msg (

1433: OE_MSG_PUB.Transfer_Msg_Stack;
1434: *****/
1435:
1436: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1437: OE_MSG_PUB.Add_Exc_Msg (
1438: G_PKG_NAME,
1439: 'get_terms_template'
1440: );
1441: END IF;

Line 1445: OE_MSG_PUB.Count_And_Get (

1441: END IF;
1442:
1443:
1444: --Get message count and data
1445: OE_MSG_PUB.Count_And_Get (
1446: p_count => x_msg_count,
1447: p_data => x_msg_data
1448: );
1449:

Line 1557: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1553: IF l_debug_level > 0 THEN
1554: oe_debug_pub.add('WHEN-OTHERS in terms_exists', 1);
1555: END IF;
1556:
1557: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1558: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
1559: 'terms_exists'
1560: );
1561: END IF;

Line 1558: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

1554: oe_debug_pub.add('WHEN-OTHERS in terms_exists', 1);
1555: END IF;
1556:
1557: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1558: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
1559: 'terms_exists'
1560: );
1561: END IF;
1562: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1595: oe_msg_pub.initialize;

1591:
1592: x_return_status := FND_API.G_RET_STS_SUCCESS;
1593:
1594: IF p_init_msg_list = FND_API.G_TRUE THEN
1595: oe_msg_pub.initialize;
1596: END IF;
1597:
1598: --Check for licensing
1599: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 1658: OE_MSG_PUB.Transfer_Msg_Stack;

1654:
1655: /*****
1656: not needed as per meeting
1657: --transfer error messages on OKC stack to OM stack
1658: OE_MSG_PUB.Transfer_Msg_Stack;
1659: *****/
1660:
1661: --Get message count and data
1662: OE_MSG_PUB.Count_And_Get (

Line 1662: OE_MSG_PUB.Count_And_Get (

1658: OE_MSG_PUB.Transfer_Msg_Stack;
1659: *****/
1660:
1661: --Get message count and data
1662: OE_MSG_PUB.Count_And_Get (
1663: p_count => x_msg_count,
1664: p_data => x_msg_data
1665: );
1666:

Line 1681: OE_MSG_PUB.Transfer_Msg_Stack;

1677:
1678: /*****
1679: not needed as per meeting
1680: --transfer error messages on OKC stack to OM stack
1681: OE_MSG_PUB.Transfer_Msg_Stack;
1682: *****/
1683:
1684: --Get message count and data
1685: OE_MSG_PUB.Count_And_Get (

Line 1685: OE_MSG_PUB.Count_And_Get (

1681: OE_MSG_PUB.Transfer_Msg_Stack;
1682: *****/
1683:
1684: --Get message count and data
1685: OE_MSG_PUB.Count_And_Get (
1686: p_count => x_msg_count,
1687: p_data => x_msg_data
1688: );
1689:

Line 1702: OE_MSG_PUB.Transfer_Msg_Stack;

1698:
1699: /*****
1700: not needed as per meeting
1701: --transfer error messages on OKC stack to OM stack
1702: OE_MSG_PUB.Transfer_Msg_Stack;
1703: *****/
1704:
1705: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1706: OE_MSG_PUB.Add_Exc_Msg (

Line 1705: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1701: --transfer error messages on OKC stack to OM stack
1702: OE_MSG_PUB.Transfer_Msg_Stack;
1703: *****/
1704:
1705: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1706: OE_MSG_PUB.Add_Exc_Msg (
1707: G_PKG_NAME,
1708: 'delete_articles'
1709: );

Line 1706: OE_MSG_PUB.Add_Exc_Msg (

1702: OE_MSG_PUB.Transfer_Msg_Stack;
1703: *****/
1704:
1705: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1706: OE_MSG_PUB.Add_Exc_Msg (
1707: G_PKG_NAME,
1708: 'delete_articles'
1709: );
1710: END IF;

Line 1713: OE_MSG_PUB.Count_And_Get (

1709: );
1710: END IF;
1711:
1712: --Get message count and data
1713: OE_MSG_PUB.Count_And_Get (
1714: p_count => x_msg_count,
1715: p_data => x_msg_data
1716: );
1717:

Line 1747: oe_msg_pub.initialize;

1743:
1744: x_return_status := FND_API.G_RET_STS_SUCCESS;
1745:
1746: IF p_init_msg_list = FND_API.G_TRUE THEN
1747: oe_msg_pub.initialize;
1748: END IF;
1749:
1750: --Check for licensing
1751: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 1807: OE_MSG_PUB.Transfer_Msg_Stack;

1803:
1804: /*****
1805: not needed as per meeting
1806: --transfer error messages on OKC stack to OM stack
1807: OE_MSG_PUB.Transfer_Msg_Stack;
1808: *****/
1809:
1810: --Get message count and data
1811: OE_MSG_PUB.Count_And_Get (

Line 1811: OE_MSG_PUB.Count_And_Get (

1807: OE_MSG_PUB.Transfer_Msg_Stack;
1808: *****/
1809:
1810: --Get message count and data
1811: OE_MSG_PUB.Count_And_Get (
1812: p_count => x_msg_count,
1813: p_data => x_msg_data
1814: );
1815:

Line 1830: OE_MSG_PUB.Transfer_Msg_Stack;

1826:
1827: /*****
1828: not needed as per meeting
1829: --transfer error messages on OKC stack to OM stack
1830: OE_MSG_PUB.Transfer_Msg_Stack;
1831: *****/
1832:
1833: --Get message count and data
1834: OE_MSG_PUB.Count_And_Get (

Line 1834: OE_MSG_PUB.Count_And_Get (

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

Line 1851: OE_MSG_PUB.Transfer_Msg_Stack;

1847:
1848: /*****
1849: not needed as per meeting
1850: --transfer error messages on OKC stack to OM stack
1851: OE_MSG_PUB.Transfer_Msg_Stack;
1852: *****/
1853:
1854: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1855: OE_MSG_PUB.Add_Exc_Msg (

Line 1854: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1850: --transfer error messages on OKC stack to OM stack
1851: OE_MSG_PUB.Transfer_Msg_Stack;
1852: *****/
1853:
1854: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1855: OE_MSG_PUB.Add_Exc_Msg (
1856: G_PKG_NAME,
1857: 'purge_articles'
1858: );

Line 1855: OE_MSG_PUB.Add_Exc_Msg (

1851: OE_MSG_PUB.Transfer_Msg_Stack;
1852: *****/
1853:
1854: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1855: OE_MSG_PUB.Add_Exc_Msg (
1856: G_PKG_NAME,
1857: 'purge_articles'
1858: );
1859: END IF;

Line 1862: OE_MSG_PUB.Count_And_Get (

1858: );
1859: END IF;
1860:
1861: --Get message count and data
1862: OE_MSG_PUB.Count_And_Get (
1863: p_count => x_msg_count,
1864: p_data => x_msg_data
1865: );
1866:

Line 1959: oe_msg_pub.initialize;

1955:
1956: x_return_status := FND_API.G_RET_STS_SUCCESS;
1957:
1958: IF p_init_msg_list = FND_API.G_TRUE THEN
1959: oe_msg_pub.initialize;
1960: END IF;
1961:
1962:
1963: -- For articles QA: -

Line 2227: OE_MSG_PUB.Transfer_Msg_Stack;

2223:
2224: /*****
2225: not needed as per meeting
2226: --transfer error messages on OKC stack to OM stack
2227: OE_MSG_PUB.Transfer_Msg_Stack;
2228: *****/
2229:
2230: --Get message count and data
2231: OE_MSG_PUB.Count_And_Get (

Line 2231: OE_MSG_PUB.Count_And_Get (

2227: OE_MSG_PUB.Transfer_Msg_Stack;
2228: *****/
2229:
2230: --Get message count and data
2231: OE_MSG_PUB.Count_And_Get (
2232: p_count => x_msg_count,
2233: p_data => x_msg_data
2234: );
2235:

Line 2253: OE_MSG_PUB.Transfer_Msg_Stack;

2249:
2250: /*****
2251: not needed as per meeting
2252: --transfer error messages on OKC stack to OM stack
2253: OE_MSG_PUB.Transfer_Msg_Stack;
2254: *****/
2255:
2256: --Get message count and data
2257: OE_MSG_PUB.Count_And_Get (

Line 2257: OE_MSG_PUB.Count_And_Get (

2253: OE_MSG_PUB.Transfer_Msg_Stack;
2254: *****/
2255:
2256: --Get message count and data
2257: OE_MSG_PUB.Count_And_Get (
2258: p_count => x_msg_count,
2259: p_data => x_msg_data
2260: );
2261:

Line 2278: OE_MSG_PUB.Transfer_Msg_Stack;

2274:
2275: /*****
2276: not needed as per meeting
2277: --transfer error messages on OKC stack to OM stack
2278: OE_MSG_PUB.Transfer_Msg_Stack;
2279: *****/
2280:
2281: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2282: OE_MSG_PUB.Add_Exc_Msg (

Line 2281: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2277: --transfer error messages on OKC stack to OM stack
2278: OE_MSG_PUB.Transfer_Msg_Stack;
2279: *****/
2280:
2281: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2282: OE_MSG_PUB.Add_Exc_Msg (
2283: G_PKG_NAME,
2284: 'get_article_variable_values'
2285: );

Line 2282: OE_MSG_PUB.Add_Exc_Msg (

2278: OE_MSG_PUB.Transfer_Msg_Stack;
2279: *****/
2280:
2281: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2282: OE_MSG_PUB.Add_Exc_Msg (
2283: G_PKG_NAME,
2284: 'get_article_variable_values'
2285: );
2286: END IF;

Line 2290: OE_MSG_PUB.Count_And_Get (

2286: END IF;
2287:
2288:
2289: --Get message count and data
2290: OE_MSG_PUB.Count_And_Get (
2291: p_count => x_msg_count,
2292: p_data => x_msg_data
2293: );
2294:

Line 2407: oe_msg_pub.initialize;

2403:
2404: x_return_status := FND_API.G_RET_STS_SUCCESS;
2405:
2406: IF p_init_msg_list = FND_API.G_TRUE THEN
2407: oe_msg_pub.initialize;
2408: END IF;
2409:
2410:
2411: -- For articles wizard expert: -

Line 2567: OE_MSG_PUB.Transfer_Msg_Stack;

2563:
2564: /*****
2565: not needed as per meeting
2566: --transfer error messages on OKC stack to OM stack
2567: OE_MSG_PUB.Transfer_Msg_Stack;
2568: *****/
2569:
2570:
2571: --Get message count and data

Line 2572: OE_MSG_PUB.Count_And_Get (

2568: *****/
2569:
2570:
2571: --Get message count and data
2572: OE_MSG_PUB.Count_And_Get (
2573: p_count => x_msg_count,
2574: p_data => x_msg_data
2575: );
2576:

Line 2594: OE_MSG_PUB.Transfer_Msg_Stack;

2590:
2591: /*****
2592: not needed as per meeting
2593: --transfer error messages on OKC stack to OM stack
2594: OE_MSG_PUB.Transfer_Msg_Stack;
2595: *****/
2596:
2597: --Get message count and data
2598: OE_MSG_PUB.Count_And_Get (

Line 2598: OE_MSG_PUB.Count_And_Get (

2594: OE_MSG_PUB.Transfer_Msg_Stack;
2595: *****/
2596:
2597: --Get message count and data
2598: OE_MSG_PUB.Count_And_Get (
2599: p_count => x_msg_count,
2600: p_data => x_msg_data
2601: );
2602:

Line 2620: OE_MSG_PUB.Transfer_Msg_Stack;

2616:
2617: /*****
2618: not needed as per meeting
2619: --transfer error messages on OKC stack to OM stack
2620: OE_MSG_PUB.Transfer_Msg_Stack;
2621: *****/
2622:
2623: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2624: OE_MSG_PUB.Add_Exc_Msg (

Line 2623: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2619: --transfer error messages on OKC stack to OM stack
2620: OE_MSG_PUB.Transfer_Msg_Stack;
2621: *****/
2622:
2623: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2624: OE_MSG_PUB.Add_Exc_Msg (
2625: G_PKG_NAME,
2626: 'get_article_variable_values'
2627: );

Line 2624: OE_MSG_PUB.Add_Exc_Msg (

2620: OE_MSG_PUB.Transfer_Msg_Stack;
2621: *****/
2622:
2623: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2624: OE_MSG_PUB.Add_Exc_Msg (
2625: G_PKG_NAME,
2626: 'get_article_variable_values'
2627: );
2628: END IF;

Line 2632: OE_MSG_PUB.Count_And_Get (

2628: END IF;
2629:
2630:
2631: --Get message count and data
2632: OE_MSG_PUB.Count_And_Get (
2633: p_count => x_msg_count,
2634: p_data => x_msg_data
2635: );
2636:

Line 2675: oe_msg_pub.initialize;

2671:
2672: x_return_status := FND_API.G_RET_STS_SUCCESS;
2673:
2674: IF p_init_msg_list = FND_API.G_TRUE THEN
2675: oe_msg_pub.initialize;
2676: END IF;
2677:
2678: --Check for licensing
2679: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 2740: OE_MSG_PUB.Transfer_Msg_Stack;

2736:
2737: /*****
2738: not needed as per meeting
2739: --transfer error messages on OKC stack to OM stack
2740: OE_MSG_PUB.Transfer_Msg_Stack;
2741: *****/
2742:
2743: --Get message count and data
2744: OE_MSG_PUB.Count_And_Get (

Line 2744: OE_MSG_PUB.Count_And_Get (

2740: OE_MSG_PUB.Transfer_Msg_Stack;
2741: *****/
2742:
2743: --Get message count and data
2744: OE_MSG_PUB.Count_And_Get (
2745: p_count => x_msg_count,
2746: p_data => x_msg_data
2747: );
2748:

Line 2763: OE_MSG_PUB.Transfer_Msg_Stack;

2759:
2760: /*****
2761: not needed as per meeting
2762: --transfer error messages on OKC stack to OM stack
2763: OE_MSG_PUB.Transfer_Msg_Stack;
2764: *****/
2765:
2766: --Get message count and data
2767: OE_MSG_PUB.Count_And_Get (

Line 2767: OE_MSG_PUB.Count_And_Get (

2763: OE_MSG_PUB.Transfer_Msg_Stack;
2764: *****/
2765:
2766: --Get message count and data
2767: OE_MSG_PUB.Count_And_Get (
2768: p_count => x_msg_count,
2769: p_data => x_msg_data
2770: );
2771:

Line 2784: OE_MSG_PUB.Transfer_Msg_Stack;

2780:
2781: /*****
2782: not needed as per meeting
2783: --transfer error messages on OKC stack to OM stack
2784: OE_MSG_PUB.Transfer_Msg_Stack;
2785: *****/
2786:
2787: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2788: OE_MSG_PUB.Add_Exc_Msg (

Line 2787: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2783: --transfer error messages on OKC stack to OM stack
2784: OE_MSG_PUB.Transfer_Msg_Stack;
2785: *****/
2786:
2787: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2788: OE_MSG_PUB.Add_Exc_Msg (
2789: G_PKG_NAME,
2790: 'get_terms_template'
2791: );

Line 2788: OE_MSG_PUB.Add_Exc_Msg (

2784: OE_MSG_PUB.Transfer_Msg_Stack;
2785: *****/
2786:
2787: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2788: OE_MSG_PUB.Add_Exc_Msg (
2789: G_PKG_NAME,
2790: 'get_terms_template'
2791: );
2792: END IF;

Line 2796: OE_MSG_PUB.Count_And_Get (

2792: END IF;
2793:
2794:
2795: --Get message count and data
2796: OE_MSG_PUB.Count_And_Get (
2797: p_count => x_msg_count,
2798: p_data => x_msg_data
2799: );
2800:

Line 2885: OE_MSG_PUB.Transfer_Msg_Stack;

2881:
2882: /*****
2883: not needed as per meeting
2884: --transfer error messages on OKC stack to OM stack
2885: OE_MSG_PUB.Transfer_Msg_Stack;
2886: *****/
2887:
2888: --Get message count and data
2889: OE_MSG_PUB.Count_And_Get (

Line 2889: OE_MSG_PUB.Count_And_Get (

2885: OE_MSG_PUB.Transfer_Msg_Stack;
2886: *****/
2887:
2888: --Get message count and data
2889: OE_MSG_PUB.Count_And_Get (
2890: p_count => x_msg_count,
2891: p_data => x_msg_data
2892: );
2893:

Line 2908: OE_MSG_PUB.Transfer_Msg_Stack;

2904:
2905: /*****
2906: not needed as per meeting
2907: --transfer error messages on OKC stack to OM stack
2908: OE_MSG_PUB.Transfer_Msg_Stack;
2909: *****/
2910:
2911: --Get message count and data
2912: OE_MSG_PUB.Count_And_Get (

Line 2912: OE_MSG_PUB.Count_And_Get (

2908: OE_MSG_PUB.Transfer_Msg_Stack;
2909: *****/
2910:
2911: --Get message count and data
2912: OE_MSG_PUB.Count_And_Get (
2913: p_count => x_msg_count,
2914: p_data => x_msg_data
2915: );
2916:

Line 2923: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2919: IF l_debug_level > 0 THEN
2920: oe_debug_pub.add('WHEN OTHERS in Get_Template_Name ', 3);
2921: END IF;
2922:
2923: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2924: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
2925: 'non_standard_article_exists'
2926: );
2927: END IF;

Line 2924: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

2920: oe_debug_pub.add('WHEN OTHERS in Get_Template_Name ', 3);
2921: END IF;
2922:
2923: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2924: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
2925: 'non_standard_article_exists'
2926: );
2927: END IF;
2928:

Line 2932: OE_MSG_PUB.Count_And_Get (

2928:
2929: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2930:
2931: --Get message count and data
2932: OE_MSG_PUB.Count_And_Get (
2933: p_count => x_msg_count,
2934: p_data => x_msg_data
2935: );
2936:

Line 2973: oe_msg_pub.initialize;

2969:
2970: x_return_status := FND_API.G_RET_STS_SUCCESS;
2971:
2972: IF p_init_msg_list = FND_API.G_TRUE THEN
2973: oe_msg_pub.initialize;
2974: END IF;
2975:
2976: --Check for licensing
2977: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3042: OE_MSG_PUB.Transfer_Msg_Stack;

3038:
3039: /*****
3040: not needed as per meeting
3041: --transfer error messages on OKC stack to OM stack
3042: OE_MSG_PUB.Transfer_Msg_Stack;
3043: *****/
3044:
3045: --Get message count and data
3046: OE_MSG_PUB.Count_And_Get (

Line 3046: OE_MSG_PUB.Count_And_Get (

3042: OE_MSG_PUB.Transfer_Msg_Stack;
3043: *****/
3044:
3045: --Get message count and data
3046: OE_MSG_PUB.Count_And_Get (
3047: p_count => x_msg_count,
3048: p_data => x_msg_data
3049: );
3050:

Line 3065: OE_MSG_PUB.Transfer_Msg_Stack;

3061:
3062: /*****
3063: not needed as per meeting
3064: --transfer error messages on OKC stack to OM stack
3065: OE_MSG_PUB.Transfer_Msg_Stack;
3066: *****/
3067:
3068: --Get message count and data
3069: OE_MSG_PUB.Count_And_Get (

Line 3069: OE_MSG_PUB.Count_And_Get (

3065: OE_MSG_PUB.Transfer_Msg_Stack;
3066: *****/
3067:
3068: --Get message count and data
3069: OE_MSG_PUB.Count_And_Get (
3070: p_count => x_msg_count,
3071: p_data => x_msg_data
3072: );
3073:

Line 3086: OE_MSG_PUB.Transfer_Msg_Stack;

3082:
3083: /*****
3084: not needed as per meeting
3085: --transfer error messages on OKC stack to OM stack
3086: OE_MSG_PUB.Transfer_Msg_Stack;
3087: *****/
3088:
3089: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3090: OE_MSG_PUB.Add_Exc_Msg (

Line 3089: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

3085: --transfer error messages on OKC stack to OM stack
3086: OE_MSG_PUB.Transfer_Msg_Stack;
3087: *****/
3088:
3089: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3090: OE_MSG_PUB.Add_Exc_Msg (
3091: G_PKG_NAME,
3092: 'get_terms_template'
3093: );

Line 3090: OE_MSG_PUB.Add_Exc_Msg (

3086: OE_MSG_PUB.Transfer_Msg_Stack;
3087: *****/
3088:
3089: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3090: OE_MSG_PUB.Add_Exc_Msg (
3091: G_PKG_NAME,
3092: 'get_terms_template'
3093: );
3094: END IF;

Line 3098: OE_MSG_PUB.Count_And_Get (

3094: END IF;
3095:
3096:
3097: --Get message count and data
3098: OE_MSG_PUB.Count_And_Get (
3099: p_count => x_msg_count,
3100: p_data => x_msg_data
3101: );
3102:

Line 3142: oe_msg_pub.initialize;

3138:
3139: x_return_status := FND_API.G_RET_STS_SUCCESS;
3140:
3141: IF p_init_msg_list = FND_API.G_TRUE THEN
3142: oe_msg_pub.initialize;
3143: END IF;
3144:
3145: --Check for licensing
3146: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3253: OE_MSG_PUB.Transfer_Msg_Stack;

3249:
3250: /*****
3251: not needed as per meeting
3252: --transfer error messages on OKC stack to OM stack
3253: OE_MSG_PUB.Transfer_Msg_Stack;
3254: *****/
3255:
3256: --Get message count and data
3257: OE_MSG_PUB.Count_And_Get (

Line 3257: OE_MSG_PUB.Count_And_Get (

3253: OE_MSG_PUB.Transfer_Msg_Stack;
3254: *****/
3255:
3256: --Get message count and data
3257: OE_MSG_PUB.Count_And_Get (
3258: p_count => x_msg_count,
3259: p_data => x_msg_data
3260: );
3261:

Line 3276: OE_MSG_PUB.Transfer_Msg_Stack;

3272:
3273: /*****
3274: not needed as per meeting
3275: --transfer error messages on OKC stack to OM stack
3276: OE_MSG_PUB.Transfer_Msg_Stack;
3277: *****/
3278:
3279: --Get message count and data
3280: OE_MSG_PUB.Count_And_Get (

Line 3280: OE_MSG_PUB.Count_And_Get (

3276: OE_MSG_PUB.Transfer_Msg_Stack;
3277: *****/
3278:
3279: --Get message count and data
3280: OE_MSG_PUB.Count_And_Get (
3281: p_count => x_msg_count,
3282: p_data => x_msg_data
3283: );
3284:

Line 3297: OE_MSG_PUB.Transfer_Msg_Stack;

3293:
3294: /*****
3295: not needed as per meeting
3296: --transfer error messages on OKC stack to OM stack
3297: OE_MSG_PUB.Transfer_Msg_Stack;
3298: *****/
3299:
3300: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3301: OE_MSG_PUB.Add_Exc_Msg (

Line 3300: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

3296: --transfer error messages on OKC stack to OM stack
3297: OE_MSG_PUB.Transfer_Msg_Stack;
3298: *****/
3299:
3300: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3301: OE_MSG_PUB.Add_Exc_Msg (
3302: G_PKG_NAME,
3303: 'get_terms_template'
3304: );

Line 3301: OE_MSG_PUB.Add_Exc_Msg (

3297: OE_MSG_PUB.Transfer_Msg_Stack;
3298: *****/
3299:
3300: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3301: OE_MSG_PUB.Add_Exc_Msg (
3302: G_PKG_NAME,
3303: 'get_terms_template'
3304: );
3305: END IF;

Line 3309: OE_MSG_PUB.Count_And_Get (

3305: END IF;
3306:
3307:
3308: --Get message count and data
3309: OE_MSG_PUB.Count_And_Get (
3310: p_count => x_msg_count,
3311: p_data => x_msg_data
3312: );
3313:

Line 3355: oe_msg_pub.initialize;

3351: oe_debug_pub.add('In OE_Contracts_util.is_order_signed', 2);
3352: END IF;
3353: -- Initialize message list if p_init_msg_list is set to TRUE.
3354: IF p_init_msg_list = FND_API.G_TRUE THEN
3355: oe_msg_pub.initialize;
3356: END IF;
3357: -- Initialize API return status to success
3358: x_return_status := FND_API.G_RET_STS_SUCCESS;
3359: IF l_debug_level > 0 THEN

Line 3404: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

3400: IF find_ord_signed%ISOPEN THEN
3401: CLOSE find_ord_signed;
3402: END IF;
3403:
3404: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3405: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3406: 'is_order_signed'
3407: );
3408: END IF;

Line 3405: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

3401: CLOSE find_ord_signed;
3402: END IF;
3403:
3404: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3405: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3406: 'is_order_signed'
3407: );
3408: END IF;
3409: x_return_status := G_RET_STS_UNEXP_ERROR;

Line 3454: oe_msg_pub.initialize;

3450:
3451: x_return_status := FND_API.G_RET_STS_SUCCESS;
3452:
3453: IF p_init_msg_list = FND_API.G_TRUE THEN
3454: oe_msg_pub.initialize;
3455: END IF;
3456:
3457: --Check contract Licence
3458: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3596: OE_MSG_PUB.Count_And_Get (

3592: IF l_debug_level > 0 THEN
3593: oe_debug_pub.add('WHEN G_EXC_ERROR in copy_doc ', 3);
3594: END IF;
3595: --Get message count and data
3596: OE_MSG_PUB.Count_And_Get (
3597: p_count => x_msg_count,
3598: p_data => x_msg_data);
3599:
3600: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 3607: OE_MSG_PUB.Count_And_Get (

3603: oe_debug_pub.add('WHEN G_EXC_UNEXPECTED_ERROR in copy_doc ', 3);
3604: END IF;
3605:
3606: --Get message count and data
3607: OE_MSG_PUB.Count_And_Get (
3608: p_count => x_msg_count,
3609: p_data => x_msg_data);
3610:
3611: WHEN OTHERS THEN

Line 3619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

3615: END IF;
3616:
3617: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3618:
3619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3620: OE_MSG_PUB.Add_Exc_Msg (
3621: G_PKG_NAME,
3622: 'copy_doc');
3623: END IF;

Line 3620: OE_MSG_PUB.Add_Exc_Msg (

3616:
3617: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3618:
3619: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3620: OE_MSG_PUB.Add_Exc_Msg (
3621: G_PKG_NAME,
3622: 'copy_doc');
3623: END IF;
3624:

Line 3626: OE_MSG_PUB.Count_And_Get (

3622: 'copy_doc');
3623: END IF;
3624:
3625: --Get message count and data
3626: OE_MSG_PUB.Count_And_Get (
3627: p_count => x_msg_count,
3628: p_data => x_msg_data
3629: );
3630:

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

3726: WHEN OTHERS THEN
3727: IF l_debug_level > 0 THEN
3728: oe_debug_pub.add('In oe_contracts_util.get_item_info: when others section') ;
3729: END IF;
3730: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3731: THEN
3732: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'GET_ITEM_INFO');
3733: END IF;
3734: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3732: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'GET_ITEM_INFO');

3728: oe_debug_pub.add('In oe_contracts_util.get_item_info: when others section') ;
3729: END IF;
3730: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3731: THEN
3732: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'GET_ITEM_INFO');
3733: END IF;
3734: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3735: END GET_ITEM_INFO;
3736:

Line 3765: oe_msg_pub.initialize;

3761:
3762: x_return_status := FND_API.G_RET_STS_SUCCESS;
3763:
3764: IF p_init_msg_list = FND_API.G_TRUE THEN
3765: oe_msg_pub.initialize;
3766: END IF;
3767:
3768: --Check for licensing
3769: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3830: OE_MSG_PUB.Count_And_Get (

3826:
3827: x_return_status := FND_API.G_RET_STS_ERROR;
3828:
3829: --Get message count and data
3830: OE_MSG_PUB.Count_And_Get (
3831: p_count => x_msg_count,
3832: p_data => x_msg_data
3833: );
3834:

Line 3847: OE_MSG_PUB.Count_And_Get (

3843:
3844: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3845:
3846: --Get message count and data
3847: OE_MSG_PUB.Count_And_Get (
3848: p_count => x_msg_count,
3849: p_data => x_msg_data
3850: );
3851:

Line 3861: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

3857: END IF;
3858:
3859: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3860:
3861: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3862: OE_MSG_PUB.Add_Exc_Msg (
3863: G_PKG_NAME,
3864: 'get_contract_defaults'
3865: );

Line 3862: OE_MSG_PUB.Add_Exc_Msg (

3858:
3859: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3860:
3861: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3862: OE_MSG_PUB.Add_Exc_Msg (
3863: G_PKG_NAME,
3864: 'get_contract_defaults'
3865: );
3866: END IF;

Line 3870: OE_MSG_PUB.Count_And_Get (

3866: END IF;
3867:
3868:
3869: --Get message count and data
3870: OE_MSG_PUB.Count_And_Get (
3871: p_count => x_msg_count,
3872: p_data => x_msg_data
3873: );
3874:

Line 3917: oe_msg_pub.initialize;

3913:
3914: x_return_status := FND_API.G_RET_STS_SUCCESS;
3915:
3916: IF p_init_msg_list = FND_API.G_TRUE THEN
3917: oe_msg_pub.initialize;
3918: END IF;
3919:
3920: --Check for licensing
3921: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3995: OE_MSG_PUB.Count_And_Get (

3991:
3992: x_return_status := FND_API.G_RET_STS_ERROR;
3993:
3994: --Get message count and data
3995: OE_MSG_PUB.Count_And_Get (
3996: p_count => x_msg_count,
3997: p_data => x_msg_data
3998: );
3999:

Line 4012: OE_MSG_PUB.Count_And_Get (

4008:
4009: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4010:
4011: --Get message count and data
4012: OE_MSG_PUB.Count_And_Get (
4013: p_count => x_msg_count,
4014: p_data => x_msg_data
4015: );
4016:

Line 4026: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

4022: END IF;
4023:
4024: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4025:
4026: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4027: OE_MSG_PUB.Add_Exc_Msg (
4028: G_PKG_NAME,
4029: 'get_contract_details_all'
4030: );

Line 4027: OE_MSG_PUB.Add_Exc_Msg (

4023:
4024: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4025:
4026: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4027: OE_MSG_PUB.Add_Exc_Msg (
4028: G_PKG_NAME,
4029: 'get_contract_details_all'
4030: );
4031: END IF;

Line 4035: OE_MSG_PUB.Count_And_Get (

4031: END IF;
4032:
4033:
4034: --Get message count and data
4035: OE_MSG_PUB.Count_And_Get (
4036: p_count => x_msg_count,
4037: p_data => x_msg_data
4038: );
4039:

Line 4070: oe_msg_pub.initialize;

4066:
4067: x_return_status := FND_API.G_RET_STS_SUCCESS;
4068:
4069: IF p_init_msg_list = FND_API.G_TRUE THEN
4070: oe_msg_pub.initialize;
4071: END IF;
4072:
4073: --Check for licensing
4074: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 4131: OE_MSG_PUB.Count_And_Get (

4127:
4128: x_return_status := FND_API.G_RET_STS_ERROR;
4129:
4130: --Get message count and data
4131: OE_MSG_PUB.Count_And_Get (
4132: p_count => x_msg_count,
4133: p_data => x_msg_data
4134: );
4135:

Line 4148: OE_MSG_PUB.Count_And_Get (

4144:
4145: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4146:
4147: --Get message count and data
4148: OE_MSG_PUB.Count_And_Get (
4149: p_count => x_msg_count,
4150: p_data => x_msg_data
4151: );
4152:

Line 4162: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

4158: END IF;
4159:
4160: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4161:
4162: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4163: OE_MSG_PUB.Add_Exc_Msg (
4164: G_PKG_NAME,
4165: 'Is_Terms_Template_Valid'
4166: );

Line 4163: OE_MSG_PUB.Add_Exc_Msg (

4159:
4160: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4161:
4162: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4163: OE_MSG_PUB.Add_Exc_Msg (
4164: G_PKG_NAME,
4165: 'Is_Terms_Template_Valid'
4166: );
4167: END IF;

Line 4171: OE_MSG_PUB.Count_And_Get (

4167: END IF;
4168:
4169:
4170: --Get message count and data
4171: OE_MSG_PUB.Count_And_Get (
4172: p_count => x_msg_count,
4173: p_data => x_msg_data
4174: );
4175:

Line 4232: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

4228: IF l_debug_level > 0 THEN
4229: oe_debug_pub.add('WHEN-OTHERS in Is_Auth_Party_Internal ', 1);
4230: END IF;
4231:
4232: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4233: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
4234: 'Is_Auth_Party_Internal'
4235: );
4236: END IF;

Line 4233: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

4229: oe_debug_pub.add('WHEN-OTHERS in Is_Auth_Party_Internal ', 1);
4230: END IF;
4231:
4232: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4233: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
4234: 'Is_Auth_Party_Internal'
4235: );
4236: END IF;
4237: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 4292: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

4288: IF l_debug_level > 0 THEN
4289: oe_debug_pub.add('WHEN-OTHERS in Is_RChg_Enabled ', 1);
4290: END IF;
4291:
4292: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4293: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
4294: 'Is_RChg_Enabled'
4295: );
4296: END IF;

Line 4293: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

4289: oe_debug_pub.add('WHEN-OTHERS in Is_RChg_Enabled ', 1);
4290: END IF;
4291:
4292: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4293: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
4294: 'Is_RChg_Enabled'
4295: );
4296: END IF;
4297: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;