DBA Data[Home] [Help]

APPS.OZF_FUNDS_PUB dependencies on STANDARD

Line 995: -- Standard call to get message count and if count=1, get the message

991: EXCEPTION
992: WHEN FND_API.G_EXC_ERROR THEN
993: ROLLBACK TO Create_Fund_PUB;
994: x_return_status := FND_API.G_RET_STS_ERROR;
995: -- Standard call to get message count and if count=1, get the message
996: FND_MSG_PUB.Count_And_Get (
997: p_encoded => FND_API.G_FALSE,
998: p_count => x_msg_count,
999: p_data => x_msg_data

Line 1004: -- Standard call to get message count and if count=1, get the message

1000: );
1001: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1002: ROLLBACK TO Create_Fund_PUB;
1003: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1004: -- Standard call to get message count and if count=1, get the message
1005: FND_MSG_PUB.Count_And_Get (
1006: p_encoded => FND_API.G_FALSE,
1007: p_count => x_msg_count,
1008: p_data => x_msg_data

Line 1017: -- Standard call to get message count and if count=1, get the message

1013: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1014: THEN
1015: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1016: END IF;
1017: -- Standard call to get message count and if count=1, get the message
1018: FND_MSG_PUB.Count_And_Get (
1019: p_encoded => FND_API.G_FALSE,
1020: p_count => x_msg_count,
1021: p_data => x_msg_data

Line 1087: -- Standard call to get message count and if count=1, get the message

1083: EXCEPTION
1084: WHEN FND_API.G_EXC_ERROR THEN
1085: ROLLBACK TO Delete_Fund_PUB;
1086: x_return_status := FND_API.G_RET_STS_ERROR;
1087: -- Standard call to get message count and if count=1, get the message
1088: FND_MSG_PUB.Count_And_Get (
1089: p_encoded => FND_API.G_FALSE,
1090: p_count => x_msg_count,
1091: p_data => x_msg_data

Line 1096: -- Standard call to get message count and if count=1, get the message

1092: );
1093: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1094: ROLLBACK TO Delete_Fund_PUB;
1095: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1096: -- Standard call to get message count and if count=1, get the message
1097: FND_MSG_PUB.Count_And_Get (
1098: p_encoded => FND_API.G_FALSE,
1099: p_count => x_msg_count,
1100: p_data => x_msg_data

Line 1109: -- Standard call to get message count and if count=1, get the message

1105: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1106: THEN
1107: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1108: END IF;
1109: -- Standard call to get message count and if count=1, get the message
1110: FND_MSG_PUB.Count_And_Get (
1111: p_encoded => FND_API.G_FALSE,
1112: p_count => x_msg_count,
1113: p_data => x_msg_data

Line 1330: -- Standard call to get message count and if count=1, get the message

1326: EXCEPTION
1327: WHEN FND_API.G_EXC_ERROR THEN
1328: ROLLBACK TO Update_Fund_PUB;
1329: x_return_status := FND_API.G_RET_STS_ERROR;
1330: -- Standard call to get message count and if count=1, get the message
1331: FND_MSG_PUB.Count_And_Get (
1332: p_encoded => FND_API.G_FALSE,
1333: p_count => x_msg_count,
1334: p_data => x_msg_data

Line 1339: -- Standard call to get message count and if count=1, get the message

1335: );
1336: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1337: ROLLBACK TO Update_Fund_PUB;
1338: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1339: -- Standard call to get message count and if count=1, get the message
1340: FND_MSG_PUB.Count_And_Get (
1341: p_encoded => FND_API.G_FALSE,
1342: p_count => x_msg_count,
1343: p_data => x_msg_data

Line 1352: -- Standard call to get message count and if count=1, get the message

1348: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1349: THEN
1350: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1351: END IF;
1352: -- Standard call to get message count and if count=1, get the message
1353: FND_MSG_PUB.Count_And_Get (
1354: p_encoded => FND_API.G_FALSE,
1355: p_count => x_msg_count,
1356: p_data => x_msg_data

Line 1686: -- Standard call to get message count and if count=1, get the message

1682: EXCEPTION
1683: WHEN FND_API.G_EXC_ERROR THEN
1684: ROLLBACK TO create_market_pub;
1685: x_return_status := FND_API.G_RET_STS_ERROR;
1686: -- Standard call to get message count and if count=1, get the message
1687: FND_MSG_PUB.Count_And_Get (
1688: p_encoded => FND_API.G_FALSE,
1689: p_count => x_msg_count,
1690: p_data => x_msg_data

Line 1695: -- Standard call to get message count and if count=1, get the message

1691: );
1692: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1693: ROLLBACK TO create_market_pub;
1694: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1695: -- Standard call to get message count and if count=1, get the message
1696: FND_MSG_PUB.Count_And_Get (
1697: p_encoded => FND_API.G_FALSE,
1698: p_count => x_msg_count,
1699: p_data => x_msg_data

Line 1708: -- Standard call to get message count and if count=1, get the message

1704: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1705: THEN
1706: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1707: END IF;
1708: -- Standard call to get message count and if count=1, get the message
1709: FND_MSG_PUB.Count_And_Get (
1710: p_encoded => FND_API.G_FALSE,
1711: p_count => x_msg_count,
1712: p_data => x_msg_data

Line 1819: -- Standard call to get message count and if count=1, get the message

1815: EXCEPTION
1816: WHEN FND_API.G_EXC_ERROR THEN
1817: ROLLBACK TO update_market_pub;
1818: x_return_status := FND_API.G_RET_STS_ERROR;
1819: -- Standard call to get message count and if count=1, get the message
1820: FND_MSG_PUB.Count_And_Get (
1821: p_encoded => FND_API.G_FALSE,
1822: p_count => x_msg_count,
1823: p_data => x_msg_data

Line 1828: -- Standard call to get message count and if count=1, get the message

1824: );
1825: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1826: ROLLBACK TO update_market_pub;
1827: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1828: -- Standard call to get message count and if count=1, get the message
1829: FND_MSG_PUB.Count_And_Get (
1830: p_encoded => FND_API.G_FALSE,
1831: p_count => x_msg_count,
1832: p_data => x_msg_data

Line 1841: -- Standard call to get message count and if count=1, get the message

1837: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1838: THEN
1839: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1840: END IF;
1841: -- Standard call to get message count and if count=1, get the message
1842: FND_MSG_PUB.Count_And_Get (
1843: p_encoded => FND_API.G_FALSE,
1844: p_count => x_msg_count,
1845: p_data => x_msg_data

Line 1951: -- Standard call to get message count and if count=1, get the message

1947: EXCEPTION
1948: WHEN FND_API.G_EXC_ERROR THEN
1949: ROLLBACK TO delete_market_pub;
1950: x_return_status := FND_API.G_RET_STS_ERROR;
1951: -- Standard call to get message count and if count=1, get the message
1952: FND_MSG_PUB.Count_And_Get (
1953: p_encoded => FND_API.G_FALSE,
1954: p_count => x_msg_count,
1955: p_data => x_msg_data

Line 1960: -- Standard call to get message count and if count=1, get the message

1956: );
1957: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1958: ROLLBACK TO delete_market_pub;
1959: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1960: -- Standard call to get message count and if count=1, get the message
1961: FND_MSG_PUB.Count_And_Get (
1962: p_encoded => FND_API.G_FALSE,
1963: p_count => x_msg_count,
1964: p_data => x_msg_data

Line 1973: -- Standard call to get message count and if count=1, get the message

1969: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1970: THEN
1971: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1972: END IF;
1973: -- Standard call to get message count and if count=1, get the message
1974: FND_MSG_PUB.Count_And_Get (
1975: p_encoded => FND_API.G_FALSE,
1976: p_count => x_msg_count,
1977: p_data => x_msg_data

Line 2309: -- Standard call to get message count and if count=1, get the message

2305: EXCEPTION
2306: WHEN FND_API.G_EXC_ERROR THEN
2307: ROLLBACK TO create_product_pub;
2308: x_return_status := FND_API.G_RET_STS_ERROR;
2309: -- Standard call to get message count and if count=1, get the message
2310: FND_MSG_PUB.Count_And_Get (
2311: p_encoded => FND_API.G_FALSE,
2312: p_count => x_msg_count,
2313: p_data => x_msg_data

Line 2318: -- Standard call to get message count and if count=1, get the message

2314: );
2315: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2316: ROLLBACK TO create_product_pub;
2317: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2318: -- Standard call to get message count and if count=1, get the message
2319: FND_MSG_PUB.Count_And_Get (
2320: p_encoded => FND_API.G_FALSE,
2321: p_count => x_msg_count,
2322: p_data => x_msg_data

Line 2331: -- Standard call to get message count and if count=1, get the message

2327: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2328: THEN
2329: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2330: END IF;
2331: -- Standard call to get message count and if count=1, get the message
2332: FND_MSG_PUB.Count_And_Get (
2333: p_encoded => FND_API.G_FALSE,
2334: p_count => x_msg_count,
2335: p_data => x_msg_data

Line 2453: -- Standard call to get message count and if count=1, get the message

2449: EXCEPTION
2450: WHEN FND_API.G_EXC_ERROR THEN
2451: ROLLBACK TO update_product_pub;
2452: x_return_status := FND_API.G_RET_STS_ERROR;
2453: -- Standard call to get message count and if count=1, get the message
2454: FND_MSG_PUB.Count_And_Get (
2455: p_encoded => FND_API.G_FALSE,
2456: p_count => x_msg_count,
2457: p_data => x_msg_data

Line 2462: -- Standard call to get message count and if count=1, get the message

2458: );
2459: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2460: ROLLBACK TO update_product_pub;
2461: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2462: -- Standard call to get message count and if count=1, get the message
2463: FND_MSG_PUB.Count_And_Get (
2464: p_encoded => FND_API.G_FALSE,
2465: p_count => x_msg_count,
2466: p_data => x_msg_data

Line 2475: -- Standard call to get message count and if count=1, get the message

2471: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2472: THEN
2473: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2474: END IF;
2475: -- Standard call to get message count and if count=1, get the message
2476: FND_MSG_PUB.Count_And_Get (
2477: p_encoded => FND_API.G_FALSE,
2478: p_count => x_msg_count,
2479: p_data => x_msg_data

Line 2571: -- Standard call to get message count and if count=1, get the message

2567: EXCEPTION
2568: WHEN FND_API.G_EXC_ERROR THEN
2569: ROLLBACK TO delete_product_pub;
2570: x_return_status := FND_API.G_RET_STS_ERROR;
2571: -- Standard call to get message count and if count=1, get the message
2572: FND_MSG_PUB.Count_And_Get (
2573: p_encoded => FND_API.G_FALSE,
2574: p_count => x_msg_count,
2575: p_data => x_msg_data

Line 2580: -- Standard call to get message count and if count=1, get the message

2576: );
2577: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2578: ROLLBACK TO delete_product_pub;
2579: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2580: -- Standard call to get message count and if count=1, get the message
2581: FND_MSG_PUB.Count_And_Get (
2582: p_encoded => FND_API.G_FALSE,
2583: p_count => x_msg_count,
2584: p_data => x_msg_data

Line 2593: -- Standard call to get message count and if count=1, get the message

2589: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2590: THEN
2591: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2592: END IF;
2593: -- Standard call to get message count and if count=1, get the message
2594: FND_MSG_PUB.Count_And_Get (
2595: p_encoded => FND_API.G_FALSE,
2596: p_count => x_msg_count,
2597: p_data => x_msg_data