DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on STANDARD

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

256:
257: EXCEPTION
258: WHEN FND_API.G_EXC_ERROR THEN
259: x_return_status := FND_API.G_RET_STS_ERROR;
260: -- Standard call to get message count and if count=1, get the message
261: FND_MSG_PUB.Count_And_Get (
262: p_encoded => FND_API.G_FALSE,
263: p_count => l_msg_count,
264: p_data => l_msg_data

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

264: p_data => l_msg_data
265: );
266: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
267: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
268: -- Standard call to get message count and if count=1, get the message
269: FND_MSG_PUB.Count_And_Get (
270: p_encoded => FND_API.G_FALSE,
271: p_count => l_msg_count,
272: p_data => l_msg_data

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

276: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
277: THEN
278: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
279: END IF;
280: -- Standard call to get message count and if count=1, get the message
281: FND_MSG_PUB.Count_And_Get (
282: p_encoded => FND_API.G_FALSE,
283: p_count => l_msg_count,
284: p_data => l_msg_data

Line 329: -- Standard call to check for call compatibility.

325: BEGIN
326:
327: --SAVEPOINT resale_pre_process;
328:
329: -- Standard call to check for call compatibility.
330: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
331: p_api_version_number,
332: l_api_name,
333: G_PKG_NAME)

Line 477: -- Standard check for p_commit

473:
474: END IF;
475: x_batch_status := l_resale_batch_rec.status_code;
476:
477: -- Standard check for p_commit
478: IF FND_API.to_Boolean( p_commit )
479: THEN
480: COMMIT WORK;
481: END IF;

Line 488: -- Standard call to get message count and if count is 1, get message info.

484: IF OZF_DEBUG_HIGH_ON THEN
485: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ': end');
486: END IF;
487:
488: -- Standard call to get message count and if count is 1, get message info.
489: FND_MSG_PUB.Count_And_Get
490: (p_count => x_msg_count,
491: p_data => x_msg_data
492: );

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

499: Update ozf_resale_batches
500: SET status_code = OZF_RESALE_COMMON_PVT.G_BATCH_DISPUTED
501: WHERE resale_batch_id = p_batch_id;
502:
503: -- Standard call to get message count and if count=1, get the message
504: FND_MSG_PUB.Count_And_Get (
505: p_encoded => FND_API.G_FALSE,
506: p_count => x_msg_count,
507: p_data => x_msg_data);

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

512: Update ozf_resale_batches
513: SET status_code = OZF_RESALE_COMMON_PVT.G_BATCH_DISPUTED
514: WHERE resale_batch_id = p_batch_id;
515:
516: -- Standard call to get message count and if count=1, get the message
517: FND_MSG_PUB.Count_And_Get (
518: p_encoded => FND_API.G_FALSE,
519: p_count => x_msg_count,
520: p_data => x_msg_data);

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

529: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
530: THEN
531: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
532: END IF;
533: -- Standard call to get message count and if count=1, get the message
534: FND_MSG_PUB.Count_And_Get (
535: p_encoded => FND_API.G_FALSE,
536: p_count => x_msg_count,
537: p_data => x_msg_data);

Line 1285: --Standard call to get message count AND IF count=1, get the message

1281: IF OZF_DEBUG_HIGH_ON THEN
1282: ozf_utility_pvt.debug_message(l_api_name||': End');
1283: END IF;
1284:
1285: --Standard call to get message count AND IF count=1, get the message
1286: FND_MSG_PUB.Count_And_Get (
1287: p_encoded => FND_API.G_FALSE,
1288: p_count => x_msg_count,
1289: p_data => x_msg_data

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

1691: END IF;
1692: EXCEPTION
1693: WHEN FND_API.G_EXC_ERROR THEN
1694: x_return_status := FND_API.G_RET_STS_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 1703: -- Standard call to get message count and if count=1, get the message

1699: p_data => x_msg_data
1700: );
1701: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1702: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1703: -- Standard call to get message count and if count=1, get the message
1704: FND_MSG_PUB.Count_And_Get (
1705: p_encoded => FND_API.G_FALSE,
1706: p_count => x_msg_count,
1707: p_data => x_msg_data

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

1712: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1713: THEN
1714: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1715: END IF;
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 1799: -- Standard call to get message count and if count=1, get the message

1795:
1796: EXCEPTION
1797: WHEN FND_API.G_EXC_ERROR THEN
1798: x_return_status := FND_API.G_RET_STS_ERROR;
1799: -- Standard call to get message count and if count=1, get the message
1800: FND_MSG_PUB.Count_And_Get (
1801: p_encoded => FND_API.G_FALSE,
1802: p_count => x_msg_count,
1803: p_data => x_msg_data

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

1803: p_data => x_msg_data
1804: );
1805: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1806: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1807: -- Standard call to get message count and if count=1, get the message
1808: FND_MSG_PUB.Count_And_Get (
1809: p_encoded => FND_API.G_FALSE,
1810: p_count => x_msg_count,
1811: p_data => x_msg_data

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

1816: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1817: THEN
1818: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1819: END IF;
1820: -- Standard call to get message count and if count=1, get the message
1821: FND_MSG_PUB.Count_And_Get (
1822: p_encoded => FND_API.G_FALSE,
1823: p_count => x_msg_count,
1824: p_data => x_msg_data

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

3229:
3230: EXCEPTION
3231: WHEN FND_API.G_EXC_ERROR THEN
3232: x_return_status := FND_API.G_RET_STS_ERROR;
3233: -- Standard call to get message count and if count=1, get the message
3234: FND_MSG_PUB.Count_And_Get (
3235: p_encoded => FND_API.G_FALSE,
3236: p_count => x_msg_count,
3237: p_data => x_msg_data

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

3237: p_data => x_msg_data
3238: );
3239: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3240: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3241: -- Standard call to get message count and if count=1, get the message
3242: FND_MSG_PUB.Count_And_Get (
3243: p_encoded => FND_API.G_FALSE,
3244: p_count => x_msg_count,
3245: p_data => x_msg_data

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

3250: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3251: THEN
3252: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
3253: END IF;
3254: -- Standard call to get message count and if count=1, get the message
3255: FND_MSG_PUB.Count_And_Get (
3256: p_encoded => FND_API.G_FALSE,
3257: p_count => x_msg_count,
3258: p_data => x_msg_data

Line 4336: -- Standard call to get message count and if count is 1, get message info.

4332: -- Debug Message
4333: IF OZF_DEBUG_HIGH_ON THEN
4334: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
4335: END IF;
4336: -- Standard call to get message count and if count is 1, get message info.
4337: FND_MSG_PUB.Count_And_Get
4338: (p_count => x_msg_count,
4339: p_data => x_msg_data
4340: );

Line 4534: -- Standard call to get message count and if count is 1, get message info.

4530: IF OZF_DEBUG_HIGH_ON THEN
4531: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ': end');
4532: END IF;
4533:
4534: -- Standard call to get message count and if count is 1, get message info.
4535: FND_MSG_PUB.Count_And_Get(
4536: p_count => x_msg_count,
4537: p_data => x_msg_data
4538: );

Line 6029: -- Standard call to check for call compatibility.

6025:
6026:
6027: BEGIN
6028:
6029: -- Standard call to check for call compatibility.
6030: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
6031: p_api_version_number,
6032: l_api_name,
6033: G_PKG_NAME)

Line 6340: -- Standard check for p_commit

6336:
6337: END IF; -- l_party_id IS NOT NULL
6338: ------------------------------------------ End CONTACT SEARCH ---------------------------------------
6339:
6340: -- Standard check for p_commit
6341:
6342:
6343: -- Debug Message
6344: IF OZF_DEBUG_LOW_ON THEN

Line 6348: -- Standard call to get message count and if count is 1, get message info.

6344: IF OZF_DEBUG_LOW_ON THEN
6345: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
6346: END IF;
6347:
6348: -- Standard call to get message count and if count is 1, get message info.
6349: FND_MSG_PUB.Count_And_Get
6350: (p_count => x_msg_count,
6351: p_data => x_msg_data
6352: );

Line 6465: -- Standard call to get message count and if count is 1, get message info.

6461: -- Debug Message
6462: IF OZF_DEBUG_HIGH_ON THEN
6463: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
6464: END IF;
6465: -- Standard call to get message count and if count is 1, get message info.
6466: FND_MSG_PUB.Count_And_Get
6467: (p_count => x_msg_count,
6468: p_data => x_msg_data
6469: );

Line 7328: -- Standard check for p_commit

7324: RAISE FND_API.G_EXC_ERROR;
7325:
7326: END;
7327:
7328: -- Standard check for p_commit
7329: IF FND_API.to_Boolean( p_commit )
7330: THEN
7331: COMMIT WORK;
7332: END IF;

Line 7340: -- Standard call to get message count and if count is 1, get message info.

7336: IF OZF_DEBUG_HIGH_ON THEN
7337: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
7338: END IF;
7339:
7340: -- Standard call to get message count and if count is 1, get message info.
7341: FND_MSG_PUB.Count_And_Get
7342: (p_count => x_msg_count,
7343: p_data => x_msg_data
7344: );

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

7345:
7346: EXCEPTION
7347: WHEN FND_API.G_EXC_ERROR THEN
7348: x_return_status := FND_API.G_RET_STS_ERROR;
7349: -- Standard call to get message count and if count=1, get the message
7350: FND_MSG_PUB.Count_And_Get (
7351: p_encoded => FND_API.G_FALSE,
7352: p_count => x_msg_count,
7353: p_data => x_msg_data

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

7353: p_data => x_msg_data
7354: );
7355: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
7356: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7357: -- Standard call to get message count and if count=1, get the message
7358: FND_MSG_PUB.Count_And_Get (
7359: p_encoded => FND_API.G_FALSE,
7360: p_count => x_msg_count,
7361: p_data => x_msg_data

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

7365: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7366: THEN
7367: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
7368: END IF;
7369: -- Standard call to get message count and if count=1, get the message
7370: FND_MSG_PUB.Count_And_Get (
7371: p_encoded => FND_API.G_FALSE,
7372: p_count => x_msg_count,
7373: p_data => x_msg_data

Line 7489: -- Standard check for p_commit

7485: RAISE FND_API.G_EXC_ERROR;
7486:
7487: END;
7488:
7489: -- Standard check for p_commit
7490: IF FND_API.to_Boolean( p_commit )
7491: THEN
7492: COMMIT WORK;
7493: END IF;

Line 7499: -- Standard call to get message count and if count is 1, get message info.

7495: IF OZF_DEBUG_HIGH_ON THEN
7496: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
7497: END IF;
7498:
7499: -- Standard call to get message count and if count is 1, get message info.
7500: FND_MSG_PUB.Count_And_Get
7501: (p_count => x_msg_count,
7502: p_data => x_msg_data
7503: );

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

7505: EXCEPTION
7506:
7507: WHEN FND_API.G_EXC_ERROR THEN
7508: x_return_status := FND_API.G_RET_STS_ERROR;
7509: -- Standard call to get message count and if count=1, get the message
7510: FND_MSG_PUB.Count_And_Get (
7511: p_encoded => FND_API.G_FALSE,
7512: p_count => x_msg_count,
7513: p_data => x_msg_data

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

7513: p_data => x_msg_data
7514: );
7515: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
7516: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7517: -- Standard call to get message count and if count=1, get the message
7518: FND_MSG_PUB.Count_And_Get (
7519: p_encoded => FND_API.G_FALSE,
7520: p_count => x_msg_count,
7521: p_data => x_msg_data

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

7526: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7527: THEN
7528: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
7529: END IF;
7530: -- Standard call to get message count and if count=1, get the message
7531: FND_MSG_PUB.Count_And_Get (
7532: p_encoded => FND_API.G_FALSE,
7533: p_count => x_msg_count,
7534: p_data => x_msg_data