DBA Data[Home] [Help]

APPS.OZF_CLAIM_UTILITY_PVT dependencies on STANDARD

Line 75: -- Standard Start of API savepoint

71: l_access varchar2(1) :='N'; -- F : FULL: User can update sensitive metric data
72: -- R : RESTRICTED : User can only update data other than sensitive metric data
73: -- N : NULL : User is no
74: BEGIN
75: -- Standard Start of API savepoint
76: SAVEPOINT Check_Claim_ACC;
77:
78: IF OZF_DEBUG_HIGH_ON THEN
79: OZF_Utility_PVT.debug_message(l_full_name||': start');

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

78: IF OZF_DEBUG_HIGH_ON THEN
79: OZF_Utility_PVT.debug_message(l_full_name||': start');
80: END IF;
81:
82: -- Standard call to check for call compatibility.
83: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
84: p_api_version_number,
85: l_api_name,
86: G_PKG_NAME)

Line 133: -- Standard check for p_commit

129:
130: --
131: -- End of API body
132: --
133: -- Standard check for p_commit
134: IF FND_API.to_Boolean( p_commit )
135: THEN
136: COMMIT WORK;
137: END IF;

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

139: IF OZF_DEBUG_HIGH_ON THEN
140: OZF_Utility_PVT.debug_message(l_full_name||': end');
141: END IF;
142:
143: -- Standard call to get message count and if count is 1, get message info.
144: FND_MSG_PUB.Count_And_Get
145: (p_count => x_msg_count,
146: p_data => x_msg_data
147: );

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

148: EXCEPTION
149: WHEN FND_API.G_EXC_ERROR THEN
150: ROLLBACK TO Check_Claim_ACC;
151: x_return_status := FND_API.G_RET_STS_ERROR;
152: -- Standard call to get message count and if count=1, get the message
153: FND_MSG_PUB.Count_And_Get (
154: p_encoded => FND_API.G_FALSE,
155: p_count => x_msg_count,
156: p_data => x_msg_data

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

157: );
158: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
159: ROLLBACK TO Check_Claim_ACC;
160: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
161: -- Standard call to get message count and if count=1, get the message
162: FND_MSG_PUB.Count_And_Get (
163: p_encoded => FND_API.G_FALSE,
164: p_count => x_msg_count,
165: p_data => x_msg_data

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

170: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
171: FND_MESSAGE.set_name('OZF', 'OZF_CLAIM_CHK_ACS_ERR');
172: FND_MSG_PUB.add;
173: END IF;
174: -- Standard call to get message count and if count=1, get the message
175: FND_MSG_PUB.Count_And_Get (
176: p_encoded => FND_API.G_FALSE,
177: p_count => x_msg_count,
178: p_data => x_msg_data

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

495:
496: WHEN FND_API.G_EXC_ERROR THEN
497: ROLLBACK TO CREATE_LOG;
498: x_return_status := FND_API.G_RET_STS_ERROR;
499: -- Standard call to get message count and if count=1, get the message
500: FND_MSG_PUB.Count_And_Get (
501: p_encoded => FND_API.G_FALSE,
502: p_count => l_msg_count,
503: p_data => l_msg_data

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

504: );
505: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
506: ROLLBACK TO CREATE_LOG;
507: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
508: -- Standard call to get message count and if count=1, get the message
509: FND_MSG_PUB.Count_And_Get (
510: p_encoded => FND_API.G_FALSE,
511: p_count => l_msg_count,
512: p_data => l_msg_data

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

517: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
518: FND_MESSAGE.set_name('OZF', 'OZF_CLAIM_CHK_ACS_ERR');
519: FND_MSG_PUB.add;
520: END IF;
521: -- Standard call to get message count and if count=1, get the message
522: FND_MSG_PUB.Count_And_Get (
523: p_encoded => FND_API.G_FALSE,
524: p_count => l_msg_count,
525: p_data => l_msg_data