DBA Data[Home] [Help]

APPS.ASO_LINE_ATTRIBS_PVT dependencies on STANDARD

Line 37: -- Standard Start of API savepoint

33: G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
34: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
35: --l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
36: BEGIN
37: -- Standard Start of API savepoint
38: SAVEPOINT CREATE_LINE_ATTRIBS_PVT;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 174: -- Standard check for p_commit

170: --
171: -- End of API body
172: --
173:
174: -- Standard check for p_commit
175: IF FND_API.to_Boolean( p_commit )
176: THEN
177: COMMIT WORK;
178: END IF;

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

181: -- Debug Message
182: -- ASO_UTILITY_PVT.Print(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
183:
184:
185: -- Standard call to get message count and if count is 1, get message info.
186: FND_MSG_PUB.Count_And_Get
187: ( p_count => x_msg_count,
188: p_data => x_msg_data
189: );

Line 292: -- Standard Start of API savepoint

288: l_ref_LINE_ATTRIBS_rec ASO_quote_PUB.LINE_ATTRIBS_EXT_rec_type;
289: l_tar_LINE_ATTRIBS_rec ASO_quote_PUB.LINE_ATTRIBS_EXT_rec_type := P_LINE_ATTRIBS_Rec;
290: l_rowid ROWID;
291: BEGIN
292: -- Standard Start of API savepoint
293: SAVEPOINT UPDATE_LINE_ATTRIBS_PVT;
294:
295: -- Standard call to check for call compatibility.
296: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

291: BEGIN
292: -- Standard Start of API savepoint
293: SAVEPOINT UPDATE_LINE_ATTRIBS_PVT;
294:
295: -- Standard call to check for call compatibility.
296: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
297: p_api_version_number,
298: l_api_name,
299: G_PKG_NAME)

Line 471: -- Standard check for p_commit

467: --
468: -- End of API body.
469: --
470:
471: -- Standard check for p_commit
472: IF FND_API.to_Boolean( p_commit )
473: THEN
474: COMMIT WORK;
475: END IF;

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

478: -- Debug Message
479: -- ASO_UTILITY_PVT.Print(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
480:
481:
482: -- Standard call to get message count and if count is 1, get message info.
483: FND_MSG_PUB.Count_And_Get
484: ( p_count => x_msg_count,
485: p_data => x_msg_data
486: );

Line 558: -- Standard Start of API savepoint

554: l_api_name CONSTANT VARCHAR2(30) := 'Delete_line_attribs';
555: l_api_version_number CONSTANT NUMBER := 1.0;
556: --l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
557: BEGIN
558: -- Standard Start of API savepoint
559: SAVEPOINT DELETE_LINE_ATTRIBS_PVT;
560:
561: -- Standard call to check for call compatibility.
562: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

557: BEGIN
558: -- Standard Start of API savepoint
559: SAVEPOINT DELETE_LINE_ATTRIBS_PVT;
560:
561: -- Standard call to check for call compatibility.
562: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
563: p_api_version_number,
564: l_api_name,
565: G_PKG_NAME)

Line 629: -- Standard check for p_commit

625: --
626: -- End of API body
627: --
628:
629: -- Standard check for p_commit
630: IF FND_API.to_Boolean( p_commit )
631: THEN
632: COMMIT WORK;
633: END IF;

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

636: -- Debug Message
637: -- ASO_UTILITY_PVT.Print(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
638:
639:
640: -- Standard call to get message count and if count is 1, get message info.
641: FND_MSG_PUB.Count_And_Get
642: ( p_count => x_msg_count,
643: p_data => x_msg_data
644: );

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

742: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
743: NULL;
744: END IF;
745:
746: -- Standard call to get message count and if count is 1, get message info.
747: FND_MSG_PUB.Count_And_Get
748: ( p_count => x_msg_count,
749: p_data => x_msg_data
750: );

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

789: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
790: NULL;
791: END IF;
792:
793: -- Standard call to get message count and if count is 1, get message info.
794: FND_MSG_PUB.Count_And_Get
795: ( p_count => x_msg_count,
796: p_data => x_msg_data
797: );

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

836: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
837: NULL;
838: END IF;
839:
840: -- Standard call to get message count and if count is 1, get message info.
841: FND_MSG_PUB.Count_And_Get
842: ( p_count => x_msg_count,
843: p_data => x_msg_data
844: );

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

883: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
884: NULL;
885: END IF;
886:
887: -- Standard call to get message count and if count is 1, get message info.
888: FND_MSG_PUB.Count_And_Get
889: ( p_count => x_msg_count,
890: p_data => x_msg_data
891: );

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 1009: -- Standard call to get message count and if count is 1, get message info.

1005: end if;
1006: end if;
1007: END IF;
1008:
1009: -- Standard call to get message count and if count is 1, get message info.
1010: FND_MSG_PUB.Count_And_Get
1011: ( p_count => x_msg_count,
1012: p_data => x_msg_data
1013: );

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

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

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

1121:
1122: END IF;
1123: END IF;
1124:
1125: -- Standard call to get message count and if count is 1, get message info.
1126: FND_MSG_PUB.Count_And_Get
1127: ( p_count => x_msg_count,
1128: p_data => x_msg_data
1129: );

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

1186: end if;
1187: END IF;
1188: END IF;
1189:
1190: -- Standard call to get message count and if count is 1, get message info.
1191: FND_MSG_PUB.Count_And_Get
1192: ( p_count => x_msg_count,
1193: p_data => x_msg_data
1194: );

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

1233: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1234: NULL;
1235: END IF;
1236:
1237: -- Standard call to get message count and if count is 1, get message info.
1238: FND_MSG_PUB.Count_And_Get
1239: ( p_count => x_msg_count,
1240: p_data => x_msg_data
1241: );

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

1280: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1281: NULL;
1282: END IF;
1283:
1284: -- Standard call to get message count and if count is 1, get message info.
1285: FND_MSG_PUB.Count_And_Get
1286: ( p_count => x_msg_count,
1287: p_data => x_msg_data
1288: );

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

1327: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1328: NULL;
1329: END IF;
1330:
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 1373: -- Standard call to get message count and if count is 1, get message info.

1369:
1370: -- Debug Message
1371: --ASO_UTILITY_PVT.Print(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'API_INVALID_RECORD');
1372:
1373: -- Standard call to get message count and if count is 1, get message info.
1374: FND_MSG_PUB.Count_And_Get
1375: ( p_count => x_msg_count,
1376: p_data => x_msg_data
1377: );