DBA Data[Home] [Help]

APPS.AS_DECISION_FACTOR_PVT dependencies on STANDARD

Line 67: -- Standard Start of API savepoint

63: END IF;
64:
65:
66:
67: -- Standard Start of API savepoint
68: SAVEPOINT CREATE_DECISION_FACTOR_PVT;
69:
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

66:
67: -- Standard Start of API savepoint
68: SAVEPOINT CREATE_DECISION_FACTOR_PVT;
69:
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
72: p_api_version_number,
73: l_api_name,
74: G_PKG_NAME)

Line 275: -- Standard check for p_commit

271: --
272: -- End of API body
273: --
274:
275: -- Standard check for p_commit
276: IF FND_API.to_Boolean( p_commit )
277: THEN
278: COMMIT WORK;
279: END IF;

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

285: END IF;
286:
287:
288:
289: -- Standard call to get message count and if count is 1, get message info.
290: FND_MSG_PUB.Count_And_Get
291: ( p_count => x_msg_count,
292: p_data => x_msg_data
293: );

Line 407: -- Standard Start of API savepoint

403: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
404: l_module CONSTANT VARCHAR2(255) := 'as.plsql.dfpv.Update_decision_factors';
405:
406: BEGIN
407: -- Standard Start of API savepoint
408: SAVEPOINT UPDATE_DECISION_FACTOR_PVT;
409:
410: -- Standard call to check for call compatibility.
411: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

406: BEGIN
407: -- Standard Start of API savepoint
408: SAVEPOINT UPDATE_DECISION_FACTOR_PVT;
409:
410: -- Standard call to check for call compatibility.
411: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
412: p_api_version_number,
413: l_api_name,
414: G_PKG_NAME)

Line 589: -- Standard check for p_commit

585: --
586: -- End of API body.
587: --
588:
589: -- Standard check for p_commit
590: IF FND_API.to_Boolean( p_commit )
591: THEN
592: COMMIT WORK;
593: END IF;

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

599: END IF;
600:
601:
602:
603: -- Standard call to get message count and if count is 1, get message info.
604: FND_MSG_PUB.Count_And_Get
605: ( p_count => x_msg_count,
606: p_data => x_msg_data
607: );

Line 714: -- Standard Start of API savepoint

710: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
711: l_module CONSTANT VARCHAR2(255) := 'as.plsql.dfpv.Delete_decision_factors';
712:
713: BEGIN
714: -- Standard Start of API savepoint
715: SAVEPOINT DELETE_DECISION_FACTOR_PVT;
716:
717: -- Standard call to check for call compatibility.
718: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

713: BEGIN
714: -- Standard Start of API savepoint
715: SAVEPOINT DELETE_DECISION_FACTOR_PVT;
716:
717: -- Standard call to check for call compatibility.
718: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
719: p_api_version_number,
720: l_api_name,
721: G_PKG_NAME)

Line 848: -- Standard check for p_commit

844: --
845: -- End of API body
846: --
847:
848: -- Standard check for p_commit
849: IF FND_API.to_Boolean( p_commit )
850: THEN
851: COMMIT WORK;
852: END IF;

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

858: END IF;
859:
860:
861:
862: -- Standard call to get message count and if count is 1, get message info.
863: FND_MSG_PUB.Count_And_Get
864: ( p_count => x_msg_count,
865: p_data => x_msg_data
866: );

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

940: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
941: NULL;
942: END IF;
943:
944: -- Standard call to get message count and if count is 1, get message info.
945: FND_MSG_PUB.Count_And_Get
946: ( p_count => x_msg_count,
947: p_data => x_msg_data
948: );

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

987: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
988: NULL;
989: END IF;
990:
991: -- Standard call to get message count and if count is 1, get message info.
992: FND_MSG_PUB.Count_And_Get
993: ( p_count => x_msg_count,
994: p_data => x_msg_data
995: );

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

1164: CLOSE C_Decis_Factor_Code_Exists;
1165: END IF;
1166: END IF;
1167:
1168: -- Standard call to get message count and if count is 1, get message info.
1169: FND_MSG_PUB.Count_And_Get
1170: ( p_count => x_msg_count,
1171: p_data => x_msg_data
1172: );

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

1276: END IF;
1277:
1278: END IF;
1279:
1280: -- Standard call to get message count and if count is 1, get message info.
1281: FND_MSG_PUB.Count_And_Get
1282: ( p_count => x_msg_count,
1283: p_data => x_msg_data
1284: );

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

1357: END IF;
1358: CLOSE C_Lead_Line_Id_Exists;
1359: END IF;
1360:
1361: -- Standard call to get message count and if count is 1, get message info.
1362: FND_MSG_PUB.Count_And_Get
1363: ( p_count => x_msg_count,
1364: p_data => x_msg_data
1365: );

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

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

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

1462: IF l_debug THEN
1463: AS_UTILITY_PVT.Debug_Message(l_module, FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'API_INVALID_RECORD');
1464: END IF;
1465:
1466: -- Standard call to get message count and if count is 1, get message info.
1467: FND_MSG_PUB.Count_And_Get
1468: ( p_count => x_msg_count,
1469: p_data => x_msg_data
1470: );