DBA Data[Home] [Help]

APPS.AMS_SCHEDULERULES_PVT dependencies on STANDARD

Line 1543: -- Standard Start of API savepoint

1539: l_return_status VARCHAR2(1);
1540:
1541: BEGIN
1542: --
1543: -- Standard Start of API savepoint
1544: --
1545: SAVEPOINT Update_List_Header;
1546:
1547: --

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

1559: FND_MSG_PUB.initialize;
1560: END IF;
1561:
1562: --
1563: -- Standard call to check for call compatibility.
1564: --
1565: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1566: p_api_version,
1567: l_api_name,

Line 1618: -- Standard check of p_commit.

1614: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1615: END IF;
1616:
1617: --
1618: -- Standard check of p_commit.
1619: --
1620: IF FND_API.To_Boolean ( p_commit )
1621: THEN
1622: COMMIT WORK;

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

1622: COMMIT WORK;
1623: END IF;
1624:
1625: --
1626: -- Standard call to get message count AND IF count is 1, get message info.
1627: --
1628: FND_MSG_PUB.Count_AND_Get
1629: ( p_count => x_msg_count,
1630: p_data => x_msg_data,

Line 1739: -- Standard Start of API savepoint

1735: l_api_name CONSTANT VARCHAR2(30) := 'Complete_Schedule';
1736:
1737: BEGIN
1738: --
1739: -- Standard Start of API savepoint
1740: --
1741: SAVEPOINT AMS_COMPLETE_SCHEDULE;
1742:
1743: --

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

1755: FND_MSG_PUB.initialize;
1756: END IF;
1757:
1758: --
1759: -- Standard call to check for call compatibility.
1760: --
1761: IF NOT FND_API.Compatible_API_Call ( 1.0,
1762: p_api_version,
1763: l_api_name,

Line 1807: -- Standard check of p_commit.

1803:
1804: END LOOP;
1805: CLOSE c_completed_schedule;
1806: --
1807: -- Standard check of p_commit.
1808: --
1809: IF FND_API.To_Boolean ( p_commit )
1810: THEN
1811: COMMIT WORK;

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

1811: COMMIT WORK;
1812: END IF;
1813:
1814: --
1815: -- Standard call to get message count AND IF count is 1, get message info.
1816: --
1817: FND_MSG_PUB.Count_AND_Get
1818: ( p_count => x_msg_count,
1819: p_data => x_msg_data,

Line 3691: WF_CORE.Context('PROD_STANDARD_WF', 'AMS_SELECTOR', p_itemtype, p_itemkey, p_actid, p_funcmode);

3687: p_result := 'COMPLETE';
3688: END IF;
3689: EXCEPTION
3690: WHEN OTHERS THEN NULL;
3691: WF_CORE.Context('PROD_STANDARD_WF', 'AMS_SELECTOR', p_itemtype, p_itemkey, p_actid, p_funcmode);
3692: RAISE;
3693: END AMS_SELECTOR;
3694: */
3695: