DBA Data[Home] [Help]

APPS.IBE_PARTY_V2PVT dependencies on STANDARD

Line 167: -- standard call to get message count and if count is 1, get message info

163: END IF;
164:
165:
166:
167: -- standard call to get message count and if count is 1, get message info
168: FND_MSG_PUB.count_and_get(
169: p_encoded => FND_API.G_FALSE,
170: p_count => x_msg_count,
171: p_data => x_msg_data

Line 508: -- standard call to get message count and if count is 1, get message info

504:
505:
506: END IF;
507:
508: -- standard call to get message count and if count is 1, get message info
509: FND_MSG_PUB.count_and_get(
510: p_encoded => FND_API.G_FALSE,
511: p_count => x_msg_count,
512: p_data => x_msg_data

Line 778: -- standard call to get message count and if count is 1, get message info

774:
775:
776:
777:
778: -- standard call to get message count and if count is 1, get message info
779: FND_MSG_PUB.count_and_get(
780: p_encoded => FND_API.G_FALSE,
781: p_count => x_msg_count,
782: p_data => x_msg_data

Line 1017: -- standard call to get message count and if count is 1, get message info

1013: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1014: END IF;
1015:
1016: End if;
1017: -- standard call to get message count and if count is 1, get message info
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 1319: -- standard call to get message count and if count is 1, get message info

1315: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1316: END IF;
1317:
1318: End if;
1319: -- standard call to get message count and if count is 1, get message info
1320: FND_MSG_PUB.count_and_get(
1321: p_encoded => FND_API.G_FALSE,
1322: p_count => x_msg_count,
1323: p_data => x_msg_data

Line 1567: -- standard call to get message count and if count is 1, get message info

1563: if x_return_status <> FND_API.G_RET_STS_SUCCESS then
1564: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1565: end if;
1566: end if;
1567: -- standard call to get message count and if count is 1, get message info
1568: FND_MSG_PUB.count_and_get(
1569: p_encoded => FND_API.G_FALSE,
1570: p_count => x_msg_count,
1571: p_data => x_msg_data

Line 1745: -- standard call to get message count and if count is 1, get message info

1741: END;
1742: --end set/create contact preferences
1743:
1744:
1745: -- standard call to get message count and if count is 1, get message info
1746: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1747: IBE_UTIL.debug('Before FND_MSG_API.count_and_get');
1748: END IF;
1749:

Line 1760: --standard exception catching for main body

1756: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1757: IBE_UTIL.debug('After FND_MSG_API.count_and_get');
1758: END IF;
1759:
1760: --standard exception catching for main body
1761: EXCEPTION
1762: WHEN FND_API.G_EXC_ERROR THEN
1763: --IBE_UTIL.enable_debug();
1764:

Line 1946: -- standard call to get message count and if count is 1, get message info

1942: --end set primary language indicator
1943:
1944:
1945:
1946: -- standard call to get message count and if count is 1, get message info
1947: FND_MSG_PUB.count_and_get(
1948: p_encoded => FND_API.G_FALSE,
1949: p_count => x_msg_count,
1950: p_data => x_msg_data

Line 1954: --standard exception catching for main body

1950: p_data => x_msg_data
1951: );
1952: --IBE_UTIL.disable_debug();
1953:
1954: --standard exception catching for main body
1955: EXCEPTION
1956: WHEN FND_API.G_EXC_ERROR THEN
1957:
1958: x_return_status := FND_API.G_RET_STS_ERROR;