DBA Data[Home] [Help]

APPS.CSP_RS_CUST_RELATION_PVT dependencies on STANDARD

Line 36: -- Standard Start of API savepoint

32: l_return_status_full VARCHAR2(1);
33: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
34: l_access_flag VARCHAR2(1);
35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_RS_CUST_RELATION_PVT;
38:
39: -- Standard call to check for call compatibility.
40: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_RS_CUST_RELATION_PVT;
38:
39: -- Standard call to check for call compatibility.
40: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
41: p_api_version_number,
42: l_api_name,
43: G_PKG_NAME)

Line 160: -- Standard check for p_commit

156: --
157: -- End of API body
158: --
159:
160: -- Standard check for p_commit
161: IF FND_API.to_Boolean( p_commit )
162: THEN
163: COMMIT WORK;
164: END IF;

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

167: -- Debug Message
168: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
169:
170:
171: -- Standard call to get message count and if count is 1, get message info.
172: FND_MSG_PUB.Count_And_Get
173: ( p_count => x_msg_count,
174: p_data => x_msg_data
175: );

Line 266: -- Standard Start of API savepoint

262: l_ref_RCR_rec CSP_rs_cust_relation_PVT.RCR_Rec_Type;
263: l_tar_RCR_rec CSP_rs_cust_relation_PVT.RCR_Rec_Type := P_RCR_Rec;
264: l_rowid ROWID;
265: BEGIN
266: -- Standard Start of API savepoint
267: SAVEPOINT UPDATE_RS_CUST_RELATION_PVT;
268:
269: -- Standard call to check for call compatibility.
270: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

265: BEGIN
266: -- Standard Start of API savepoint
267: SAVEPOINT UPDATE_RS_CUST_RELATION_PVT;
268:
269: -- Standard call to check for call compatibility.
270: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
271: p_api_version_number,
272: l_api_name,
273: G_PKG_NAME)

Line 440: -- Standard check for p_commit

436: --
437: -- End of API body.
438: --
439:
440: -- Standard check for p_commit
441: IF FND_API.to_Boolean( p_commit )
442: THEN
443: COMMIT WORK;
444: END IF;

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

447: -- Debug Message
448: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
449:
450:
451: -- Standard call to get message count and if count is 1, get message info.
452: FND_MSG_PUB.Count_And_Get
453: ( p_count => x_msg_count,
454: p_data => x_msg_data
455: );

Line 511: -- Standard Start of API savepoint

507: l_api_name CONSTANT VARCHAR2(30) := 'Delete_rs_cust_relation';
508: l_api_version_number CONSTANT NUMBER := 2.0;
509: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
510: BEGIN
511: -- Standard Start of API savepoint
512: SAVEPOINT DELETE_RS_CUST_RELATION_PVT;
513:
514: -- Standard call to check for call compatibility.
515: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

510: BEGIN
511: -- Standard Start of API savepoint
512: SAVEPOINT DELETE_RS_CUST_RELATION_PVT;
513:
514: -- Standard call to check for call compatibility.
515: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
516: p_api_version_number,
517: l_api_name,
518: G_PKG_NAME)

Line 572: -- Standard check for p_commit

568: --
569: -- End of API body
570: --
571:
572: -- Standard check for p_commit
573: IF FND_API.to_Boolean( p_commit )
574: THEN
575: COMMIT WORK;
576: END IF;

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

579: -- Debug Message
580: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
581:
582:
583: -- Standard call to get message count and if count is 1, get message info.
584: FND_MSG_PUB.Count_And_Get
585: ( p_count => x_msg_count,
586: p_data => x_msg_data
587: );

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

955: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
956: NULL;
957: END IF;
958:
959: -- Standard call to get message count and if count is 1, get message info.
960: FND_MSG_PUB.Count_And_Get
961: ( p_count => x_msg_count,
962: p_data => x_msg_data
963: );

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

1009: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1010: NULL;
1011: END IF;
1012:
1013: -- Standard call to get message count and if count is 1, get message info.
1014: FND_MSG_PUB.Count_And_Get
1015: ( p_count => x_msg_count,
1016: p_data => x_msg_data
1017: );

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

1063: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1064: NULL;
1065: END IF;
1066:
1067: -- Standard call to get message count and if count is 1, get message info.
1068: FND_MSG_PUB.Count_And_Get
1069: ( p_count => x_msg_count,
1070: p_data => x_msg_data
1071: );

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

1117: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1118: NULL;
1119: END IF;
1120:
1121: -- Standard call to get message count and if count is 1, get message info.
1122: FND_MSG_PUB.Count_And_Get
1123: ( p_count => x_msg_count,
1124: p_data => x_msg_data
1125: );

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

1159:
1160: -- Debug Message
1161: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'API_INVALID_RECORD');
1162:
1163: -- Standard call to get message count and if count is 1, get message info.
1164: FND_MSG_PUB.Count_And_Get
1165: ( p_count => x_msg_count,
1166: p_data => x_msg_data
1167: );