DBA Data[Home] [Help]

APPS.OZF_FUNDS_PUB dependencies on STANDARD

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

1019: EXCEPTION
1020: WHEN FND_API.G_EXC_ERROR THEN
1021: ROLLBACK TO Create_Fund_PUB;
1022: x_return_status := FND_API.G_RET_STS_ERROR;
1023: -- Standard call to get message count and if count=1, get the message
1024: FND_MSG_PUB.Count_And_Get (
1025: p_encoded => FND_API.G_FALSE,
1026: p_count => x_msg_count,
1027: p_data => x_msg_data

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

1028: );
1029: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1030: ROLLBACK TO Create_Fund_PUB;
1031: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1032: -- Standard call to get message count and if count=1, get the message
1033: FND_MSG_PUB.Count_And_Get (
1034: p_encoded => FND_API.G_FALSE,
1035: p_count => x_msg_count,
1036: p_data => x_msg_data

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

1041: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1042: THEN
1043: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1044: END IF;
1045: -- Standard call to get message count and if count=1, get the message
1046: FND_MSG_PUB.Count_And_Get (
1047: p_encoded => FND_API.G_FALSE,
1048: p_count => x_msg_count,
1049: p_data => x_msg_data

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

1111: EXCEPTION
1112: WHEN FND_API.G_EXC_ERROR THEN
1113: ROLLBACK TO Delete_Fund_PUB;
1114: x_return_status := FND_API.G_RET_STS_ERROR;
1115: -- Standard call to get message count and if count=1, get the message
1116: FND_MSG_PUB.Count_And_Get (
1117: p_encoded => FND_API.G_FALSE,
1118: p_count => x_msg_count,
1119: p_data => x_msg_data

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

1120: );
1121: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1122: ROLLBACK TO Delete_Fund_PUB;
1123: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1124: -- Standard call to get message count and if count=1, get the message
1125: FND_MSG_PUB.Count_And_Get (
1126: p_encoded => FND_API.G_FALSE,
1127: p_count => x_msg_count,
1128: p_data => x_msg_data

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

1133: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1134: THEN
1135: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1136: END IF;
1137: -- Standard call to get message count and if count=1, get the message
1138: FND_MSG_PUB.Count_And_Get (
1139: p_encoded => FND_API.G_FALSE,
1140: p_count => x_msg_count,
1141: p_data => x_msg_data

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

1356: EXCEPTION
1357: WHEN FND_API.G_EXC_ERROR THEN
1358: ROLLBACK TO Update_Fund_PUB;
1359: x_return_status := FND_API.G_RET_STS_ERROR;
1360: -- Standard call to get message count and if count=1, get the message
1361: FND_MSG_PUB.Count_And_Get (
1362: p_encoded => FND_API.G_FALSE,
1363: p_count => x_msg_count,
1364: p_data => x_msg_data

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

1365: );
1366: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1367: ROLLBACK TO Update_Fund_PUB;
1368: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1369: -- Standard call to get message count and if count=1, get the message
1370: FND_MSG_PUB.Count_And_Get (
1371: p_encoded => FND_API.G_FALSE,
1372: p_count => x_msg_count,
1373: p_data => x_msg_data

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

1378: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1379: THEN
1380: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1381: END IF;
1382: -- Standard call to get message count and if count=1, get the message
1383: FND_MSG_PUB.Count_And_Get (
1384: p_encoded => FND_API.G_FALSE,
1385: p_count => x_msg_count,
1386: p_data => x_msg_data

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

1712: EXCEPTION
1713: WHEN FND_API.G_EXC_ERROR THEN
1714: ROLLBACK TO create_market_pub;
1715: x_return_status := FND_API.G_RET_STS_ERROR;
1716: -- Standard call to get message count and if count=1, get the message
1717: FND_MSG_PUB.Count_And_Get (
1718: p_encoded => FND_API.G_FALSE,
1719: p_count => x_msg_count,
1720: p_data => x_msg_data

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

1721: );
1722: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1723: ROLLBACK TO create_market_pub;
1724: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1725: -- Standard call to get message count and if count=1, get the message
1726: FND_MSG_PUB.Count_And_Get (
1727: p_encoded => FND_API.G_FALSE,
1728: p_count => x_msg_count,
1729: p_data => x_msg_data

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

1734: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1735: THEN
1736: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1737: END IF;
1738: -- Standard call to get message count and if count=1, get the message
1739: FND_MSG_PUB.Count_And_Get (
1740: p_encoded => FND_API.G_FALSE,
1741: p_count => x_msg_count,
1742: p_data => x_msg_data

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

1845: EXCEPTION
1846: WHEN FND_API.G_EXC_ERROR THEN
1847: ROLLBACK TO update_market_pub;
1848: x_return_status := FND_API.G_RET_STS_ERROR;
1849: -- Standard call to get message count and if count=1, get the message
1850: FND_MSG_PUB.Count_And_Get (
1851: p_encoded => FND_API.G_FALSE,
1852: p_count => x_msg_count,
1853: p_data => x_msg_data

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

1854: );
1855: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1856: ROLLBACK TO update_market_pub;
1857: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1858: -- Standard call to get message count and if count=1, get the message
1859: FND_MSG_PUB.Count_And_Get (
1860: p_encoded => FND_API.G_FALSE,
1861: p_count => x_msg_count,
1862: p_data => x_msg_data

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

1867: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1868: THEN
1869: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1870: END IF;
1871: -- Standard call to get message count and if count=1, get the message
1872: FND_MSG_PUB.Count_And_Get (
1873: p_encoded => FND_API.G_FALSE,
1874: p_count => x_msg_count,
1875: p_data => x_msg_data

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

1977: EXCEPTION
1978: WHEN FND_API.G_EXC_ERROR THEN
1979: ROLLBACK TO delete_market_pub;
1980: x_return_status := FND_API.G_RET_STS_ERROR;
1981: -- Standard call to get message count and if count=1, get the message
1982: FND_MSG_PUB.Count_And_Get (
1983: p_encoded => FND_API.G_FALSE,
1984: p_count => x_msg_count,
1985: p_data => x_msg_data

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

1986: );
1987: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1988: ROLLBACK TO delete_market_pub;
1989: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1990: -- Standard call to get message count and if count=1, get the message
1991: FND_MSG_PUB.Count_And_Get (
1992: p_encoded => FND_API.G_FALSE,
1993: p_count => x_msg_count,
1994: p_data => x_msg_data

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

1999: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2000: THEN
2001: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2002: END IF;
2003: -- Standard call to get message count and if count=1, get the message
2004: FND_MSG_PUB.Count_And_Get (
2005: p_encoded => FND_API.G_FALSE,
2006: p_count => x_msg_count,
2007: p_data => x_msg_data

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

2335: EXCEPTION
2336: WHEN FND_API.G_EXC_ERROR THEN
2337: ROLLBACK TO create_product_pub;
2338: x_return_status := FND_API.G_RET_STS_ERROR;
2339: -- Standard call to get message count and if count=1, get the message
2340: FND_MSG_PUB.Count_And_Get (
2341: p_encoded => FND_API.G_FALSE,
2342: p_count => x_msg_count,
2343: p_data => x_msg_data

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

2344: );
2345: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2346: ROLLBACK TO create_product_pub;
2347: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2348: -- Standard call to get message count and if count=1, get the message
2349: FND_MSG_PUB.Count_And_Get (
2350: p_encoded => FND_API.G_FALSE,
2351: p_count => x_msg_count,
2352: p_data => x_msg_data

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

2357: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2358: THEN
2359: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2360: END IF;
2361: -- Standard call to get message count and if count=1, get the message
2362: FND_MSG_PUB.Count_And_Get (
2363: p_encoded => FND_API.G_FALSE,
2364: p_count => x_msg_count,
2365: p_data => x_msg_data

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

2479: EXCEPTION
2480: WHEN FND_API.G_EXC_ERROR THEN
2481: ROLLBACK TO update_product_pub;
2482: x_return_status := FND_API.G_RET_STS_ERROR;
2483: -- Standard call to get message count and if count=1, get the message
2484: FND_MSG_PUB.Count_And_Get (
2485: p_encoded => FND_API.G_FALSE,
2486: p_count => x_msg_count,
2487: p_data => x_msg_data

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

2488: );
2489: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2490: ROLLBACK TO update_product_pub;
2491: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2492: -- Standard call to get message count and if count=1, get the message
2493: FND_MSG_PUB.Count_And_Get (
2494: p_encoded => FND_API.G_FALSE,
2495: p_count => x_msg_count,
2496: p_data => x_msg_data

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

2501: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2502: THEN
2503: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2504: END IF;
2505: -- Standard call to get message count and if count=1, get the message
2506: FND_MSG_PUB.Count_And_Get (
2507: p_encoded => FND_API.G_FALSE,
2508: p_count => x_msg_count,
2509: p_data => x_msg_data

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

2597: EXCEPTION
2598: WHEN FND_API.G_EXC_ERROR THEN
2599: ROLLBACK TO delete_product_pub;
2600: x_return_status := FND_API.G_RET_STS_ERROR;
2601: -- Standard call to get message count and if count=1, get the message
2602: FND_MSG_PUB.Count_And_Get (
2603: p_encoded => FND_API.G_FALSE,
2604: p_count => x_msg_count,
2605: p_data => x_msg_data

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

2606: );
2607: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2608: ROLLBACK TO delete_product_pub;
2609: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2610: -- Standard call to get message count and if count=1, get the message
2611: FND_MSG_PUB.Count_And_Get (
2612: p_encoded => FND_API.G_FALSE,
2613: p_count => x_msg_count,
2614: p_data => x_msg_data

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

2619: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2620: THEN
2621: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2622: END IF;
2623: -- Standard call to get message count and if count=1, get the message
2624: FND_MSG_PUB.Count_And_Get (
2625: p_encoded => FND_API.G_FALSE,
2626: p_count => x_msg_count,
2627: p_data => x_msg_data

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

3923: EXCEPTION
3924: WHEN FND_API.G_EXC_ERROR THEN
3925: ROLLBACK TO process_fund_from_adapter;
3926: x_return_status := FND_API.G_RET_STS_ERROR;
3927: -- Standard call to get message count and if count=1, get the message
3928: FND_MSG_PUB.Count_And_Get (
3929: p_encoded => FND_API.G_FALSE,
3930: p_count => x_msg_count,
3931: p_data => x_msg_data

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

3936: end loop;
3937: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3938: ROLLBACK TO process_fund_from_adapter;
3939: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3940: -- Standard call to get message count and if count=1, get the message
3941: FND_MSG_PUB.Count_And_Get (
3942: p_encoded => FND_API.G_FALSE,
3943: p_count => x_msg_count,
3944: p_data => x_msg_data

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

3952: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3953: THEN
3954: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
3955: END IF;
3956: -- Standard call to get message count and if count=1, get the message
3957: FND_MSG_PUB.Count_And_Get (
3958: p_encoded => FND_API.G_FALSE,
3959: p_count => x_msg_count,
3960: p_data => x_msg_data