DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on STANDARD

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

269:
270: EXCEPTION
271: WHEN FND_API.G_EXC_ERROR THEN
272: x_return_status := FND_API.G_RET_STS_ERROR;
273: -- Standard call to get message count and if count=1, get the message
274: FND_MSG_PUB.Count_And_Get (
275: p_encoded => FND_API.G_FALSE,
276: p_count => l_msg_count,
277: p_data => l_msg_data

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

277: p_data => l_msg_data
278: );
279: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
280: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
281: -- Standard call to get message count and if count=1, get the message
282: FND_MSG_PUB.Count_And_Get (
283: p_encoded => FND_API.G_FALSE,
284: p_count => l_msg_count,
285: p_data => l_msg_data

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

289: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
290: THEN
291: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
292: END IF;
293: -- Standard call to get message count and if count=1, get the message
294: FND_MSG_PUB.Count_And_Get (
295: p_encoded => FND_API.G_FALSE,
296: p_count => l_msg_count,
297: p_data => l_msg_data

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

338: BEGIN
339:
340: --SAVEPOINT resale_pre_process;
341:
342: -- Standard call to check for call compatibility.
343: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
344: p_api_version_number,
345: l_api_name,
346: G_PKG_NAME)

Line 491: -- Standard check for p_commit

487:
488: END IF;
489: x_batch_status := l_resale_batch_rec.status_code;
490:
491: -- Standard check for p_commit
492: IF FND_API.to_Boolean( p_commit )
493: THEN
494: COMMIT WORK;
495: END IF;

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

498: IF OZF_DEBUG_HIGH_ON THEN
499: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ': end');
500: END IF;
501:
502: -- Standard call to get message count and if count is 1, get message info.
503: FND_MSG_PUB.Count_And_Get
504: (p_count => x_msg_count,
505: p_data => x_msg_data
506: );

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

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

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

526: Update ozf_resale_batches
527: SET status_code = OZF_RESALE_COMMON_PVT.G_BATCH_DISPUTED
528: WHERE resale_batch_id = p_batch_id;
529:
530: -- Standard call to get message count and if count=1, get the message
531: FND_MSG_PUB.Count_And_Get (
532: p_encoded => FND_API.G_FALSE,
533: p_count => x_msg_count,
534: p_data => x_msg_data);

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

543: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
544: THEN
545: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
546: END IF;
547: -- Standard call to get message count and if count=1, get the message
548: FND_MSG_PUB.Count_And_Get (
549: p_encoded => FND_API.G_FALSE,
550: p_count => x_msg_count,
551: p_data => x_msg_data);

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

1300: IF OZF_DEBUG_HIGH_ON THEN
1301: ozf_utility_pvt.debug_message(l_api_name||': End');
1302: END IF;
1303:
1304: --Standard call to get message count AND IF count=1, get the message
1305: FND_MSG_PUB.Count_And_Get (
1306: p_encoded => FND_API.G_FALSE,
1307: p_count => x_msg_count,
1308: p_data => x_msg_data

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

1720: END IF;
1721: EXCEPTION
1722: WHEN FND_API.G_EXC_ERROR THEN
1723: x_return_status := FND_API.G_RET_STS_ERROR;
1724: -- Standard call to get message count and if count=1, get the message
1725: FND_MSG_PUB.Count_And_Get (
1726: p_encoded => FND_API.G_FALSE,
1727: p_count => x_msg_count,
1728: p_data => x_msg_data

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

1728: p_data => x_msg_data
1729: );
1730: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1731: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1732: -- Standard call to get message count and if count=1, get the message
1733: FND_MSG_PUB.Count_And_Get (
1734: p_encoded => FND_API.G_FALSE,
1735: p_count => x_msg_count,
1736: p_data => x_msg_data

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

1741: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1742: THEN
1743: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1744: END IF;
1745: -- Standard call to get message count and if count=1, get the message
1746: FND_MSG_PUB.Count_And_Get (
1747: p_encoded => FND_API.G_FALSE,
1748: p_count => x_msg_count,
1749: p_data => x_msg_data

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

1828:
1829: EXCEPTION
1830: WHEN FND_API.G_EXC_ERROR THEN
1831: x_return_status := FND_API.G_RET_STS_ERROR;
1832: -- Standard call to get message count and if count=1, get the message
1833: FND_MSG_PUB.Count_And_Get (
1834: p_encoded => FND_API.G_FALSE,
1835: p_count => x_msg_count,
1836: p_data => x_msg_data

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

1836: p_data => x_msg_data
1837: );
1838: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1839: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1840: -- Standard call to get message count and if count=1, get the message
1841: FND_MSG_PUB.Count_And_Get (
1842: p_encoded => FND_API.G_FALSE,
1843: p_count => x_msg_count,
1844: p_data => x_msg_data

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

1849: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1850: THEN
1851: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1852: END IF;
1853: -- Standard call to get message count and if count=1, get the message
1854: FND_MSG_PUB.Count_And_Get (
1855: p_encoded => FND_API.G_FALSE,
1856: p_count => x_msg_count,
1857: p_data => x_msg_data

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

3558:
3559: EXCEPTION
3560: WHEN FND_API.G_EXC_ERROR THEN
3561: x_return_status := FND_API.G_RET_STS_ERROR;
3562: -- Standard call to get message count and if count=1, get the message
3563: FND_MSG_PUB.Count_And_Get (
3564: p_encoded => FND_API.G_FALSE,
3565: p_count => x_msg_count,
3566: p_data => x_msg_data

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

3566: p_data => x_msg_data
3567: );
3568: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3569: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3570: -- Standard call to get message count and if count=1, get the message
3571: FND_MSG_PUB.Count_And_Get (
3572: p_encoded => FND_API.G_FALSE,
3573: p_count => x_msg_count,
3574: p_data => x_msg_data

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

3579: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3580: THEN
3581: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
3582: END IF;
3583: -- Standard call to get message count and if count=1, get the message
3584: FND_MSG_PUB.Count_And_Get (
3585: p_encoded => FND_API.G_FALSE,
3586: p_count => x_msg_count,
3587: p_data => x_msg_data

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

4667: -- Debug Message
4668: IF OZF_DEBUG_HIGH_ON THEN
4669: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
4670: END IF;
4671: -- Standard call to get message count and if count is 1, get message info.
4672: FND_MSG_PUB.Count_And_Get
4673: (p_count => x_msg_count,
4674: p_data => x_msg_data
4675: );

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

4865: IF OZF_DEBUG_HIGH_ON THEN
4866: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ': end');
4867: END IF;
4868:
4869: -- Standard call to get message count and if count is 1, get message info.
4870: FND_MSG_PUB.Count_And_Get(
4871: p_count => x_msg_count,
4872: p_data => x_msg_data
4873: );

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

6478:
6479:
6480: BEGIN
6481:
6482: -- Standard call to check for call compatibility.
6483: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
6484: p_api_version_number,
6485: l_api_name,
6486: G_PKG_NAME)

Line 6793: -- Standard check for p_commit

6789:
6790: END IF; -- l_party_id IS NOT NULL
6791: ------------------------------------------ End CONTACT SEARCH ---------------------------------------
6792:
6793: -- Standard check for p_commit
6794:
6795:
6796: -- Debug Message
6797: IF OZF_DEBUG_LOW_ON THEN

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

6797: IF OZF_DEBUG_LOW_ON THEN
6798: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
6799: END IF;
6800:
6801: -- Standard call to get message count and if count is 1, get message info.
6802: FND_MSG_PUB.Count_And_Get
6803: (p_count => x_msg_count,
6804: p_data => x_msg_data
6805: );

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

6914: -- Debug Message
6915: IF OZF_DEBUG_HIGH_ON THEN
6916: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
6917: END IF;
6918: -- Standard call to get message count and if count is 1, get message info.
6919: FND_MSG_PUB.Count_And_Get
6920: (p_count => x_msg_count,
6921: p_data => x_msg_data
6922: );

Line 7794: -- Standard check for p_commit

7790: RAISE FND_API.G_EXC_ERROR;
7791:
7792: END;
7793:
7794: -- Standard check for p_commit
7795: IF FND_API.to_Boolean( p_commit )
7796: THEN
7797: COMMIT WORK;
7798: END IF;

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

7801: IF OZF_DEBUG_HIGH_ON THEN
7802: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
7803: END IF;
7804:
7805: -- Standard call to get message count and if count is 1, get message info.
7806: FND_MSG_PUB.Count_And_Get
7807: (p_count => x_msg_count,
7808: p_data => x_msg_data
7809: );

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

7810:
7811: EXCEPTION
7812: WHEN FND_API.G_EXC_ERROR THEN
7813: x_return_status := FND_API.G_RET_STS_ERROR;
7814: -- Standard call to get message count and if count=1, get the message
7815: FND_MSG_PUB.Count_And_Get (
7816: p_encoded => FND_API.G_FALSE,
7817: p_count => x_msg_count,
7818: p_data => x_msg_data

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

7818: p_data => x_msg_data
7819: );
7820: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
7821: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7822: -- Standard call to get message count and if count=1, get the message
7823: FND_MSG_PUB.Count_And_Get (
7824: p_encoded => FND_API.G_FALSE,
7825: p_count => x_msg_count,
7826: p_data => x_msg_data

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

7830: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7831: THEN
7832: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
7833: END IF;
7834: -- Standard call to get message count and if count=1, get the message
7835: FND_MSG_PUB.Count_And_Get (
7836: p_encoded => FND_API.G_FALSE,
7837: p_count => x_msg_count,
7838: p_data => x_msg_data

Line 7956: -- Standard check for p_commit

7952: RAISE FND_API.G_EXC_ERROR;
7953:
7954: END;
7955:
7956: -- Standard check for p_commit
7957: IF FND_API.to_Boolean( p_commit )
7958: THEN
7959: COMMIT WORK;
7960: END IF;

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

7962: IF OZF_DEBUG_HIGH_ON THEN
7963: ozf_utility_pvt.debug_message('Private API: ' || l_api_name || ' end');
7964: END IF;
7965:
7966: -- Standard call to get message count and if count is 1, get message info.
7967: FND_MSG_PUB.Count_And_Get
7968: (p_count => x_msg_count,
7969: p_data => x_msg_data
7970: );

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

7972: EXCEPTION
7973:
7974: WHEN FND_API.G_EXC_ERROR THEN
7975: x_return_status := FND_API.G_RET_STS_ERROR;
7976: -- Standard call to get message count and if count=1, get the message
7977: FND_MSG_PUB.Count_And_Get (
7978: p_encoded => FND_API.G_FALSE,
7979: p_count => x_msg_count,
7980: p_data => x_msg_data

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

7980: p_data => x_msg_data
7981: );
7982: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
7983: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7984: -- Standard call to get message count and if count=1, get the message
7985: FND_MSG_PUB.Count_And_Get (
7986: p_encoded => FND_API.G_FALSE,
7987: p_count => x_msg_count,
7988: p_data => x_msg_data

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

7993: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7994: THEN
7995: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
7996: END IF;
7997: -- Standard call to get message count and if count=1, get the message
7998: FND_MSG_PUB.Count_And_Get (
7999: p_encoded => FND_API.G_FALSE,
8000: p_count => x_msg_count,
8001: p_data => x_msg_data