DBA Data[Home] [Help]

APPS.OZF_CLAIM_GRP dependencies on STANDARD

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

330: Write_Log(l_full_name, 'end');
331: EXCEPTION
332: WHEN FND_API.G_EXC_ERROR THEN
333: x_return_status := FND_API.G_RET_STS_ERROR;
334: -- Standard call to get message count and if count=1, get the message
335: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
336: ,p_count => x_msg_count
337: ,p_data => x_msg_data
338: );

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

338: );
339:
340: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
341: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
342: -- Standard call to get message count and if count=1, get the message
343: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
344: ,p_count => x_msg_count
345: ,p_data => x_msg_data
346: );

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

350: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
351: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_UPD_DEDU_ERR');
352: FND_MSG_PUB.add;
353: END IF;
354: -- Standard call to get message count and if count=1, get the message
355: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
356: ,p_count => x_msg_count
357: ,p_data => x_msg_data
358: );

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

426: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
427: FND_MESSAGE.set_name('OZF', 'OZF_CLAIM_CRE_DEDU_ERR');
428: FND_MSG_PUB.add;
429: END IF;
430: -- Standard call to get message count and if count=1, get the message
431: FND_MSG_PUB.Count_And_Get (
432: p_encoded => FND_API.G_FALSE,
433: p_count => x_msg_count,
434: p_data => x_msg_data

Line 528: -- Standard Start of API savepoint

524:
525:
526: BEGIN
527: --------------------- initialize -----------------------
528: -- Standard Start of API savepoint
529: SAVEPOINT CREATE_CLAIM_GRP;
530:
531: Write_Log(l_full_name, 'start');
532:

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

529: SAVEPOINT CREATE_CLAIM_GRP;
530:
531: Write_Log(l_full_name, 'start');
532:
533: -- Standard call to check for call compatibility.
534: IF NOT FND_API.Compatible_API_Call ( l_api_version,
535: p_api_version_number,
536: l_api_name,
537: G_PKG_NAME)

Line 871: -- Standard check for p_commit

867: ------------------------- finish -------------------------------
868: Write_Log(l_full_name, 'end');
869:
870:
871: -- Standard check for p_commit
872: IF FND_API.to_Boolean(p_commit) THEN
873: COMMIT WORK;
874: END IF;
875:

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

879: FND_MESSAGE.Set_Token('TEXT',l_full_name||'End');
880: FND_MSG_PUB.Add;
881: END IF;
882:
883: -- Standard call to get message count and if count is 1, get message info.
884: FND_MSG_PUB.Count_And_Get(
885: p_count => x_msg_count,
886: p_data => x_msg_data
887: );

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

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

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

1810: );
1811:
1812: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1813: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1814: -- Standard call to get message count and if count=1, get the message
1815: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
1816: ,p_count => x_msg_count
1817: ,p_data => x_msg_data
1818: );

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

1822: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1823: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_UPD_DEDU_ERR');
1824: FND_MSG_PUB.add;
1825: END IF;
1826: -- Standard call to get message count and if count=1, get the message
1827: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
1828: ,p_count => x_msg_count
1829: ,p_data => x_msg_data
1830: );

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

2483:
2484: END IF;-- Status Flag
2485: END IF; --IF l_split_flag = 'YES' THEN
2486:
2487: -- Standard call to get message count and if count is 1, get message info.
2488: FND_MSG_PUB.Count_And_Get
2489: (p_count => x_msg_count,
2490: p_data => x_msg_data
2491: );

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

2494:
2495: EXCEPTION
2496: WHEN FND_API.G_EXC_ERROR THEN
2497: x_return_status := FND_API.G_RET_STS_ERROR;
2498: -- Standard call to get message count and if count=1, get the message
2499: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
2500: ,p_count => x_msg_count
2501: ,p_data => x_msg_data
2502: );

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

2502: );
2503:
2504: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2505: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2506: -- Standard call to get message count and if count=1, get the message
2507: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
2508: ,p_count => x_msg_count
2509: ,p_data => x_msg_data
2510: );

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

2513: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2514: FND_MESSAGE.set_name('AMS', 'AMS_CLAIM_UPD_DEDU_ERR');
2515: FND_MSG_PUB.add;
2516: END IF;
2517: -- Standard call to get message count and if count=1, get the message
2518: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
2519: ,p_count => x_msg_count
2520: ,p_data => x_msg_data
2521: );

Line 2767: -- Standard Start of API savepoint

2763: l_active_rec_id NUMBER :=NULL;
2764: l_active_rec_number VARCHAR2(30) := NULL;
2765:
2766: BEGIN
2767: -- Standard Start of API savepoint
2768: SAVEPOINT UPDATE_CLAIM_GRP;
2769:
2770: Write_Log(l_full_name, 'start');
2771:

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

2768: SAVEPOINT UPDATE_CLAIM_GRP;
2769:
2770: Write_Log(l_full_name, 'start');
2771:
2772: -- Standard call to check for call compatibility.
2773: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2774: p_api_version_number,
2775: l_api_name,
2776: G_PKG_NAME ) THEN

Line 3040: -- Standard check for p_commit

3036:
3037:
3038: Write_Log(l_full_name, 'end');
3039:
3040: -- Standard check for p_commit
3041: IF FND_API.to_Boolean(p_commit) THEN
3042: COMMIT WORK;
3043: END IF;
3044:

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

3041: IF FND_API.to_Boolean(p_commit) THEN
3042: COMMIT WORK;
3043: END IF;
3044:
3045: -- Standard call to get message count and if count is 1, get message info.
3046: FND_MSG_PUB.Count_And_Get(
3047: p_count => x_msg_count,
3048: p_data => x_msg_data
3049: );