DBA Data[Home] [Help]

APPS.AMS_LISTENTRY_PVT dependencies on STANDARD

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

627: BEGIN
628:
629:
630:
631: -- Standard call to check for call compatibility.
632: IF NOT FND_API.Compatible_API_Call ( l_api_version,
633: p_api_version,
634: l_api_name,
635: G_PKG_NAME)

Line 694: -- Standard call to get message count AND IF count is 1, get message info.

690: FND_MSG_PUB.Add;
691: END IF;
692:
693:
694: -- Standard call to get message count AND IF count is 1, get message info.
695: FND_MSG_PUB.Count_AND_Get
696: ( p_count => x_msg_count,
697: p_data => x_msg_data,
698: p_encoded => FND_API.G_FALSE

Line 819: -- Standard Start of API savepoint

815:
816:
817: BEGIN
818:
819: -- Standard Start of API savepoint
820: SAVEPOINT Create_ListEntry_PVT;
821:
822: -- Standard call to check for call compatibility.
823: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

818:
819: -- Standard Start of API savepoint
820: SAVEPOINT Create_ListEntry_PVT;
821:
822: -- Standard call to check for call compatibility.
823: IF NOT FND_API.Compatible_API_Call ( l_api_version,
824: p_api_version,
825: l_api_name,
826: G_PKG_NAME)

Line 1653: -- Standard check of p_commit.

1649:
1650: ------------------------- finish -------------------------------
1651: x_entry_id := l_listentry_rec.list_entry_id;
1652:
1653: -- Standard check of p_commit.
1654: IF FND_API.To_Boolean ( p_commit )
1655: THEN
1656: COMMIT WORK;
1657: END IF;

Line 1676: -- Standard call to get message count AND IF count is 1, get message info.

1672: FND_MSG_PUB.Add;
1673: END IF;
1674:
1675:
1676: -- Standard call to get message count AND IF count is 1, get message info.
1677: FND_MSG_PUB.Count_AND_Get
1678: ( p_count => x_msg_count,
1679: p_data => x_msg_data,
1680: p_encoded => FND_API.G_FALSE

Line 1768: -- Standard Start of API savepoint

1764:
1765: BEGIN
1766:
1767:
1768: -- Standard Start of API savepoint
1769: SAVEPOINT Update_ListEntry_PVT;
1770:
1771: -- Standard call to check for call compatibility.
1772: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1767:
1768: -- Standard Start of API savepoint
1769: SAVEPOINT Update_ListEntry_PVT;
1770:
1771: -- Standard call to check for call compatibility.
1772: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1773: p_api_version,
1774: l_api_name,
1775: G_PKG_NAME)

Line 2192: -- Standard check of p_commit.

2188: END IF;
2189: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2190: end if;
2191:
2192: -- Standard check of p_commit.
2193: IF FND_API.To_Boolean ( p_commit )
2194: THEN
2195: COMMIT WORK;
2196: END IF;

Line 2216: -- Standard call to get message count AND IF count is 1, get message info.

2212: FND_MSG_PUB.Add;
2213: END IF;
2214:
2215:
2216: -- Standard call to get message count AND IF count is 1, get message info.
2217: FND_MSG_PUB.Count_AND_Get
2218: ( p_count => x_msg_count,
2219: p_data => x_msg_data,
2220: p_encoded => FND_API.G_FALSE

Line 2307: -- Standard Start of API savepoint

2303: l_return_val VARCHAR2(1);
2304:
2305: BEGIN
2306:
2307: -- Standard Start of API savepoint
2308: SAVEPOINT Delete_ListEntry_PVT;
2309:
2310: -- Standard call to check for call compatibility.
2311: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

2306:
2307: -- Standard Start of API savepoint
2308: SAVEPOINT Delete_ListEntry_PVT;
2309:
2310: -- Standard call to check for call compatibility.
2311: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2312: p_api_version,
2313: l_api_name,
2314: G_PKG_NAME)

Line 2374: -- Standard check of p_commit.

2370: --
2371: -- END of API body.
2372: --
2373:
2374: -- Standard check of p_commit.
2375: IF FND_API.To_Boolean ( p_commit )
2376: THEN
2377: COMMIT WORK;
2378: END IF;

Line 2397: -- Standard call to get message count AND IF count is 1, get message info.

2393: FND_MSG_PUB.Add;
2394: END IF;
2395:
2396:
2397: -- Standard call to get message count AND IF count is 1, get message info.
2398: FND_MSG_PUB.Count_AND_Get
2399: ( p_count => x_msg_count,
2400: p_data => x_msg_data,
2401: p_encoded => FND_API.G_FALSE

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

2489:
2490: BEGIN
2491:
2492:
2493: -- Standard call to check for call compatibility.
2494: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2495: p_api_version,
2496: l_api_name,
2497: G_PKG_NAME)

Line 2547: -- Standard call to get message count AND IF count is 1, get message info.

2543: FND_MESSAGE.Set_Token('ROW', 'AMS_List_Entry_PVT.Lock_ListEntry: END', TRUE);
2544: FND_MSG_PUB.Add;
2545: END IF;
2546:
2547: -- Standard call to get message count AND IF count is 1, get message info.
2548: FND_MSG_PUB.Count_AND_Get
2549: ( p_count => x_msg_count,
2550: p_data => x_msg_data,
2551: p_encoded => FND_API.G_FALSE

Line 4746: -- Standard Start of API savepoint

4742:
4743:
4744: Begin
4745:
4746: -- Standard Start of API savepoint
4747: SAVEPOINT Update_ListEntry_Source_Code;
4748:
4749: -- Standard call to check for call compatibility.
4750: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

4745:
4746: -- Standard Start of API savepoint
4747: SAVEPOINT Update_ListEntry_Source_Code;
4748:
4749: -- Standard call to check for call compatibility.
4750: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4751: p_api_version,
4752: l_api_name,
4753: G_PKG_NAME)

Line 4834: -- Standard call to get message count AND IF count is 1, get message info.

4830: FND_MESSAGE.Set_Token('ROW', 'AMS_List_Entry_PVT.Update_ListEntry_Source_Code: END', TRUE);
4831: FND_MSG_PUB.Add;
4832: END IF;
4833:
4834: -- Standard call to get message count AND IF count is 1, get message info.
4835: FND_MSG_PUB.Count_AND_Get
4836: ( p_count => x_msg_count,
4837: p_data => x_msg_data,
4838: p_encoded => FND_API.G_FALSE