DBA Data[Home] [Help]

APPS.IEX_DISPUTE_PUB dependencies on STANDARD

Line 50: -- Standard Start of API savepoint

46: l_msg_data := x_msg_data;
47: l_disp_header_rec := p_disp_header_rec;
48: l_disp_line_tbl := p_disp_line_tbl;
49:
50: -- Standard Start of API savepoint
51: SAVEPOINT create_dispute_pub;
52:
53: -- Initialize API return status to SUCCESS
54: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

52:
53: -- Initialize API return status to SUCCESS
54: x_return_status := FND_API.G_RET_STS_SUCCESS;
55:
56: -- Standard call to check for call compatibility.
57: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
58: p_api_version,
59: l_api_name,
60: G_PKG_NAME)

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

114: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
115: IEX_DEBUG_PUB.logMessage('Create_Dispute: ' || 'PVT: ' || l_api_name || ' end');
116: END IF;
117:
118: -- Standard call to get message count and if count is 1, get message info.
119: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
120: p_data => x_msg_data);
121:
122:

Line 167: -- Standard Start of API savepoint

163:
164: l_init_msg_list := p_init_msg_list;
165: l_delinquency_id := p_delinquency_id;
166: l_api_name := 'is_delinquency_dispute';
167: -- Standard Start of API savepoint
168: SAVEPOINT is_delinquency_pvt;
169:
170: -- Initialize API return status to SUCCESS
171: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

169:
170: -- Initialize API return status to SUCCESS
171: x_return_status := FND_API.G_RET_STS_SUCCESS;
172:
173: -- Standard call to check for call compatibility.
174: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
175: p_api_version,
176: l_api_name,
177: G_PKG_NAME)

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

220: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
221: IEX_DEBUG_PUB.logMessage('is_delinquency_dispute: ' || 'PVT: ' || l_api_name || ' end');
222: END IF;
223:
224: -- Standard call to get message count and if count is 1, get message info.
225: FND_MSG_PUB.Count_And_Get
226: ( p_count => x_msg_count,
227: p_data => x_msg_data
228: );

Line 279: -- Standard Start of API savepoint

275: l_msg_count := x_msg_count;
276: l_msg_data := x_msg_data;
277: l_dispute_id := p_dispute_id;
278:
279: -- Standard Start of API savepoint
280: SAVEPOINT cancel_dispute_pub;
281:
282: -- Initialize API return status to SUCCESS
283: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

281:
282: -- Initialize API return status to SUCCESS
283: x_return_status := FND_API.G_RET_STS_SUCCESS;
284:
285: -- Standard call to check for call compatibility.
286: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
287: p_api_version,
288: l_api_name,
289: G_PKG_NAME)

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

333: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
334: IEX_DEBUG_PUB.logMessage('Cancel_Dispute: ' || 'PVT: ' || l_api_name || ' end');
335: END IF;
336:
337: -- Standard call to get message count and if count is 1, get message info.
338: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
339: p_data => x_msg_data);
340:
341: