DBA Data[Home] [Help]

APPS.OZF_TP_ACCRUAL_PVT dependencies on STANDARD

Line 139: -- Standard begin of API savepoint

135: l_status_code varchar2(30);
136: l_org_id NUMBER;
137:
138: BEGIN
139: -- Standard begin of API savepoint
140: -- Standard call to check for call compatibility.
141: IF NOT FND_API.Compatible_API_Call (
142: l_api_version,
143: p_api_version,

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

136: l_org_id NUMBER;
137:
138: BEGIN
139: -- Standard begin of API savepoint
140: -- Standard call to check for call compatibility.
141: IF NOT FND_API.Compatible_API_Call (
142: l_api_version,
143: p_api_version,
144: l_api_name,

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

213: IF OZF_DEBUG_HIGH_ON THEN
214: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
215: END IF;
216:
217: --Standard call to get message count and if count=1, get the message
218: FND_MSG_PUB.Count_And_Get (
219: p_encoded => FND_API.G_FALSE,
220: p_count => x_msg_count,
221: p_data => x_msg_data

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

222: );
223: EXCEPTION
224: WHEN FND_API.G_EXC_ERROR THEN
225: x_return_status := FND_API.G_RET_STS_ERROR;
226: -- Standard call to get message count and if count=1, get the message
227: FND_MSG_PUB.Count_And_Get (
228: p_encoded => FND_API.G_FALSE,
229: p_count => x_msg_count,
230: p_data => x_msg_data

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

230: p_data => x_msg_data
231: );
232: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
233: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
234: -- Standard call to get message count and if count=1, get the message
235: FND_MSG_PUB.Count_And_Get (
236: p_encoded => FND_API.G_FALSE,
237: p_count => x_msg_count,
238: p_data => x_msg_data

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

239: );
240: WHEN OTHERS THEN
241: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
242:
243: -- Standard call to get message count and if count=1, get the message
244: FND_MSG_PUB.Count_And_Get (
245: p_encoded => FND_API.G_FALSE,
246: p_count => x_msg_count,
247: p_data => x_msg_data

Line 281: -- Standard BEGIN of API savepoint

277: l_full_name CONSTANT VARCHAR2(60) := G_PKG_NAME ||'.'|| l_api_name;
278: --
279:
280: BEGIN
281: -- Standard BEGIN of API savepoint
282: -- Standard call to check for call compatibility.
283: IF NOT FND_API.Compatible_API_Call (
284: l_api_version,
285: p_api_version,

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

278: --
279:
280: BEGIN
281: -- Standard BEGIN of API savepoint
282: -- Standard call to check for call compatibility.
283: IF NOT FND_API.Compatible_API_Call (
284: l_api_version,
285: p_api_version,
286: l_api_name,

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

397: -- Debug Message
398: IF OZF_DEBUG_HIGH_ON THEN
399: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
400: END IF;
401: --Standard call to get message count and if count=1, get the message
402: FND_MSG_PUB.Count_And_Get (
403: p_encoded => FND_API.G_FALSE,
404: p_count => x_msg_count,
405: p_data => x_msg_data

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

406: );
407: EXCEPTION
408: WHEN FND_API.G_EXC_ERROR THEN
409: x_return_status := FND_API.G_RET_STS_ERROR;
410: -- Standard call to get message count and if count=1, get the message
411: FND_MSG_PUB.Count_And_Get (
412: p_encoded => FND_API.G_FALSE,
413: p_count => x_msg_count,
414: p_data => x_msg_data

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

414: p_data => x_msg_data
415: );
416: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
417: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
418: -- Standard call to get message count and if count=1, get the message
419: FND_MSG_PUB.Count_And_Get (
420: p_encoded => FND_API.G_FALSE,
421: p_count => x_msg_count,
422: p_data => x_msg_data

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

423: );
424: WHEN OTHERS THEN
425: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
426:
427: -- Standard call to get message count and if count=1, get the message
428: FND_MSG_PUB.Count_And_Get (
429: p_encoded => FND_API.G_FALSE,
430: p_count => x_msg_count,
431: p_data => x_msg_data

Line 1881: -- Standard BEGIN of API savepoint

1877: -- bug 6317120
1878: l_org_id NUMBER;
1879: -- end bug 6317120
1880: BEGIN
1881: -- Standard BEGIN of API savepoint
1882: SAVEPOINT Process_Resale_Order;
1883: -- Standard call to check for call compatibility.
1884: IF NOT FND_API.Compatible_API_Call (
1885: l_api_version,

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

1879: -- end bug 6317120
1880: BEGIN
1881: -- Standard BEGIN of API savepoint
1882: SAVEPOINT Process_Resale_Order;
1883: -- Standard call to check for call compatibility.
1884: IF NOT FND_API.Compatible_API_Call (
1885: l_api_version,
1886: p_api_version,
1887: l_api_name,

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

2359: -- Debug Message
2360: IF OZF_DEBUG_HIGH_ON THEN
2361: OZF_UTILITY_PVT.debug_message(l_full_name||': End'|| x_return_status);
2362: END IF;
2363: --Standard call to get message count and if count=1, get the message
2364: FND_MSG_PUB.Count_And_Get (
2365: p_encoded => FND_API.G_FALSE,
2366: p_count => x_msg_count,
2367: p_data => x_msg_data

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

2369: EXCEPTION
2370: WHEN FND_API.G_EXC_ERROR THEN
2371: ROLLBACK TO Process_Resale_Order;
2372: x_return_status := FND_API.G_RET_STS_ERROR;
2373: -- Standard call to get message count and if count=1, get the message
2374: FND_MSG_PUB.Count_And_Get (
2375: p_encoded => FND_API.G_FALSE,
2376: p_count => x_msg_count,
2377: p_data => x_msg_data

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

2379: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2380: ROLLBACK TO Process_Resale_Order;
2381: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2382:
2383: -- Standard call to get message count and if count=1, get the message
2384: FND_MSG_PUB.Count_And_Get (
2385: p_encoded => FND_API.G_FALSE,
2386: p_count => x_msg_count,
2387: p_data => x_msg_data

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

2389: WHEN OTHERS THEN
2390: ROLLBACK TO Process_Resale_Order;
2391: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2392:
2393: -- Standard call to get message count and if count=1, get the message
2394: FND_MSG_PUB.Count_And_Get (
2395: p_encoded => FND_API.G_FALSE,
2396: p_count => x_msg_count,
2397: p_data => x_msg_data

Line 2432: -- Standard BEGIN of API savepoint

2428: l_msg_data VARCHAR2(2000);
2429: l_msg_count NUMBER;
2430:
2431: BEGIN
2432: -- Standard BEGIN of API savepoint
2433: SAVEPOINT PROCESS_TP_RESALE;
2434: -- Standard call to check for call compatibility.
2435: IF NOT FND_API.Compatible_API_Call (
2436: l_api_version,

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

2430:
2431: BEGIN
2432: -- Standard BEGIN of API savepoint
2433: SAVEPOINT PROCESS_TP_RESALE;
2434: -- Standard call to check for call compatibility.
2435: IF NOT FND_API.Compatible_API_Call (
2436: l_api_version,
2437: p_api_version,
2438: l_api_name,

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

2511: -- Debug Message
2512: IF OZF_DEBUG_HIGH_ON THEN
2513: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
2514: END IF;
2515: --Standard call to get message count and if count=1, get the message
2516: FND_MSG_PUB.Count_And_Get (
2517: p_encoded => FND_API.G_FALSE,
2518: p_count => x_msg_count,
2519: p_data => x_msg_data

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

2522: EXCEPTION
2523: WHEN FND_API.G_EXC_ERROR THEN
2524: ROLLBACK TO PROCESS_TP_RESALE;
2525: x_return_status := FND_API.G_RET_STS_ERROR;
2526: -- Standard call to get message count and if count=1, get the message
2527: FND_MSG_PUB.Count_And_Get (
2528: p_encoded => FND_API.G_FALSE,
2529: p_count => x_msg_count,
2530: p_data => x_msg_data

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

2532: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2533: ROLLBACK TO PROCESS_TP_RESALE;
2534: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2535:
2536: -- Standard call to get message count and if count=1, get the message
2537: FND_MSG_PUB.Count_And_Get (
2538: p_encoded => FND_API.G_FALSE,
2539: p_count => x_msg_count,
2540: p_data => x_msg_data

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

2542: WHEN OTHERS THEN
2543: ROLLBACK TO PROCESS_TP_RESALE;
2544: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2545:
2546: -- Standard call to get message count and if count=1, get the message
2547: FND_MSG_PUB.Count_And_Get (
2548: p_encoded => FND_API.G_FALSE,
2549: p_count => x_msg_count,
2550: p_data => x_msg_data

Line 2639: -- Standard BEGIN of API savepoint

2635:
2636: j NUMBER;
2637: k NUMBER;
2638: BEGIN
2639: -- Standard BEGIN of API savepoint
2640: SAVEPOINT TP_ACCRUAL_MV_IC;
2641: -- Standard call to check for call compatibility.
2642: IF NOT FND_API.Compatible_API_Call (
2643: l_api_version,

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

2637: k NUMBER;
2638: BEGIN
2639: -- Standard BEGIN of API savepoint
2640: SAVEPOINT TP_ACCRUAL_MV_IC;
2641: -- Standard call to check for call compatibility.
2642: IF NOT FND_API.Compatible_API_Call (
2643: l_api_version,
2644: p_api_version,
2645: l_api_name,

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

2783: IF OZF_DEBUG_HIGH_ON THEN
2784: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
2785: END IF;
2786:
2787: --Standard call to get message count and if count=1, get the message
2788: FND_MSG_PUB.Count_And_Get (
2789: p_encoded => FND_API.G_FALSE,
2790: p_count => x_msg_count,
2791: p_data => x_msg_data

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

2792: );
2793: EXCEPTION
2794: WHEN FND_API.G_EXC_ERROR THEN
2795: x_return_status := FND_API.G_RET_STS_ERROR;
2796: -- Standard call to get message count and if count=1, get the message
2797: FND_MSG_PUB.Count_And_Get (
2798: p_encoded => FND_API.G_FALSE,
2799: p_count => x_msg_count,
2800: p_data => x_msg_data

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

2801: );
2802: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2803: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2804:
2805: -- Standard call to get message count and if count=1, get the message
2806: FND_MSG_PUB.Count_And_Get (
2807: p_encoded => FND_API.G_FALSE,
2808: p_count => x_msg_count,
2809: p_data => x_msg_data

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

2811: WHEN OTHERS THEN
2812: ROLLBACK TO TP_ACCRUAL_MV_IC;
2813: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2814:
2815: -- Standard call to get message count and if count=1, get the message
2816: FND_MSG_PUB.Count_And_Get (
2817: p_encoded => FND_API.G_FALSE,
2818: p_count => x_msg_count,
2819: p_data => x_msg_data

Line 3019: -- Standard BEGIN of API savepoint

3015: -- bug 6317120
3016: l_org_id NUMBER;
3017: -- end bug 6317120
3018: BEGIN
3019: -- Standard BEGIN of API savepoint
3020: SAVEPOINT Process_Order;
3021: -- Standard call to check for call compatibility.
3022: IF NOT FND_API.Compatible_API_Call (
3023: l_api_version,

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

3017: -- end bug 6317120
3018: BEGIN
3019: -- Standard BEGIN of API savepoint
3020: SAVEPOINT Process_Order;
3021: -- Standard call to check for call compatibility.
3022: IF NOT FND_API.Compatible_API_Call (
3023: l_api_version,
3024: p_api_version,
3025: l_api_name,

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

3733: -- Debug Message
3734: IF OZF_DEBUG_HIGH_ON THEN
3735: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': end');
3736: END IF;
3737: --Standard call to get message count and if count=1, get the message
3738: FND_MSG_PUB.Count_And_Get (
3739: p_encoded => FND_API.G_FALSE,
3740: p_count => x_msg_count,
3741: p_data => x_msg_data

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

3743:
3744: EXCEPTION
3745: WHEN FND_API.G_EXC_ERROR THEN
3746: x_return_status := FND_API.G_RET_STS_ERROR;
3747: -- Standard call to get message count and if count=1, get the message
3748: FND_MSG_PUB.Count_And_Get (
3749: p_encoded => FND_API.G_FALSE,
3750: p_count => x_msg_count,
3751: p_data => x_msg_data

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

3753: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3754: ROLLBACK TO Process_Order;
3755: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3756:
3757: -- Standard call to get message count and if count=1, get the message
3758: FND_MSG_PUB.Count_And_Get (
3759: p_encoded => FND_API.G_FALSE,
3760: p_count => x_msg_count,
3761: p_data => x_msg_data

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

3763: WHEN OTHERS THEN
3764: ROLLBACK TO Process_Order;
3765: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3766:
3767: -- Standard call to get message count and if count=1, get the message
3768: FND_MSG_PUB.Count_And_Get (
3769: p_encoded => FND_API.G_FALSE,
3770: p_count => x_msg_count,
3771: p_data => x_msg_data

Line 3915: -- Standard BEGIN of API savepoint

3911: l_start_date date;
3912: l_end_date date;
3913:
3914: BEGIN
3915: -- Standard BEGIN of API savepoint
3916: SAVEPOINT Process_TP_ACCRUAL;
3917: -- Standard call to check for call compatibility.
3918: IF NOT FND_API.Compatible_API_Call (
3919: l_api_version,

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

3913:
3914: BEGIN
3915: -- Standard BEGIN of API savepoint
3916: SAVEPOINT Process_TP_ACCRUAL;
3917: -- Standard call to check for call compatibility.
3918: IF NOT FND_API.Compatible_API_Call (
3919: l_api_version,
3920: p_api_version,
3921: l_api_name,

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

4153: -- Debug Message
4154: IF OZF_DEBUG_HIGH_ON THEN
4155: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
4156: END IF;
4157: --Standard call to get message count and if count=1, get the message
4158: FND_MSG_PUB.Count_And_Get (
4159: p_encoded => FND_API.G_FALSE,
4160: p_count => x_msg_count,
4161: p_data => x_msg_data

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

4163: x_return_status := l_return_status;
4164: EXCEPTION
4165: WHEN FND_API.G_EXC_ERROR THEN
4166: x_return_status := FND_API.G_RET_STS_ERROR;
4167: -- Standard call to get message count and if count=1, get the message
4168: FND_MSG_PUB.Count_And_Get (
4169: p_encoded => FND_API.G_FALSE,
4170: p_count => x_msg_count,
4171: p_data => x_msg_data

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

4172: );
4173: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4174: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4175:
4176: -- Standard call to get message count and if count=1, get the message
4177: FND_MSG_PUB.Count_And_Get (
4178: p_encoded => FND_API.G_FALSE,
4179: p_count => x_msg_count,
4180: p_data => x_msg_data

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

4182: WHEN OTHERS THEN
4183: ROLLBACK TO Process_TP_ACCRUAL;
4184: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4185:
4186: -- Standard call to get message count and if count=1, get the message
4187: FND_MSG_PUB.Count_And_Get (
4188: p_encoded => FND_API.G_FALSE,
4189: p_count => x_msg_count,
4190: p_data => x_msg_data