DBA Data[Home] [Help]

APPS.CSP_REQUIREMENT_HEADERS_PVT dependencies on STANDARD

Line 34: -- Standard Start of API savepoint

30: l_api_version_number CONSTANT NUMBER := 1.0;
31: l_return_status_full VARCHAR2(1);
32: l_access_flag VARCHAR2(1);
33: BEGIN
34: -- Standard Start of API savepoint
35: SAVEPOINT CREATE_Requirement_headers_PUB;
36:
37: -- Standard call to check for call compatibility.
38: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 167: -- Standard check for p_commit

163: --
164: -- End of API body
165: --
166:
167: -- Standard check for p_commit
168: IF FND_API.to_Boolean( p_commit )
169: THEN
170: COMMIT WORK;
171: END IF;

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

174: -- Debug Message
175: --JTF_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
176:
177:
178: -- Standard call to get message count and if count is 1, get message info.
179: /* FND_MSG_PUB.Count_And_Get
180: ( p_count => x_msg_count,
181: p_data => x_msg_data
182: ); */

Line 273: -- Standard Start of API savepoint

269: l_ref_REQUIREMENT_HEADER_rec CSP_requirement_headers_PVT.REQUIREMENT_HEADER_Rec_Type;
270: l_tar_REQUIREMENT_HEADER_rec CSP_requirement_headers_PVT.REQUIREMENT_HEADER_Rec_Type := P_REQUIREMENT_HEADER_Rec;
271: l_rowid ROWID;
272: BEGIN
273: -- Standard Start of API savepoint
274: SAVEPOINT UPDATE_Requirement_headers_PUB;
275:
276: -- Standard call to check for call compatibility.
277: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

272: BEGIN
273: -- Standard Start of API savepoint
274: SAVEPOINT UPDATE_Requirement_headers_PUB;
275:
276: -- Standard call to check for call compatibility.
277: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
278: p_api_version_number,
279: l_api_name,
280: G_PKG_NAME)

Line 467: -- Standard check for p_commit

463: --
464: -- End of API body.
465: --
466:
467: -- Standard check for p_commit
468: IF FND_API.to_Boolean( p_commit )
469: THEN
470: COMMIT WORK;
471: END IF;

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

474: -- Debug Message
475: --JTF_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
476:
477:
478: -- Standard call to get message count and if count is 1, get message info.
479: FND_MSG_PUB.Count_And_Get
480: ( p_count => x_msg_count,
481: p_data => x_msg_data
482: );

Line 533: -- Standard Start of API savepoint

529: IS
530: l_api_name CONSTANT VARCHAR2(30) := 'Delete_requirement_headers';
531: l_api_version_number CONSTANT NUMBER := 1.0;
532: BEGIN
533: -- Standard Start of API savepoint
534: SAVEPOINT DELETE_Requirement_headers_PUB;
535:
536: -- Standard call to check for call compatibility.
537: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

532: BEGIN
533: -- Standard Start of API savepoint
534: SAVEPOINT DELETE_Requirement_headers_PUB;
535:
536: -- Standard call to check for call compatibility.
537: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
538: p_api_version_number,
539: l_api_name,
540: G_PKG_NAME)

Line 578: -- Standard check for p_commit

574: --
575: -- End of API body
576: --
577:
578: -- Standard check for p_commit
579: IF FND_API.to_Boolean( p_commit )
580: THEN
581: COMMIT WORK;
582: END IF;

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

585: -- Debug Message
586: -- JTF_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
587:
588:
589: -- Standard call to get message count and if count is 1, get message info.
590: FND_MSG_PUB.Count_And_Get
591: ( p_count => x_msg_count,
592: p_data => x_msg_data
593: );

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

930: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
931: NULL;
932: END IF;
933:
934: -- Standard call to get message count and if count is 1, get message info.
935: FND_MSG_PUB.Count_And_Get
936: ( p_count => x_msg_count,
937: p_data => x_msg_data
938: );

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

977: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
978: NULL;
979: END IF;
980:
981: -- Standard call to get message count and if count is 1, get message info.
982: FND_MSG_PUB.Count_And_Get
983: ( p_count => x_msg_count,
984: p_data => x_msg_data
985: );

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

1024: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1025: NULL;
1026: END IF;
1027:
1028: -- Standard call to get message count and if count is 1, get message info.
1029: FND_MSG_PUB.Count_And_Get
1030: ( p_count => x_msg_count,
1031: p_data => x_msg_data
1032: );

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

1071: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1072: NULL;
1073: END IF;
1074:
1075: -- Standard call to get message count and if count is 1, get message info.
1076: FND_MSG_PUB.Count_And_Get
1077: ( p_count => x_msg_count,
1078: p_data => x_msg_data
1079: );

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

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

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

1165: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1166: NULL;
1167: END IF;
1168:
1169: -- Standard call to get message count and if count is 1, get message info.
1170: FND_MSG_PUB.Count_And_Get
1171: ( p_count => x_msg_count,
1172: p_data => x_msg_data
1173: );

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

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

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

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

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

1306: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1307: NULL;
1308: END IF;
1309:
1310: -- Standard call to get message count and if count is 1, get message info.
1311: FND_MSG_PUB.Count_And_Get
1312: ( p_count => x_msg_count,
1313: p_data => x_msg_data
1314: );

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

1348:
1349: -- Debug Message
1350: JTF_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'API_INVALID_RECORD');
1351:
1352: -- Standard call to get message count and if count is 1, get message info.
1353: FND_MSG_PUB.Count_And_Get
1354: ( p_count => x_msg_count,
1355: p_data => x_msg_data
1356: );