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: --Check for licensing, proceed with procesing only if licensed
1205: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 1354: OE_MSG_PUB.Transfer_Msg_Stack;

1350:
1351: /*****
1352: not needed as per meeting
1353: --transfer error messages on OKC stack to OM stack
1354: OE_MSG_PUB.Transfer_Msg_Stack;
1355: *****/
1356:
1357: --Get message count and data
1358: OE_MSG_PUB.Count_And_Get (

Line 1358: OE_MSG_PUB.Count_And_Get (

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

Line 1389: OE_MSG_PUB.Transfer_Msg_Stack;

1385:
1386: /*****
1387: not needed as per meeting
1388: --transfer error messages on OKC stack to OM stack
1389: OE_MSG_PUB.Transfer_Msg_Stack;
1390: *****/
1391:
1392: --Get message count and data
1393: OE_MSG_PUB.Count_And_Get (

Line 1393: OE_MSG_PUB.Count_And_Get (

1389: OE_MSG_PUB.Transfer_Msg_Stack;
1390: *****/
1391:
1392: --Get message count and data
1393: OE_MSG_PUB.Count_And_Get (
1394: p_count => x_msg_count,
1395: p_data => x_msg_data
1396: );
1397:

Line 1424: OE_MSG_PUB.Transfer_Msg_Stack;

1420:
1421: /*****
1422: not needed as per meeting
1423: --transfer error messages on OKC stack to OM stack
1424: OE_MSG_PUB.Transfer_Msg_Stack;
1425: *****/
1426:
1427: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1428: OE_MSG_PUB.Add_Exc_Msg (

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

1423: --transfer error messages on OKC stack to OM stack
1424: OE_MSG_PUB.Transfer_Msg_Stack;
1425: *****/
1426:
1427: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1428: OE_MSG_PUB.Add_Exc_Msg (
1429: G_PKG_NAME,
1430: 'get_terms_template'
1431: );

Line 1428: OE_MSG_PUB.Add_Exc_Msg (

1424: OE_MSG_PUB.Transfer_Msg_Stack;
1425: *****/
1426:
1427: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1428: OE_MSG_PUB.Add_Exc_Msg (
1429: G_PKG_NAME,
1430: 'get_terms_template'
1431: );
1432: END IF;

Line 1436: OE_MSG_PUB.Count_And_Get (

1432: END IF;
1433:
1434:
1435: --Get message count and data
1436: OE_MSG_PUB.Count_And_Get (
1437: p_count => x_msg_count,
1438: p_data => x_msg_data
1439: );
1440:

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

1544: IF l_debug_level > 0 THEN
1545: oe_debug_pub.add('WHEN-OTHERS in terms_exists', 1);
1546: END IF;
1547:
1548: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1549: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
1550: 'terms_exists'
1551: );
1552: END IF;

Line 1549: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

1545: oe_debug_pub.add('WHEN-OTHERS in terms_exists', 1);
1546: END IF;
1547:
1548: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1549: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
1550: 'terms_exists'
1551: );
1552: END IF;
1553: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1586: oe_msg_pub.initialize;

1582:
1583: x_return_status := FND_API.G_RET_STS_SUCCESS;
1584:
1585: IF p_init_msg_list = FND_API.G_TRUE THEN
1586: oe_msg_pub.initialize;
1587: END IF;
1588:
1589: --Check for licensing
1590: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 1649: OE_MSG_PUB.Transfer_Msg_Stack;

1645:
1646: /*****
1647: not needed as per meeting
1648: --transfer error messages on OKC stack to OM stack
1649: OE_MSG_PUB.Transfer_Msg_Stack;
1650: *****/
1651:
1652: --Get message count and data
1653: OE_MSG_PUB.Count_And_Get (

Line 1653: OE_MSG_PUB.Count_And_Get (

1649: OE_MSG_PUB.Transfer_Msg_Stack;
1650: *****/
1651:
1652: --Get message count and data
1653: OE_MSG_PUB.Count_And_Get (
1654: p_count => x_msg_count,
1655: p_data => x_msg_data
1656: );
1657:

Line 1672: OE_MSG_PUB.Transfer_Msg_Stack;

1668:
1669: /*****
1670: not needed as per meeting
1671: --transfer error messages on OKC stack to OM stack
1672: OE_MSG_PUB.Transfer_Msg_Stack;
1673: *****/
1674:
1675: --Get message count and data
1676: OE_MSG_PUB.Count_And_Get (

Line 1676: OE_MSG_PUB.Count_And_Get (

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

Line 1693: OE_MSG_PUB.Transfer_Msg_Stack;

1689:
1690: /*****
1691: not needed as per meeting
1692: --transfer error messages on OKC stack to OM stack
1693: OE_MSG_PUB.Transfer_Msg_Stack;
1694: *****/
1695:
1696: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1697: OE_MSG_PUB.Add_Exc_Msg (

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

1692: --transfer error messages on OKC stack to OM stack
1693: OE_MSG_PUB.Transfer_Msg_Stack;
1694: *****/
1695:
1696: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1697: OE_MSG_PUB.Add_Exc_Msg (
1698: G_PKG_NAME,
1699: 'delete_articles'
1700: );

Line 1697: OE_MSG_PUB.Add_Exc_Msg (

1693: OE_MSG_PUB.Transfer_Msg_Stack;
1694: *****/
1695:
1696: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1697: OE_MSG_PUB.Add_Exc_Msg (
1698: G_PKG_NAME,
1699: 'delete_articles'
1700: );
1701: END IF;

Line 1704: OE_MSG_PUB.Count_And_Get (

1700: );
1701: END IF;
1702:
1703: --Get message count and data
1704: OE_MSG_PUB.Count_And_Get (
1705: p_count => x_msg_count,
1706: p_data => x_msg_data
1707: );
1708:

Line 1738: oe_msg_pub.initialize;

1734:
1735: x_return_status := FND_API.G_RET_STS_SUCCESS;
1736:
1737: IF p_init_msg_list = FND_API.G_TRUE THEN
1738: oe_msg_pub.initialize;
1739: END IF;
1740:
1741: --Check for licensing
1742: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 1798: OE_MSG_PUB.Transfer_Msg_Stack;

1794:
1795: /*****
1796: not needed as per meeting
1797: --transfer error messages on OKC stack to OM stack
1798: OE_MSG_PUB.Transfer_Msg_Stack;
1799: *****/
1800:
1801: --Get message count and data
1802: OE_MSG_PUB.Count_And_Get (

Line 1802: OE_MSG_PUB.Count_And_Get (

1798: OE_MSG_PUB.Transfer_Msg_Stack;
1799: *****/
1800:
1801: --Get message count and data
1802: OE_MSG_PUB.Count_And_Get (
1803: p_count => x_msg_count,
1804: p_data => x_msg_data
1805: );
1806:

Line 1821: OE_MSG_PUB.Transfer_Msg_Stack;

1817:
1818: /*****
1819: not needed as per meeting
1820: --transfer error messages on OKC stack to OM stack
1821: OE_MSG_PUB.Transfer_Msg_Stack;
1822: *****/
1823:
1824: --Get message count and data
1825: OE_MSG_PUB.Count_And_Get (

Line 1825: OE_MSG_PUB.Count_And_Get (

1821: OE_MSG_PUB.Transfer_Msg_Stack;
1822: *****/
1823:
1824: --Get message count and data
1825: OE_MSG_PUB.Count_And_Get (
1826: p_count => x_msg_count,
1827: p_data => x_msg_data
1828: );
1829:

Line 1842: OE_MSG_PUB.Transfer_Msg_Stack;

1838:
1839: /*****
1840: not needed as per meeting
1841: --transfer error messages on OKC stack to OM stack
1842: OE_MSG_PUB.Transfer_Msg_Stack;
1843: *****/
1844:
1845: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1846: OE_MSG_PUB.Add_Exc_Msg (

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

1841: --transfer error messages on OKC stack to OM stack
1842: OE_MSG_PUB.Transfer_Msg_Stack;
1843: *****/
1844:
1845: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1846: OE_MSG_PUB.Add_Exc_Msg (
1847: G_PKG_NAME,
1848: 'purge_articles'
1849: );

Line 1846: OE_MSG_PUB.Add_Exc_Msg (

1842: OE_MSG_PUB.Transfer_Msg_Stack;
1843: *****/
1844:
1845: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1846: OE_MSG_PUB.Add_Exc_Msg (
1847: G_PKG_NAME,
1848: 'purge_articles'
1849: );
1850: END IF;

Line 1853: OE_MSG_PUB.Count_And_Get (

1849: );
1850: END IF;
1851:
1852: --Get message count and data
1853: OE_MSG_PUB.Count_And_Get (
1854: p_count => x_msg_count,
1855: p_data => x_msg_data
1856: );
1857:

Line 1950: oe_msg_pub.initialize;

1946:
1947: x_return_status := FND_API.G_RET_STS_SUCCESS;
1948:
1949: IF p_init_msg_list = FND_API.G_TRUE THEN
1950: oe_msg_pub.initialize;
1951: END IF;
1952:
1953:
1954: -- For articles QA: -

Line 2218: OE_MSG_PUB.Transfer_Msg_Stack;

2214:
2215: /*****
2216: not needed as per meeting
2217: --transfer error messages on OKC stack to OM stack
2218: OE_MSG_PUB.Transfer_Msg_Stack;
2219: *****/
2220:
2221: --Get message count and data
2222: OE_MSG_PUB.Count_And_Get (

Line 2222: OE_MSG_PUB.Count_And_Get (

2218: OE_MSG_PUB.Transfer_Msg_Stack;
2219: *****/
2220:
2221: --Get message count and data
2222: OE_MSG_PUB.Count_And_Get (
2223: p_count => x_msg_count,
2224: p_data => x_msg_data
2225: );
2226:

Line 2244: OE_MSG_PUB.Transfer_Msg_Stack;

2240:
2241: /*****
2242: not needed as per meeting
2243: --transfer error messages on OKC stack to OM stack
2244: OE_MSG_PUB.Transfer_Msg_Stack;
2245: *****/
2246:
2247: --Get message count and data
2248: OE_MSG_PUB.Count_And_Get (

Line 2248: OE_MSG_PUB.Count_And_Get (

2244: OE_MSG_PUB.Transfer_Msg_Stack;
2245: *****/
2246:
2247: --Get message count and data
2248: OE_MSG_PUB.Count_And_Get (
2249: p_count => x_msg_count,
2250: p_data => x_msg_data
2251: );
2252:

Line 2269: OE_MSG_PUB.Transfer_Msg_Stack;

2265:
2266: /*****
2267: not needed as per meeting
2268: --transfer error messages on OKC stack to OM stack
2269: OE_MSG_PUB.Transfer_Msg_Stack;
2270: *****/
2271:
2272: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2273: OE_MSG_PUB.Add_Exc_Msg (

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

2268: --transfer error messages on OKC stack to OM stack
2269: OE_MSG_PUB.Transfer_Msg_Stack;
2270: *****/
2271:
2272: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2273: OE_MSG_PUB.Add_Exc_Msg (
2274: G_PKG_NAME,
2275: 'get_article_variable_values'
2276: );

Line 2273: OE_MSG_PUB.Add_Exc_Msg (

2269: OE_MSG_PUB.Transfer_Msg_Stack;
2270: *****/
2271:
2272: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2273: OE_MSG_PUB.Add_Exc_Msg (
2274: G_PKG_NAME,
2275: 'get_article_variable_values'
2276: );
2277: END IF;

Line 2281: OE_MSG_PUB.Count_And_Get (

2277: END IF;
2278:
2279:
2280: --Get message count and data
2281: OE_MSG_PUB.Count_And_Get (
2282: p_count => x_msg_count,
2283: p_data => x_msg_data
2284: );
2285:

Line 2398: oe_msg_pub.initialize;

2394:
2395: x_return_status := FND_API.G_RET_STS_SUCCESS;
2396:
2397: IF p_init_msg_list = FND_API.G_TRUE THEN
2398: oe_msg_pub.initialize;
2399: END IF;
2400:
2401:
2402: -- For articles wizard expert: -

Line 2558: OE_MSG_PUB.Transfer_Msg_Stack;

2554:
2555: /*****
2556: not needed as per meeting
2557: --transfer error messages on OKC stack to OM stack
2558: OE_MSG_PUB.Transfer_Msg_Stack;
2559: *****/
2560:
2561:
2562: --Get message count and data

Line 2563: OE_MSG_PUB.Count_And_Get (

2559: *****/
2560:
2561:
2562: --Get message count and data
2563: OE_MSG_PUB.Count_And_Get (
2564: p_count => x_msg_count,
2565: p_data => x_msg_data
2566: );
2567:

Line 2585: OE_MSG_PUB.Transfer_Msg_Stack;

2581:
2582: /*****
2583: not needed as per meeting
2584: --transfer error messages on OKC stack to OM stack
2585: OE_MSG_PUB.Transfer_Msg_Stack;
2586: *****/
2587:
2588: --Get message count and data
2589: OE_MSG_PUB.Count_And_Get (

Line 2589: OE_MSG_PUB.Count_And_Get (

2585: OE_MSG_PUB.Transfer_Msg_Stack;
2586: *****/
2587:
2588: --Get message count and data
2589: OE_MSG_PUB.Count_And_Get (
2590: p_count => x_msg_count,
2591: p_data => x_msg_data
2592: );
2593:

Line 2611: OE_MSG_PUB.Transfer_Msg_Stack;

2607:
2608: /*****
2609: not needed as per meeting
2610: --transfer error messages on OKC stack to OM stack
2611: OE_MSG_PUB.Transfer_Msg_Stack;
2612: *****/
2613:
2614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2615: OE_MSG_PUB.Add_Exc_Msg (

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

2610: --transfer error messages on OKC stack to OM stack
2611: OE_MSG_PUB.Transfer_Msg_Stack;
2612: *****/
2613:
2614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2615: OE_MSG_PUB.Add_Exc_Msg (
2616: G_PKG_NAME,
2617: 'get_article_variable_values'
2618: );

Line 2615: OE_MSG_PUB.Add_Exc_Msg (

2611: OE_MSG_PUB.Transfer_Msg_Stack;
2612: *****/
2613:
2614: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2615: OE_MSG_PUB.Add_Exc_Msg (
2616: G_PKG_NAME,
2617: 'get_article_variable_values'
2618: );
2619: END IF;

Line 2623: OE_MSG_PUB.Count_And_Get (

2619: END IF;
2620:
2621:
2622: --Get message count and data
2623: OE_MSG_PUB.Count_And_Get (
2624: p_count => x_msg_count,
2625: p_data => x_msg_data
2626: );
2627:

Line 2666: oe_msg_pub.initialize;

2662:
2663: x_return_status := FND_API.G_RET_STS_SUCCESS;
2664:
2665: IF p_init_msg_list = FND_API.G_TRUE THEN
2666: oe_msg_pub.initialize;
2667: END IF;
2668:
2669: --Check for licensing
2670: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 2731: OE_MSG_PUB.Transfer_Msg_Stack;

2727:
2728: /*****
2729: not needed as per meeting
2730: --transfer error messages on OKC stack to OM stack
2731: OE_MSG_PUB.Transfer_Msg_Stack;
2732: *****/
2733:
2734: --Get message count and data
2735: OE_MSG_PUB.Count_And_Get (

Line 2735: OE_MSG_PUB.Count_And_Get (

2731: OE_MSG_PUB.Transfer_Msg_Stack;
2732: *****/
2733:
2734: --Get message count and data
2735: OE_MSG_PUB.Count_And_Get (
2736: p_count => x_msg_count,
2737: p_data => x_msg_data
2738: );
2739:

Line 2754: OE_MSG_PUB.Transfer_Msg_Stack;

2750:
2751: /*****
2752: not needed as per meeting
2753: --transfer error messages on OKC stack to OM stack
2754: OE_MSG_PUB.Transfer_Msg_Stack;
2755: *****/
2756:
2757: --Get message count and data
2758: OE_MSG_PUB.Count_And_Get (

Line 2758: OE_MSG_PUB.Count_And_Get (

2754: OE_MSG_PUB.Transfer_Msg_Stack;
2755: *****/
2756:
2757: --Get message count and data
2758: OE_MSG_PUB.Count_And_Get (
2759: p_count => x_msg_count,
2760: p_data => x_msg_data
2761: );
2762:

Line 2775: OE_MSG_PUB.Transfer_Msg_Stack;

2771:
2772: /*****
2773: not needed as per meeting
2774: --transfer error messages on OKC stack to OM stack
2775: OE_MSG_PUB.Transfer_Msg_Stack;
2776: *****/
2777:
2778: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2779: OE_MSG_PUB.Add_Exc_Msg (

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

2774: --transfer error messages on OKC stack to OM stack
2775: OE_MSG_PUB.Transfer_Msg_Stack;
2776: *****/
2777:
2778: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2779: OE_MSG_PUB.Add_Exc_Msg (
2780: G_PKG_NAME,
2781: 'get_terms_template'
2782: );

Line 2779: OE_MSG_PUB.Add_Exc_Msg (

2775: OE_MSG_PUB.Transfer_Msg_Stack;
2776: *****/
2777:
2778: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2779: OE_MSG_PUB.Add_Exc_Msg (
2780: G_PKG_NAME,
2781: 'get_terms_template'
2782: );
2783: END IF;

Line 2787: OE_MSG_PUB.Count_And_Get (

2783: END IF;
2784:
2785:
2786: --Get message count and data
2787: OE_MSG_PUB.Count_And_Get (
2788: p_count => x_msg_count,
2789: p_data => x_msg_data
2790: );
2791:

Line 2876: OE_MSG_PUB.Transfer_Msg_Stack;

2872:
2873: /*****
2874: not needed as per meeting
2875: --transfer error messages on OKC stack to OM stack
2876: OE_MSG_PUB.Transfer_Msg_Stack;
2877: *****/
2878:
2879: --Get message count and data
2880: OE_MSG_PUB.Count_And_Get (

Line 2880: OE_MSG_PUB.Count_And_Get (

2876: OE_MSG_PUB.Transfer_Msg_Stack;
2877: *****/
2878:
2879: --Get message count and data
2880: OE_MSG_PUB.Count_And_Get (
2881: p_count => x_msg_count,
2882: p_data => x_msg_data
2883: );
2884:

Line 2899: OE_MSG_PUB.Transfer_Msg_Stack;

2895:
2896: /*****
2897: not needed as per meeting
2898: --transfer error messages on OKC stack to OM stack
2899: OE_MSG_PUB.Transfer_Msg_Stack;
2900: *****/
2901:
2902: --Get message count and data
2903: OE_MSG_PUB.Count_And_Get (

Line 2903: OE_MSG_PUB.Count_And_Get (

2899: OE_MSG_PUB.Transfer_Msg_Stack;
2900: *****/
2901:
2902: --Get message count and data
2903: OE_MSG_PUB.Count_And_Get (
2904: p_count => x_msg_count,
2905: p_data => x_msg_data
2906: );
2907:

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

2910: IF l_debug_level > 0 THEN
2911: oe_debug_pub.add('WHEN OTHERS in Get_Template_Name ', 3);
2912: END IF;
2913:
2914: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2915: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
2916: 'non_standard_article_exists'
2917: );
2918: END IF;

Line 2915: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

2911: oe_debug_pub.add('WHEN OTHERS in Get_Template_Name ', 3);
2912: END IF;
2913:
2914: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2915: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
2916: 'non_standard_article_exists'
2917: );
2918: END IF;
2919:

Line 2923: OE_MSG_PUB.Count_And_Get (

2919:
2920: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2921:
2922: --Get message count and data
2923: OE_MSG_PUB.Count_And_Get (
2924: p_count => x_msg_count,
2925: p_data => x_msg_data
2926: );
2927:

Line 2964: oe_msg_pub.initialize;

2960:
2961: x_return_status := FND_API.G_RET_STS_SUCCESS;
2962:
2963: IF p_init_msg_list = FND_API.G_TRUE THEN
2964: oe_msg_pub.initialize;
2965: END IF;
2966:
2967: --Check for licensing
2968: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3033: OE_MSG_PUB.Transfer_Msg_Stack;

3029:
3030: /*****
3031: not needed as per meeting
3032: --transfer error messages on OKC stack to OM stack
3033: OE_MSG_PUB.Transfer_Msg_Stack;
3034: *****/
3035:
3036: --Get message count and data
3037: OE_MSG_PUB.Count_And_Get (

Line 3037: OE_MSG_PUB.Count_And_Get (

3033: OE_MSG_PUB.Transfer_Msg_Stack;
3034: *****/
3035:
3036: --Get message count and data
3037: OE_MSG_PUB.Count_And_Get (
3038: p_count => x_msg_count,
3039: p_data => x_msg_data
3040: );
3041:

Line 3056: OE_MSG_PUB.Transfer_Msg_Stack;

3052:
3053: /*****
3054: not needed as per meeting
3055: --transfer error messages on OKC stack to OM stack
3056: OE_MSG_PUB.Transfer_Msg_Stack;
3057: *****/
3058:
3059: --Get message count and data
3060: OE_MSG_PUB.Count_And_Get (

Line 3060: OE_MSG_PUB.Count_And_Get (

3056: OE_MSG_PUB.Transfer_Msg_Stack;
3057: *****/
3058:
3059: --Get message count and data
3060: OE_MSG_PUB.Count_And_Get (
3061: p_count => x_msg_count,
3062: p_data => x_msg_data
3063: );
3064:

Line 3077: OE_MSG_PUB.Transfer_Msg_Stack;

3073:
3074: /*****
3075: not needed as per meeting
3076: --transfer error messages on OKC stack to OM stack
3077: OE_MSG_PUB.Transfer_Msg_Stack;
3078: *****/
3079:
3080: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3081: OE_MSG_PUB.Add_Exc_Msg (

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

3076: --transfer error messages on OKC stack to OM stack
3077: OE_MSG_PUB.Transfer_Msg_Stack;
3078: *****/
3079:
3080: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3081: OE_MSG_PUB.Add_Exc_Msg (
3082: G_PKG_NAME,
3083: 'get_terms_template'
3084: );

Line 3081: OE_MSG_PUB.Add_Exc_Msg (

3077: OE_MSG_PUB.Transfer_Msg_Stack;
3078: *****/
3079:
3080: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3081: OE_MSG_PUB.Add_Exc_Msg (
3082: G_PKG_NAME,
3083: 'get_terms_template'
3084: );
3085: END IF;

Line 3089: OE_MSG_PUB.Count_And_Get (

3085: END IF;
3086:
3087:
3088: --Get message count and data
3089: OE_MSG_PUB.Count_And_Get (
3090: p_count => x_msg_count,
3091: p_data => x_msg_data
3092: );
3093:

Line 3133: oe_msg_pub.initialize;

3129:
3130: x_return_status := FND_API.G_RET_STS_SUCCESS;
3131:
3132: IF p_init_msg_list = FND_API.G_TRUE THEN
3133: oe_msg_pub.initialize;
3134: END IF;
3135:
3136: --Check for licensing
3137: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3244: OE_MSG_PUB.Transfer_Msg_Stack;

3240:
3241: /*****
3242: not needed as per meeting
3243: --transfer error messages on OKC stack to OM stack
3244: OE_MSG_PUB.Transfer_Msg_Stack;
3245: *****/
3246:
3247: --Get message count and data
3248: OE_MSG_PUB.Count_And_Get (

Line 3248: OE_MSG_PUB.Count_And_Get (

3244: OE_MSG_PUB.Transfer_Msg_Stack;
3245: *****/
3246:
3247: --Get message count and data
3248: OE_MSG_PUB.Count_And_Get (
3249: p_count => x_msg_count,
3250: p_data => x_msg_data
3251: );
3252:

Line 3267: OE_MSG_PUB.Transfer_Msg_Stack;

3263:
3264: /*****
3265: not needed as per meeting
3266: --transfer error messages on OKC stack to OM stack
3267: OE_MSG_PUB.Transfer_Msg_Stack;
3268: *****/
3269:
3270: --Get message count and data
3271: OE_MSG_PUB.Count_And_Get (

Line 3271: OE_MSG_PUB.Count_And_Get (

3267: OE_MSG_PUB.Transfer_Msg_Stack;
3268: *****/
3269:
3270: --Get message count and data
3271: OE_MSG_PUB.Count_And_Get (
3272: p_count => x_msg_count,
3273: p_data => x_msg_data
3274: );
3275:

Line 3288: OE_MSG_PUB.Transfer_Msg_Stack;

3284:
3285: /*****
3286: not needed as per meeting
3287: --transfer error messages on OKC stack to OM stack
3288: OE_MSG_PUB.Transfer_Msg_Stack;
3289: *****/
3290:
3291: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3292: OE_MSG_PUB.Add_Exc_Msg (

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

3287: --transfer error messages on OKC stack to OM stack
3288: OE_MSG_PUB.Transfer_Msg_Stack;
3289: *****/
3290:
3291: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3292: OE_MSG_PUB.Add_Exc_Msg (
3293: G_PKG_NAME,
3294: 'get_terms_template'
3295: );

Line 3292: OE_MSG_PUB.Add_Exc_Msg (

3288: OE_MSG_PUB.Transfer_Msg_Stack;
3289: *****/
3290:
3291: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3292: OE_MSG_PUB.Add_Exc_Msg (
3293: G_PKG_NAME,
3294: 'get_terms_template'
3295: );
3296: END IF;

Line 3300: OE_MSG_PUB.Count_And_Get (

3296: END IF;
3297:
3298:
3299: --Get message count and data
3300: OE_MSG_PUB.Count_And_Get (
3301: p_count => x_msg_count,
3302: p_data => x_msg_data
3303: );
3304:

Line 3346: oe_msg_pub.initialize;

3342: oe_debug_pub.add('In OE_Contracts_util.is_order_signed', 2);
3343: END IF;
3344: -- Initialize message list if p_init_msg_list is set to TRUE.
3345: IF p_init_msg_list = FND_API.G_TRUE THEN
3346: oe_msg_pub.initialize;
3347: END IF;
3348: -- Initialize API return status to success
3349: x_return_status := FND_API.G_RET_STS_SUCCESS;
3350: IF l_debug_level > 0 THEN

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

3391: IF find_ord_signed%ISOPEN THEN
3392: CLOSE find_ord_signed;
3393: END IF;
3394:
3395: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3396: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3397: 'is_order_signed'
3398: );
3399: END IF;

Line 3396: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

3392: CLOSE find_ord_signed;
3393: END IF;
3394:
3395: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3396: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
3397: 'is_order_signed'
3398: );
3399: END IF;
3400: x_return_status := G_RET_STS_UNEXP_ERROR;

Line 3445: oe_msg_pub.initialize;

3441:
3442: x_return_status := FND_API.G_RET_STS_SUCCESS;
3443:
3444: IF p_init_msg_list = FND_API.G_TRUE THEN
3445: oe_msg_pub.initialize;
3446: END IF;
3447:
3448: --Check contract Licence
3449: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3587: OE_MSG_PUB.Count_And_Get (

3583: IF l_debug_level > 0 THEN
3584: oe_debug_pub.add('WHEN G_EXC_ERROR in copy_doc ', 3);
3585: END IF;
3586: --Get message count and data
3587: OE_MSG_PUB.Count_And_Get (
3588: p_count => x_msg_count,
3589: p_data => x_msg_data);
3590:
3591: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 3598: OE_MSG_PUB.Count_And_Get (

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

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

3606: END IF;
3607:
3608: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3609:
3610: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3611: OE_MSG_PUB.Add_Exc_Msg (
3612: G_PKG_NAME,
3613: 'copy_doc');
3614: END IF;

Line 3611: OE_MSG_PUB.Add_Exc_Msg (

3607:
3608: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3609:
3610: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3611: OE_MSG_PUB.Add_Exc_Msg (
3612: G_PKG_NAME,
3613: 'copy_doc');
3614: END IF;
3615:

Line 3617: OE_MSG_PUB.Count_And_Get (

3613: 'copy_doc');
3614: END IF;
3615:
3616: --Get message count and data
3617: OE_MSG_PUB.Count_And_Get (
3618: p_count => x_msg_count,
3619: p_data => x_msg_data
3620: );
3621:

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

3717: WHEN OTHERS THEN
3718: IF l_debug_level > 0 THEN
3719: oe_debug_pub.add('In oe_contracts_util.get_item_info: when others section') ;
3720: END IF;
3721: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3722: THEN
3723: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'GET_ITEM_INFO');
3724: END IF;
3725: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

3719: oe_debug_pub.add('In oe_contracts_util.get_item_info: when others section') ;
3720: END IF;
3721: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3722: THEN
3723: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'GET_ITEM_INFO');
3724: END IF;
3725: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3726: END GET_ITEM_INFO;
3727:

Line 3756: oe_msg_pub.initialize;

3752:
3753: x_return_status := FND_API.G_RET_STS_SUCCESS;
3754:
3755: IF p_init_msg_list = FND_API.G_TRUE THEN
3756: oe_msg_pub.initialize;
3757: END IF;
3758:
3759: --Check for licensing
3760: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3821: OE_MSG_PUB.Count_And_Get (

3817:
3818: x_return_status := FND_API.G_RET_STS_ERROR;
3819:
3820: --Get message count and data
3821: OE_MSG_PUB.Count_And_Get (
3822: p_count => x_msg_count,
3823: p_data => x_msg_data
3824: );
3825:

Line 3838: OE_MSG_PUB.Count_And_Get (

3834:
3835: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3836:
3837: --Get message count and data
3838: OE_MSG_PUB.Count_And_Get (
3839: p_count => x_msg_count,
3840: p_data => x_msg_data
3841: );
3842:

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

3848: END IF;
3849:
3850: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3851:
3852: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3853: OE_MSG_PUB.Add_Exc_Msg (
3854: G_PKG_NAME,
3855: 'get_contract_defaults'
3856: );

Line 3853: OE_MSG_PUB.Add_Exc_Msg (

3849:
3850: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3851:
3852: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3853: OE_MSG_PUB.Add_Exc_Msg (
3854: G_PKG_NAME,
3855: 'get_contract_defaults'
3856: );
3857: END IF;

Line 3861: OE_MSG_PUB.Count_And_Get (

3857: END IF;
3858:
3859:
3860: --Get message count and data
3861: OE_MSG_PUB.Count_And_Get (
3862: p_count => x_msg_count,
3863: p_data => x_msg_data
3864: );
3865:

Line 3908: oe_msg_pub.initialize;

3904:
3905: x_return_status := FND_API.G_RET_STS_SUCCESS;
3906:
3907: IF p_init_msg_list = FND_API.G_TRUE THEN
3908: oe_msg_pub.initialize;
3909: END IF;
3910:
3911: --Check for licensing
3912: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 3986: OE_MSG_PUB.Count_And_Get (

3982:
3983: x_return_status := FND_API.G_RET_STS_ERROR;
3984:
3985: --Get message count and data
3986: OE_MSG_PUB.Count_And_Get (
3987: p_count => x_msg_count,
3988: p_data => x_msg_data
3989: );
3990:

Line 4003: OE_MSG_PUB.Count_And_Get (

3999:
4000: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4001:
4002: --Get message count and data
4003: OE_MSG_PUB.Count_And_Get (
4004: p_count => x_msg_count,
4005: p_data => x_msg_data
4006: );
4007:

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

4013: END IF;
4014:
4015: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4016:
4017: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4018: OE_MSG_PUB.Add_Exc_Msg (
4019: G_PKG_NAME,
4020: 'get_contract_details_all'
4021: );

Line 4018: OE_MSG_PUB.Add_Exc_Msg (

4014:
4015: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4016:
4017: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4018: OE_MSG_PUB.Add_Exc_Msg (
4019: G_PKG_NAME,
4020: 'get_contract_details_all'
4021: );
4022: END IF;

Line 4026: OE_MSG_PUB.Count_And_Get (

4022: END IF;
4023:
4024:
4025: --Get message count and data
4026: OE_MSG_PUB.Count_And_Get (
4027: p_count => x_msg_count,
4028: p_data => x_msg_data
4029: );
4030:

Line 4061: oe_msg_pub.initialize;

4057:
4058: x_return_status := FND_API.G_RET_STS_SUCCESS;
4059:
4060: IF p_init_msg_list = FND_API.G_TRUE THEN
4061: oe_msg_pub.initialize;
4062: END IF;
4063:
4064: --Check for licensing
4065: IF OE_Contracts_util.check_license() <> 'Y' THEN

Line 4122: OE_MSG_PUB.Count_And_Get (

4118:
4119: x_return_status := FND_API.G_RET_STS_ERROR;
4120:
4121: --Get message count and data
4122: OE_MSG_PUB.Count_And_Get (
4123: p_count => x_msg_count,
4124: p_data => x_msg_data
4125: );
4126:

Line 4139: OE_MSG_PUB.Count_And_Get (

4135:
4136: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4137:
4138: --Get message count and data
4139: OE_MSG_PUB.Count_And_Get (
4140: p_count => x_msg_count,
4141: p_data => x_msg_data
4142: );
4143:

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

4149: END IF;
4150:
4151: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4152:
4153: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4154: OE_MSG_PUB.Add_Exc_Msg (
4155: G_PKG_NAME,
4156: 'Is_Terms_Template_Valid'
4157: );

Line 4154: OE_MSG_PUB.Add_Exc_Msg (

4150:
4151: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4152:
4153: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4154: OE_MSG_PUB.Add_Exc_Msg (
4155: G_PKG_NAME,
4156: 'Is_Terms_Template_Valid'
4157: );
4158: END IF;

Line 4162: OE_MSG_PUB.Count_And_Get (

4158: END IF;
4159:
4160:
4161: --Get message count and data
4162: OE_MSG_PUB.Count_And_Get (
4163: p_count => x_msg_count,
4164: p_data => x_msg_data
4165: );
4166:

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

4219: IF l_debug_level > 0 THEN
4220: oe_debug_pub.add('WHEN-OTHERS in Is_Auth_Party_Internal ', 1);
4221: END IF;
4222:
4223: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4224: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
4225: 'Is_Auth_Party_Internal'
4226: );
4227: END IF;

Line 4224: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

4220: oe_debug_pub.add('WHEN-OTHERS in Is_Auth_Party_Internal ', 1);
4221: END IF;
4222:
4223: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4224: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
4225: 'Is_Auth_Party_Internal'
4226: );
4227: END IF;
4228: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

4279: IF l_debug_level > 0 THEN
4280: oe_debug_pub.add('WHEN-OTHERS in Is_RChg_Enabled ', 1);
4281: END IF;
4282:
4283: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4284: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
4285: 'Is_RChg_Enabled'
4286: );
4287: END IF;

Line 4284: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

4280: oe_debug_pub.add('WHEN-OTHERS in Is_RChg_Enabled ', 1);
4281: END IF;
4282:
4283: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4284: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
4285: 'Is_RChg_Enabled'
4286: );
4287: END IF;
4288: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;