DBA Data[Home] [Help]

APPS.ASO_APR_INT dependencies on ASO_UTILITY_PVT

Line 537: aso_utility_pvt.handle_exceptions (

533: 1,
534: 'N'
535: );
536: END IF;
537: aso_utility_pvt.handle_exceptions (
538: p_api_name => l_api_name,
539: p_pkg_name => g_pkg_name,
540: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
541: p_package_type => aso_utility_pvt.g_int,

Line 541: p_package_type => aso_utility_pvt.g_int,

537: aso_utility_pvt.handle_exceptions (
538: p_api_name => l_api_name,
539: p_pkg_name => g_pkg_name,
540: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
541: p_package_type => aso_utility_pvt.g_int,
542: p_sqlcode => SQLCODE,
543: p_sqlerrm => SQLERRM,
544: x_msg_count => x_msg_count,
545: x_msg_data => x_msg_data,

Line 557: aso_utility_pvt.handle_exceptions (

553: 1,
554: 'N'
555: );
556: END IF;
557: aso_utility_pvt.handle_exceptions (
558: p_api_name => l_api_name,
559: p_pkg_name => g_pkg_name,
560: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
561: p_package_type => aso_utility_pvt.g_int,

Line 561: p_package_type => aso_utility_pvt.g_int,

557: aso_utility_pvt.handle_exceptions (
558: p_api_name => l_api_name,
559: p_pkg_name => g_pkg_name,
560: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
561: p_package_type => aso_utility_pvt.g_int,
562: p_sqlcode => SQLCODE,
563: p_sqlerrm => SQLERRM,
564: x_msg_count => x_msg_count,
565: x_msg_data => x_msg_data,

Line 577: aso_utility_pvt.handle_exceptions (

573: 1,
574: 'N'
575: );
576: END IF;
577: aso_utility_pvt.handle_exceptions (
578: p_api_name => l_api_name,
579: p_pkg_name => g_pkg_name,
580: p_exception_level => aso_utility_pvt.g_exc_others,
581: p_package_type => aso_utility_pvt.g_int,

Line 580: p_exception_level => aso_utility_pvt.g_exc_others,

576: END IF;
577: aso_utility_pvt.handle_exceptions (
578: p_api_name => l_api_name,
579: p_pkg_name => g_pkg_name,
580: p_exception_level => aso_utility_pvt.g_exc_others,
581: p_package_type => aso_utility_pvt.g_int,
582: p_sqlcode => SQLCODE,
583: p_sqlerrm => SQLERRM,
584: x_msg_count => x_msg_count,

Line 581: p_package_type => aso_utility_pvt.g_int,

577: aso_utility_pvt.handle_exceptions (
578: p_api_name => l_api_name,
579: p_pkg_name => g_pkg_name,
580: p_exception_level => aso_utility_pvt.g_exc_others,
581: p_package_type => aso_utility_pvt.g_int,
582: p_sqlcode => SQLCODE,
583: p_sqlerrm => SQLERRM,
584: x_msg_count => x_msg_count,
585: x_msg_data => x_msg_data,

Line 760: aso_debug_pub.add('Before calling aso_utility_pvt.Get_Profile_Obsolete_Status', 1, 'N');

756: -- Get the Requester Group id
757: begin
758:
759: IF aso_debug_pub.g_debug_flag = 'Y' THEN
760: aso_debug_pub.add('Before calling aso_utility_pvt.Get_Profile_Obsolete_Status', 1, 'N');
761: END IF;
762:
763: l_obsolete_status := aso_utility_pvt.Get_Profile_Obsolete_Status(p_profile_name => 'AST_DEFAULT_ROLE_AND_GROUP',
764: p_application_id => 521);

Line 763: l_obsolete_status := aso_utility_pvt.Get_Profile_Obsolete_Status(p_profile_name => 'AST_DEFAULT_ROLE_AND_GROUP',

759: IF aso_debug_pub.g_debug_flag = 'Y' THEN
760: aso_debug_pub.add('Before calling aso_utility_pvt.Get_Profile_Obsolete_Status', 1, 'N');
761: END IF;
762:
763: l_obsolete_status := aso_utility_pvt.Get_Profile_Obsolete_Status(p_profile_name => 'AST_DEFAULT_ROLE_AND_GROUP',
764: p_application_id => 521);
765:
766: IF aso_debug_pub.g_debug_flag = 'Y' THEN
767: aso_debug_pub.add('After calling Get_Profile_Obsolete_Status: l_obsolete_status: ' || l_obsolete_status, 1, 'N');

Line 1254: aso_utility_pvt.handle_exceptions (

1250: 1,
1251: 'N'
1252: );
1253: END IF;
1254: aso_utility_pvt.handle_exceptions (
1255: p_api_name => l_api_name,
1256: p_pkg_name => g_pkg_name,
1257: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
1258: p_package_type => aso_utility_pvt.g_int,

Line 1258: p_package_type => aso_utility_pvt.g_int,

1254: aso_utility_pvt.handle_exceptions (
1255: p_api_name => l_api_name,
1256: p_pkg_name => g_pkg_name,
1257: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
1258: p_package_type => aso_utility_pvt.g_int,
1259: p_sqlcode => SQLCODE,
1260: p_sqlerrm => SQLERRM,
1261: x_msg_count => x_msg_count,
1262: x_msg_data => x_msg_data,

Line 1274: aso_utility_pvt.handle_exceptions (

1270: 1,
1271: 'N'
1272: );
1273: END IF;
1274: aso_utility_pvt.handle_exceptions (
1275: p_api_name => l_api_name,
1276: p_pkg_name => g_pkg_name,
1277: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
1278: p_package_type => aso_utility_pvt.g_int,

Line 1278: p_package_type => aso_utility_pvt.g_int,

1274: aso_utility_pvt.handle_exceptions (
1275: p_api_name => l_api_name,
1276: p_pkg_name => g_pkg_name,
1277: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
1278: p_package_type => aso_utility_pvt.g_int,
1279: p_sqlcode => SQLCODE,
1280: p_sqlerrm => SQLERRM,
1281: x_msg_count => x_msg_count,
1282: x_msg_data => x_msg_data,

Line 1295: aso_utility_pvt.handle_exceptions (

1291: 1,
1292: 'N'
1293: );
1294: END IF;
1295: aso_utility_pvt.handle_exceptions (
1296: p_api_name => l_api_name,
1297: p_pkg_name => g_pkg_name,
1298: p_exception_level => aso_utility_pvt.g_exc_others,
1299: p_package_type => aso_utility_pvt.g_int,

Line 1298: p_exception_level => aso_utility_pvt.g_exc_others,

1294: END IF;
1295: aso_utility_pvt.handle_exceptions (
1296: p_api_name => l_api_name,
1297: p_pkg_name => g_pkg_name,
1298: p_exception_level => aso_utility_pvt.g_exc_others,
1299: p_package_type => aso_utility_pvt.g_int,
1300: p_sqlcode => SQLCODE,
1301: p_sqlerrm => SQLERRM,
1302: x_msg_count => x_msg_count,

Line 1299: p_package_type => aso_utility_pvt.g_int,

1295: aso_utility_pvt.handle_exceptions (
1296: p_api_name => l_api_name,
1297: p_pkg_name => g_pkg_name,
1298: p_exception_level => aso_utility_pvt.g_exc_others,
1299: p_package_type => aso_utility_pvt.g_int,
1300: p_sqlcode => SQLCODE,
1301: p_sqlerrm => SQLERRM,
1302: x_msg_count => x_msg_count,
1303: x_msg_data => x_msg_data,

Line 1518: aso_utility_pvt.handle_exceptions (

1514: 1,
1515: 'N'
1516: );
1517: END IF;
1518: aso_utility_pvt.handle_exceptions (
1519: p_api_name => l_api_name,
1520: p_pkg_name => g_pkg_name,
1521: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
1522: p_package_type => aso_utility_pvt.g_int,

Line 1522: p_package_type => aso_utility_pvt.g_int,

1518: aso_utility_pvt.handle_exceptions (
1519: p_api_name => l_api_name,
1520: p_pkg_name => g_pkg_name,
1521: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
1522: p_package_type => aso_utility_pvt.g_int,
1523: p_sqlcode => SQLCODE,
1524: p_sqlerrm => SQLERRM,
1525: x_msg_count => x_msg_count,
1526: x_msg_data => x_msg_data,

Line 1538: aso_utility_pvt.handle_exceptions (

1534: 1,
1535: 'N'
1536: );
1537: END IF;
1538: aso_utility_pvt.handle_exceptions (
1539: p_api_name => l_api_name,
1540: p_pkg_name => g_pkg_name,
1541: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
1542: p_package_type => aso_utility_pvt.g_int,

Line 1542: p_package_type => aso_utility_pvt.g_int,

1538: aso_utility_pvt.handle_exceptions (
1539: p_api_name => l_api_name,
1540: p_pkg_name => g_pkg_name,
1541: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
1542: p_package_type => aso_utility_pvt.g_int,
1543: p_sqlcode => SQLCODE,
1544: p_sqlerrm => SQLERRM,
1545: x_msg_count => x_msg_count,
1546: x_msg_data => x_msg_data,

Line 1558: aso_utility_pvt.handle_exceptions (

1554: 1,
1555: 'N'
1556: );
1557: END IF;
1558: aso_utility_pvt.handle_exceptions (
1559: p_api_name => l_api_name,
1560: p_pkg_name => g_pkg_name,
1561: p_exception_level => aso_utility_pvt.g_exc_others,
1562: p_package_type => aso_utility_pvt.g_int,

Line 1561: p_exception_level => aso_utility_pvt.g_exc_others,

1557: END IF;
1558: aso_utility_pvt.handle_exceptions (
1559: p_api_name => l_api_name,
1560: p_pkg_name => g_pkg_name,
1561: p_exception_level => aso_utility_pvt.g_exc_others,
1562: p_package_type => aso_utility_pvt.g_int,
1563: p_sqlcode => SQLCODE,
1564: p_sqlerrm => SQLERRM,
1565: x_msg_count => x_msg_count,

Line 1562: p_package_type => aso_utility_pvt.g_int,

1558: aso_utility_pvt.handle_exceptions (
1559: p_api_name => l_api_name,
1560: p_pkg_name => g_pkg_name,
1561: p_exception_level => aso_utility_pvt.g_exc_others,
1562: p_package_type => aso_utility_pvt.g_int,
1563: p_sqlcode => SQLCODE,
1564: p_sqlerrm => SQLERRM,
1565: x_msg_count => x_msg_count,
1566: x_msg_data => x_msg_data,

Line 1620: aso_utility_pvt.handle_exceptions (

1616: x_return_status := fnd_api.g_ret_sts_success;
1617: EXCEPTION
1618: WHEN fnd_api.g_exc_error
1619: THEN
1620: aso_utility_pvt.handle_exceptions (
1621: p_api_name => l_api_name,
1622: p_pkg_name => g_pkg_name,
1623: p_exception_level => aso_utility_pvt.g_exc_others,
1624: p_package_type => aso_utility_pvt.g_int,

Line 1623: p_exception_level => aso_utility_pvt.g_exc_others,

1619: THEN
1620: aso_utility_pvt.handle_exceptions (
1621: p_api_name => l_api_name,
1622: p_pkg_name => g_pkg_name,
1623: p_exception_level => aso_utility_pvt.g_exc_others,
1624: p_package_type => aso_utility_pvt.g_int,
1625: p_sqlcode => SQLCODE,
1626: p_sqlerrm => SQLERRM,
1627: x_msg_count => x_msg_count,

Line 1624: p_package_type => aso_utility_pvt.g_int,

1620: aso_utility_pvt.handle_exceptions (
1621: p_api_name => l_api_name,
1622: p_pkg_name => g_pkg_name,
1623: p_exception_level => aso_utility_pvt.g_exc_others,
1624: p_package_type => aso_utility_pvt.g_int,
1625: p_sqlcode => SQLCODE,
1626: p_sqlerrm => SQLERRM,
1627: x_msg_count => x_msg_count,
1628: x_msg_data => x_msg_data,

Line 1633: aso_utility_pvt.handle_exceptions (

1629: x_return_status => x_return_status
1630: );
1631: WHEN fnd_api.g_exc_unexpected_error
1632: THEN
1633: aso_utility_pvt.handle_exceptions (
1634: p_api_name => l_api_name,
1635: p_pkg_name => g_pkg_name,
1636: p_exception_level => aso_utility_pvt.g_exc_others,
1637: p_package_type => aso_utility_pvt.g_int,

Line 1636: p_exception_level => aso_utility_pvt.g_exc_others,

1632: THEN
1633: aso_utility_pvt.handle_exceptions (
1634: p_api_name => l_api_name,
1635: p_pkg_name => g_pkg_name,
1636: p_exception_level => aso_utility_pvt.g_exc_others,
1637: p_package_type => aso_utility_pvt.g_int,
1638: p_sqlcode => SQLCODE,
1639: p_sqlerrm => SQLERRM,
1640: x_msg_count => x_msg_count,

Line 1637: p_package_type => aso_utility_pvt.g_int,

1633: aso_utility_pvt.handle_exceptions (
1634: p_api_name => l_api_name,
1635: p_pkg_name => g_pkg_name,
1636: p_exception_level => aso_utility_pvt.g_exc_others,
1637: p_package_type => aso_utility_pvt.g_int,
1638: p_sqlcode => SQLCODE,
1639: p_sqlerrm => SQLERRM,
1640: x_msg_count => x_msg_count,
1641: x_msg_data => x_msg_data,

Line 1646: aso_utility_pvt.handle_exceptions (

1642: x_return_status => x_return_status
1643: );
1644: WHEN OTHERS
1645: THEN
1646: aso_utility_pvt.handle_exceptions (
1647: p_api_name => l_api_name,
1648: p_pkg_name => g_pkg_name,
1649: p_exception_level => aso_utility_pvt.g_exc_others,
1650: p_package_type => aso_utility_pvt.g_int,

Line 1649: p_exception_level => aso_utility_pvt.g_exc_others,

1645: THEN
1646: aso_utility_pvt.handle_exceptions (
1647: p_api_name => l_api_name,
1648: p_pkg_name => g_pkg_name,
1649: p_exception_level => aso_utility_pvt.g_exc_others,
1650: p_package_type => aso_utility_pvt.g_int,
1651: p_sqlcode => SQLCODE,
1652: p_sqlerrm => SQLERRM,
1653: x_msg_count => x_msg_count,

Line 1650: p_package_type => aso_utility_pvt.g_int,

1646: aso_utility_pvt.handle_exceptions (
1647: p_api_name => l_api_name,
1648: p_pkg_name => g_pkg_name,
1649: p_exception_level => aso_utility_pvt.g_exc_others,
1650: p_package_type => aso_utility_pvt.g_int,
1651: p_sqlcode => SQLCODE,
1652: p_sqlerrm => SQLERRM,
1653: x_msg_count => x_msg_count,
1654: x_msg_data => x_msg_data,

Line 1764: aso_utility_pvt.handle_exceptions (

1760:
1761: EXCEPTION
1762: WHEN fnd_api.g_exc_error
1763: THEN
1764: aso_utility_pvt.handle_exceptions (
1765: p_api_name => l_api_name,
1766: p_pkg_name => g_pkg_name,
1767: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
1768: p_package_type => aso_utility_pvt.g_int,

Line 1768: p_package_type => aso_utility_pvt.g_int,

1764: aso_utility_pvt.handle_exceptions (
1765: p_api_name => l_api_name,
1766: p_pkg_name => g_pkg_name,
1767: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
1768: p_package_type => aso_utility_pvt.g_int,
1769: p_sqlcode => SQLCODE,
1770: p_sqlerrm => SQLERRM,
1771: x_msg_count => x_msg_count,
1772: x_msg_data => x_msg_data,

Line 1777: aso_utility_pvt.handle_exceptions (

1773: x_return_status => x_return_status
1774: );
1775: WHEN fnd_api.g_exc_unexpected_error
1776: THEN
1777: aso_utility_pvt.handle_exceptions (
1778: p_api_name => l_api_name,
1779: p_pkg_name => g_pkg_name,
1780: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
1781: p_package_type => aso_utility_pvt.g_int,

Line 1781: p_package_type => aso_utility_pvt.g_int,

1777: aso_utility_pvt.handle_exceptions (
1778: p_api_name => l_api_name,
1779: p_pkg_name => g_pkg_name,
1780: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
1781: p_package_type => aso_utility_pvt.g_int,
1782: p_sqlcode => SQLCODE,
1783: p_sqlerrm => SQLERRM,
1784: x_msg_count => x_msg_count,
1785: x_msg_data => x_msg_data,

Line 1790: aso_utility_pvt.handle_exceptions (

1786: x_return_status => x_return_status
1787: );
1788: WHEN OTHERS
1789: THEN
1790: aso_utility_pvt.handle_exceptions (
1791: p_api_name => l_api_name,
1792: p_pkg_name => g_pkg_name,
1793: p_exception_level => aso_utility_pvt.g_exc_others,
1794: p_package_type => aso_utility_pvt.g_int,

Line 1793: p_exception_level => aso_utility_pvt.g_exc_others,

1789: THEN
1790: aso_utility_pvt.handle_exceptions (
1791: p_api_name => l_api_name,
1792: p_pkg_name => g_pkg_name,
1793: p_exception_level => aso_utility_pvt.g_exc_others,
1794: p_package_type => aso_utility_pvt.g_int,
1795: p_sqlcode => SQLCODE,
1796: p_sqlerrm => SQLERRM,
1797: x_msg_count => x_msg_count,

Line 1794: p_package_type => aso_utility_pvt.g_int,

1790: aso_utility_pvt.handle_exceptions (
1791: p_api_name => l_api_name,
1792: p_pkg_name => g_pkg_name,
1793: p_exception_level => aso_utility_pvt.g_exc_others,
1794: p_package_type => aso_utility_pvt.g_int,
1795: p_sqlcode => SQLCODE,
1796: p_sqlerrm => SQLERRM,
1797: x_msg_count => x_msg_count,
1798: x_msg_data => x_msg_data,

Line 1946: aso_utility_pvt.handle_exceptions (

1942:
1943: EXCEPTION
1944: WHEN fnd_api.g_exc_error
1945: THEN
1946: aso_utility_pvt.handle_exceptions (
1947: p_api_name => l_api_name,
1948: p_pkg_name => g_pkg_name,
1949: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
1950: p_package_type => aso_utility_pvt.g_int,

Line 1950: p_package_type => aso_utility_pvt.g_int,

1946: aso_utility_pvt.handle_exceptions (
1947: p_api_name => l_api_name,
1948: p_pkg_name => g_pkg_name,
1949: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
1950: p_package_type => aso_utility_pvt.g_int,
1951: p_sqlcode => SQLCODE,
1952: p_sqlerrm => SQLERRM,
1953: x_msg_count => x_msg_count,
1954: x_msg_data => x_msg_data,

Line 1959: aso_utility_pvt.handle_exceptions (

1955: x_return_status => x_return_status
1956: );
1957: WHEN fnd_api.g_exc_unexpected_error
1958: THEN
1959: aso_utility_pvt.handle_exceptions (
1960: p_api_name => l_api_name,
1961: p_pkg_name => g_pkg_name,
1962: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
1963: p_package_type => aso_utility_pvt.g_int,

Line 1963: p_package_type => aso_utility_pvt.g_int,

1959: aso_utility_pvt.handle_exceptions (
1960: p_api_name => l_api_name,
1961: p_pkg_name => g_pkg_name,
1962: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
1963: p_package_type => aso_utility_pvt.g_int,
1964: p_sqlcode => SQLCODE,
1965: p_sqlerrm => SQLERRM,
1966: x_msg_count => x_msg_count,
1967: x_msg_data => x_msg_data,

Line 1972: aso_utility_pvt.handle_exceptions (

1968: x_return_status => x_return_status
1969: );
1970: WHEN OTHERS
1971: THEN
1972: aso_utility_pvt.handle_exceptions (
1973: p_api_name => l_api_name,
1974: p_pkg_name => g_pkg_name,
1975: p_exception_level => aso_utility_pvt.g_exc_others,
1976: p_package_type => aso_utility_pvt.g_int,

Line 1975: p_exception_level => aso_utility_pvt.g_exc_others,

1971: THEN
1972: aso_utility_pvt.handle_exceptions (
1973: p_api_name => l_api_name,
1974: p_pkg_name => g_pkg_name,
1975: p_exception_level => aso_utility_pvt.g_exc_others,
1976: p_package_type => aso_utility_pvt.g_int,
1977: p_sqlcode => SQLCODE,
1978: p_sqlerrm => SQLERRM,
1979: x_msg_count => x_msg_count,

Line 1976: p_package_type => aso_utility_pvt.g_int,

1972: aso_utility_pvt.handle_exceptions (
1973: p_api_name => l_api_name,
1974: p_pkg_name => g_pkg_name,
1975: p_exception_level => aso_utility_pvt.g_exc_others,
1976: p_package_type => aso_utility_pvt.g_int,
1977: p_sqlcode => SQLCODE,
1978: p_sqlerrm => SQLERRM,
1979: x_msg_count => x_msg_count,
1980: x_msg_data => x_msg_data,

Line 2100: aso_utility_pvt.handle_exceptions (

2096:
2097: EXCEPTION
2098: WHEN fnd_api.g_exc_error
2099: THEN
2100: aso_utility_pvt.handle_exceptions (
2101: p_api_name => l_api_name,
2102: p_pkg_name => g_pkg_name,
2103: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
2104: p_package_type => aso_utility_pvt.g_int,

Line 2104: p_package_type => aso_utility_pvt.g_int,

2100: aso_utility_pvt.handle_exceptions (
2101: p_api_name => l_api_name,
2102: p_pkg_name => g_pkg_name,
2103: p_exception_level => fnd_msg_pub.g_msg_lvl_error,
2104: p_package_type => aso_utility_pvt.g_int,
2105: p_sqlcode => SQLCODE,
2106: p_sqlerrm => SQLERRM,
2107: x_msg_count => x_msg_count,
2108: x_msg_data => x_msg_data,

Line 2113: aso_utility_pvt.handle_exceptions (

2109: x_return_status => x_return_status
2110: );
2111: WHEN fnd_api.g_exc_unexpected_error
2112: THEN
2113: aso_utility_pvt.handle_exceptions (
2114: p_api_name => l_api_name,
2115: p_pkg_name => g_pkg_name,
2116: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
2117: p_package_type => aso_utility_pvt.g_int,

Line 2117: p_package_type => aso_utility_pvt.g_int,

2113: aso_utility_pvt.handle_exceptions (
2114: p_api_name => l_api_name,
2115: p_pkg_name => g_pkg_name,
2116: p_exception_level => fnd_msg_pub.g_msg_lvl_unexp_error,
2117: p_package_type => aso_utility_pvt.g_int,
2118: p_sqlcode => SQLCODE,
2119: p_sqlerrm => SQLERRM,
2120: x_msg_count => x_msg_count,
2121: x_msg_data => x_msg_data,

Line 2126: aso_utility_pvt.handle_exceptions (

2122: x_return_status => x_return_status
2123: );
2124: WHEN OTHERS
2125: THEN
2126: aso_utility_pvt.handle_exceptions (
2127: p_api_name => l_api_name,
2128: p_pkg_name => g_pkg_name,
2129: p_exception_level => aso_utility_pvt.g_exc_others,
2130: p_package_type => aso_utility_pvt.g_int,

Line 2129: p_exception_level => aso_utility_pvt.g_exc_others,

2125: THEN
2126: aso_utility_pvt.handle_exceptions (
2127: p_api_name => l_api_name,
2128: p_pkg_name => g_pkg_name,
2129: p_exception_level => aso_utility_pvt.g_exc_others,
2130: p_package_type => aso_utility_pvt.g_int,
2131: p_sqlcode => SQLCODE,
2132: p_sqlerrm => SQLERRM,
2133: x_msg_count => x_msg_count,

Line 2130: p_package_type => aso_utility_pvt.g_int,

2126: aso_utility_pvt.handle_exceptions (
2127: p_api_name => l_api_name,
2128: p_pkg_name => g_pkg_name,
2129: p_exception_level => aso_utility_pvt.g_exc_others,
2130: p_package_type => aso_utility_pvt.g_int,
2131: p_sqlcode => SQLCODE,
2132: p_sqlerrm => SQLERRM,
2133: x_msg_count => x_msg_count,
2134: x_msg_data => x_msg_data,