DBA Data[Home] [Help]

APPS.CSP_RESOURCE_PVT dependencies on STANDARD

Line 41: -- Standard Start of API savepoint

37: l_last_updated_by NUMBER := P_CSP_Rec.last_updated_by;
38: l_last_update_login NUMBER := P_CSP_Rec.last_update_login;
39:
40: BEGIN
41: -- Standard Start of API savepoint
42: SAVEPOINT CREATE_RESOURCE_PVT;
43:
44: -- Standard call to check for call compatibility.
45: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

40: BEGIN
41: -- Standard Start of API savepoint
42: SAVEPOINT CREATE_RESOURCE_PVT;
43:
44: -- Standard call to check for call compatibility.
45: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
46: p_api_version_number,
47: l_api_name,
48: G_PKG_NAME)

Line 197: -- Standard check for p_commit

193:
194: --
195: -- End of API body
196: --
197: -- Standard check for p_commit
198: IF FND_API.to_Boolean( p_commit )
199: THEN
200: COMMIT WORK;
201: END IF;

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

204: -- Debug Message
205: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
206:
207:
208: -- Standard call to get message count and if count is 1, get message info.
209: FND_MSG_PUB.Count_And_Get
210: ( p_count => x_msg_count,
211: p_data => x_msg_data
212: );

Line 323: -- Standard Start of API savepoint

319: l_ref_CSP_rec CSP_resource_PVT.CSP_Rec_Type;
320: l_tar_CSP_rec CSP_resource_PVT.CSP_Rec_Type := P_CSP_Rec;
321: l_rowid ROWID;
322: BEGIN
323: -- Standard Start of API savepoint
324: SAVEPOINT UPDATE_RESOURCE_PVT;
325:
326: -- Standard call to check for call compatibility.
327: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

322: BEGIN
323: -- Standard Start of API savepoint
324: SAVEPOINT UPDATE_RESOURCE_PVT;
325:
326: -- Standard call to check for call compatibility.
327: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
328: p_api_version_number,
329: l_api_name,
330: G_PKG_NAME)

Line 523: -- Standard check for p_commit

519: -- End of API body.
520: --
521:
522:
523: -- Standard check for p_commit
524: IF FND_API.to_Boolean( p_commit )
525: THEN
526: COMMIT WORK;
527: END IF;

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

530: -- Debug Message
531: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
532:
533:
534: -- Standard call to get message count and if count is 1, get message info.
535: FND_MSG_PUB.Count_And_Get
536: ( p_count => x_msg_count,
537: p_data => x_msg_data
538: );

Line 611: -- Standard Start of API savepoint

607: l_api_name CONSTANT VARCHAR2(30) := 'Delete_resource';
608: l_api_version_number CONSTANT NUMBER := 1.0;
609: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
610: BEGIN
611: -- Standard Start of API savepoint
612: SAVEPOINT DELETE_RESOURCE_PVT;
613:
614: -- Standard call to check for call compatibility.
615: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

610: BEGIN
611: -- Standard Start of API savepoint
612: SAVEPOINT DELETE_RESOURCE_PVT;
613:
614: -- Standard call to check for call compatibility.
615: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
616: p_api_version_number,
617: l_api_name,
618: G_PKG_NAME)

Line 682: -- Standard check for p_commit

678: --
679: -- End of API body
680: --
681:
682: -- Standard check for p_commit
683: IF FND_API.to_Boolean( p_commit )
684: THEN
685: COMMIT WORK;
686: END IF;

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

689: -- Debug Message
690: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
691:
692:
693: -- Standard call to get message count and if count is 1, get message info.
694: FND_MSG_PUB.Count_And_Get
695: ( p_count => x_msg_count,
696: p_data => x_msg_data
697: );

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

1048: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1049: NULL;
1050: END IF;
1051:
1052: -- Standard call to get message count and if count is 1, get message info.
1053: FND_MSG_PUB.Count_And_Get
1054: ( p_count => x_msg_count,
1055: p_data => x_msg_data
1056: );

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

1102: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1103: NULL;
1104: END IF;
1105:
1106: -- Standard call to get message count and if count is 1, get message info.
1107: FND_MSG_PUB.Count_And_Get
1108: ( p_count => x_msg_count,
1109: p_data => x_msg_data
1110: );

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

1156: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1157: NULL;
1158: END IF;
1159:
1160: -- Standard call to get message count and if count is 1, get message info.
1161: FND_MSG_PUB.Count_And_Get
1162: ( p_count => x_msg_count,
1163: p_data => x_msg_data
1164: );

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

1210: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1211: NULL;
1212: END IF;
1213:
1214: -- Standard call to get message count and if count is 1, get message info.
1215: FND_MSG_PUB.Count_And_Get
1216: ( p_count => x_msg_count,
1217: p_data => x_msg_data
1218: );

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

1257: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1258: NULL;
1259: END IF;
1260:
1261: -- Standard call to get message count and if count is 1, get message info.
1262: FND_MSG_PUB.Count_And_Get
1263: ( p_count => x_msg_count,
1264: p_data => x_msg_data
1265: );

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

1311: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1312: NULL;
1313: END IF;
1314:
1315: -- Standard call to get message count and if count is 1, get message info.
1316: FND_MSG_PUB.Count_And_Get
1317: ( p_count => x_msg_count,
1318: p_data => x_msg_data
1319: );

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

1365: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1366: NULL;
1367: END IF;
1368:
1369: -- Standard call to get message count and if count is 1, get message info.
1370: FND_MSG_PUB.Count_And_Get
1371: ( p_count => x_msg_count,
1372: p_data => x_msg_data
1373: );

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

1419: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1420: NULL;
1421: END IF;
1422:
1423: -- Standard call to get message count and if count is 1, get message info.
1424: FND_MSG_PUB.Count_And_Get
1425: ( p_count => x_msg_count,
1426: p_data => x_msg_data
1427: );

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

1466: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1467: NULL;
1468: END IF;
1469:
1470: -- Standard call to get message count and if count is 1, get message info.
1471: FND_MSG_PUB.Count_And_Get
1472: ( p_count => x_msg_count,
1473: p_data => x_msg_data
1474: );

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

1508:
1509: -- Debug Message
1510: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'API_INVALID_RECORD');
1511:
1512: -- Standard call to get message count and if count is 1, get message info.
1513: FND_MSG_PUB.Count_And_Get
1514: ( p_count => x_msg_count,
1515: p_data => x_msg_data
1516: );