DBA Data[Home] [Help]

APPS.CSP_TASK_PART_PVT dependencies on STANDARD

Line 31: -- Standard Start of API savepoint

27: l_return_status_full VARCHAR2(1);
28: --l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
29: l_access_flag VARCHAR2(1);
30: BEGIN
31: -- Standard Start of API savepoint
32: SAVEPOINT CREATE_TASK_PART_PVT;
33: -- Standard call to check for call compatibility.
34: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
35: p_api_version_number,

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

29: l_access_flag VARCHAR2(1);
30: BEGIN
31: -- Standard Start of API savepoint
32: SAVEPOINT CREATE_TASK_PART_PVT;
33: -- Standard call to check for call compatibility.
34: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
35: p_api_version_number,
36: l_api_name,
37: G_PKG_NAME)

Line 157: -- Standard check for p_commit

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

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

160: COMMIT WORK;
161: END IF;
162: -- Debug Message
163: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'CSP', 'Private API: ' || l_api_name || 'end');
164: -- Standard call to get message count and if count is 1, get message info.
165: FND_MSG_PUB.Count_And_Get
166: ( p_count => x_msg_count,
167: p_data => x_msg_data
168: );

Line 261: -- Standard Start of API savepoint

257: l_ref_TASK_PART_rec CSP_task_part_PVT.TASK_PART_Rec_Type;
258: l_tar_TASK_PART_rec CSP_task_part_PVT.TASK_PART_Rec_Type := P_TASK_PART_Rec;
259: l_rowid ROWID;
260: BEGIN
261: -- Standard Start of API savepoint
262: SAVEPOINT UPDATE_TASK_PART_PVT;
263: -- Standard call to check for call compatibility.
264: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
265: p_api_version_number,

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

259: l_rowid ROWID;
260: BEGIN
261: -- Standard Start of API savepoint
262: SAVEPOINT UPDATE_TASK_PART_PVT;
263: -- Standard call to check for call compatibility.
264: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
265: p_api_version_number,
266: l_api_name,
267: G_PKG_NAME)

Line 444: -- Standard check for p_commit

440:
441: --
442: -- End of API body.
443: --
444: -- Standard check for p_commit
445: IF FND_API.to_Boolean( p_commit )
446: THEN
447: COMMIT WORK;
448: END IF;

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

447: COMMIT WORK;
448: END IF;
449: -- Debug Message
450: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'CSP', 'Private API: ' || l_api_name || 'end');
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 504: -- Standard Start of API savepoint

500: l_api_name CONSTANT VARCHAR2(30) := 'Delete_task_part';
501: l_api_version_number CONSTANT NUMBER := 1.0;
502: --l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
503: BEGIN
504: -- Standard Start of API savepoint
505: SAVEPOINT DELETE_TASK_PART_PVT;
506: -- Standard call to check for call compatibility.
507: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
508: p_api_version_number,

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

502: --l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
503: BEGIN
504: -- Standard Start of API savepoint
505: SAVEPOINT DELETE_TASK_PART_PVT;
506: -- Standard call to check for call compatibility.
507: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
508: p_api_version_number,
509: l_api_name,
510: G_PKG_NAME)

Line 563: -- Standard check for p_commit

559: p_TASK_PART_ID => p_TASK_PART_rec.TASK_PART_ID);
560: --
561: -- End of API body
562: --
563: -- Standard check for p_commit
564: IF FND_API.to_Boolean( p_commit )
565: THEN
566: COMMIT WORK;
567: END IF;

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

566: COMMIT WORK;
567: END IF;
568: -- Debug Message
569: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'CSP', 'Private API: ' || l_api_name || 'end');
570: -- Standard call to get message count and if count is 1, get message info.
571: FND_MSG_PUB.Count_And_Get
572: ( p_count => x_msg_count,
573: p_data => x_msg_data
574: );

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

924: -- verify if data is valid
925: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
926: NULL;
927: END IF;
928: -- Standard call to get message count and if count is 1, get message info.
929: FND_MSG_PUB.Count_And_Get
930: ( p_count => x_msg_count,
931: p_data => x_msg_data
932: );

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

969: -- verify if data is valid
970: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
971: NULL;
972: END IF;
973: -- Standard call to get message count and if count is 1, get message info.
974: FND_MSG_PUB.Count_And_Get
975: ( p_count => x_msg_count,
976: p_data => x_msg_data
977: );

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

1014: -- verify if data is valid
1015: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1016: NULL;
1017: END IF;
1018: -- Standard call to get message count and if count is 1, get message info.
1019: FND_MSG_PUB.Count_And_Get
1020: ( p_count => x_msg_count,
1021: p_data => x_msg_data
1022: );

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

1053: -- verify if data is valid
1054: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1055: NULL;
1056: END IF;
1057: -- Standard call to get message count and if count is 1, get message info.
1058: FND_MSG_PUB.Count_And_Get
1059: ( p_count => x_msg_count,
1060: p_data => x_msg_data
1061: );

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

1092: -- verify if data is valid
1093: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1094: NULL;
1095: END IF;
1096: -- Standard call to get message count and if count is 1, get message info.
1097: FND_MSG_PUB.Count_And_Get
1098: ( p_count => x_msg_count,
1099: p_data => x_msg_data
1100: );

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

1131: -- verify if data is valid
1132: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1133: NULL;
1134: END IF;
1135: -- Standard call to get message count and if count is 1, get message info.
1136: FND_MSG_PUB.Count_And_Get
1137: ( p_count => x_msg_count,
1138: p_data => x_msg_data
1139: );

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

1170: -- verify if data is valid
1171: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1172: NULL;
1173: END IF;
1174: -- Standard call to get message count and if count is 1, get message info.
1175: FND_MSG_PUB.Count_And_Get
1176: ( p_count => x_msg_count,
1177: p_data => x_msg_data
1178: );

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

1210: -- verify if data is valid
1211: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1212: NULL;
1213: END IF;
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 1253: -- Standard call to get message count and if count is 1, get message info.

1249: -- verify if data is valid
1250: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1251: NULL;
1252: END IF;
1253: -- Standard call to get message count and if count is 1, get message info.
1254: FND_MSG_PUB.Count_And_Get
1255: ( p_count => x_msg_count,
1256: p_data => x_msg_data
1257: );

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

1288: -- verify if data is valid
1289: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1290: NULL;
1291: END IF;
1292: -- Standard call to get message count and if count is 1, get message info.
1293: FND_MSG_PUB.Count_And_Get
1294: ( p_count => x_msg_count,
1295: p_data => x_msg_data
1296: );

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

1327: -- verify if data is valid
1328: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1329: NULL;
1330: END IF;
1331: -- Standard call to get message count and if count is 1, get message info.
1332: FND_MSG_PUB.Count_And_Get
1333: ( p_count => x_msg_count,
1334: p_data => x_msg_data
1335: );

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

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

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

1407: -- verify if data is valid
1408: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1409: NULL;
1410: END IF;
1411: -- Standard call to get message count and if count is 1, get message info.
1412: FND_MSG_PUB.Count_And_Get
1413: ( p_count => x_msg_count,
1414: p_data => x_msg_data
1415: );

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

1447: -- verify if data is valid
1448: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1449: NULL;
1450: END IF;
1451: -- Standard call to get message count and if count is 1, get message info.
1452: FND_MSG_PUB.Count_And_Get
1453: ( p_count => x_msg_count,
1454: p_data => x_msg_data
1455: );

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

1482: -- THEN
1483: -- x_return_status := FND_API.G_RET_STS_ERROR;
1484: -- Debug Message
1485: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'CSP', 'API_INVALID_RECORD');
1486: -- Standard call to get message count and if count is 1, get message info.
1487: FND_MSG_PUB.Count_And_Get
1488: ( p_count => x_msg_count,
1489: p_data => x_msg_data
1490: );