DBA Data[Home] [Help]

APPS.OZF_CLAIM_UTILITY_PVT dependencies on STANDARD

Line 69: -- Standard Start of API savepoint

65: l_access varchar2(1) :='N'; -- F : FULL: User can update sensitive metric data
66: -- R : RESTRICTED : User can only update data other than sensitive metric data
67: -- N : NULL : User is no
68: BEGIN
69: -- Standard Start of API savepoint
70: SAVEPOINT Check_Claim_ACC;
71:
72: IF OZF_DEBUG_HIGH_ON THEN
73: OZF_Utility_PVT.debug_message(l_full_name||': start');

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

72: IF OZF_DEBUG_HIGH_ON THEN
73: OZF_Utility_PVT.debug_message(l_full_name||': start');
74: END IF;
75:
76: -- Standard call to check for call compatibility.
77: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
78: p_api_version_number,
79: l_api_name,
80: G_PKG_NAME)

Line 127: -- Standard check for p_commit

123:
124: --
125: -- End of API body
126: --
127: -- Standard check for p_commit
128: IF FND_API.to_Boolean( p_commit )
129: THEN
130: COMMIT WORK;
131: END IF;

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

133: IF OZF_DEBUG_HIGH_ON THEN
134: OZF_Utility_PVT.debug_message(l_full_name||': end');
135: END IF;
136:
137: -- Standard call to get message count and if count is 1, get message info.
138: FND_MSG_PUB.Count_And_Get
139: (p_count => x_msg_count,
140: p_data => x_msg_data
141: );

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

142: EXCEPTION
143: WHEN FND_API.G_EXC_ERROR THEN
144: ROLLBACK TO Check_Claim_ACC;
145: x_return_status := FND_API.G_RET_STS_ERROR;
146: -- Standard call to get message count and if count=1, get the message
147: FND_MSG_PUB.Count_And_Get (
148: p_encoded => FND_API.G_FALSE,
149: p_count => x_msg_count,
150: p_data => x_msg_data

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

151: );
152: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
153: ROLLBACK TO Check_Claim_ACC;
154: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
155: -- Standard call to get message count and if count=1, get the message
156: FND_MSG_PUB.Count_And_Get (
157: p_encoded => FND_API.G_FALSE,
158: p_count => x_msg_count,
159: p_data => x_msg_data

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

164: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
165: FND_MESSAGE.set_name('OZF', 'OZF_CLAIM_CHK_ACS_ERR');
166: FND_MSG_PUB.add;
167: END IF;
168: -- Standard call to get message count and if count=1, get the message
169: FND_MSG_PUB.Count_And_Get (
170: p_encoded => FND_API.G_FALSE,
171: p_count => x_msg_count,
172: p_data => x_msg_data