DBA Data[Home] [Help]

APPS.IGS_SC_GRANTS_PVT dependencies on STANDARD

Line 412: -- Standard Start of API savepoint

408: WHERE grant_id = p_grant_id;
409:
410:
411: BEGIN
412: -- Standard Start of API savepoint
413: SAVEPOINT construct_grant;
414:
415: -- Standard call to check for call compatibility.
416: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

411: BEGIN
412: -- Standard Start of API savepoint
413: SAVEPOINT construct_grant;
414:
415: -- Standard call to check for call compatibility.
416: IF NOT FND_API.Compatible_API_Call (l_api_version,
417: p_api_version,
418: l_api_name,
419: G_PKG_NAME)

Line 449: -- Standard check of p_commit.

445: END LOOP;
446:
447:
448: -- End of API body.
449: -- Standard check of p_commit.
450:
451: IF FND_API.To_Boolean( p_commit ) THEN
452: COMMIT WORK;
453: END IF;

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

451: IF FND_API.To_Boolean( p_commit ) THEN
452: COMMIT WORK;
453: END IF;
454:
455: -- Standard call to get message count and if count is 1, get message info.
456: FND_MSG_PUB.Count_And_Get
457: ( p_count => x_msg_count ,
458: p_data => x_msg_data
459: );

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

513:
514:
515: BEGIN
516:
517: -- Standard call to check for call compatibility.
518: IF NOT FND_API.Compatible_API_Call (l_api_version,
519: p_api_version,
520: l_api_name,
521: G_PKG_NAME)

Line 549: -- Standard check of p_commit.

545: -- API body
546:
547:
548: -- End of API body.
549: -- Standard check of p_commit.
550:
551: IF FND_API.To_Boolean( p_commit ) THEN
552: COMMIT WORK;
553: END IF;

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

551: IF FND_API.To_Boolean( p_commit ) THEN
552: COMMIT WORK;
553: END IF;
554:
555: -- Standard call to get message count and if count is 1, get message info.
556: FND_MSG_PUB.Count_And_Get
557: ( p_count => x_msg_count ,
558: p_data => x_msg_data
559: );

Line 1459: -- Standard Start of API savepoint

1455: AND user_id = s_user_id;
1456:
1457:
1458: BEGIN
1459: -- Standard Start of API savepoint
1460: SAVEPOINT populate_user_attrib;
1461:
1462: -- Standard call to check for call compatibility.
1463: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1458: BEGIN
1459: -- Standard Start of API savepoint
1460: SAVEPOINT populate_user_attrib;
1461:
1462: -- Standard call to check for call compatibility.
1463: IF NOT FND_API.Compatible_API_Call (l_api_version,
1464: p_api_version,
1465: l_api_name,
1466: G_PKG_NAME)

Line 1543: -- Standard check of p_commit.

1539: END LOOP;
1540:
1541:
1542: -- End of API body.
1543: -- Standard check of p_commit.
1544:
1545: IF FND_API.To_Boolean( p_commit ) THEN
1546: COMMIT WORK;
1547: END IF;

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

1545: IF FND_API.To_Boolean( p_commit ) THEN
1546: COMMIT WORK;
1547: END IF;
1548:
1549: -- Standard call to get message count and if count is 1, get message info.
1550: FND_MSG_PUB.Count_And_Get
1551: ( p_count => x_msg_count ,
1552: p_data => x_msg_data
1553: );

Line 1777: -- Standard Start of API savepoint

1773:
1774:
1775:
1776: BEGIN
1777: -- Standard Start of API savepoint
1778: SAVEPOINT unlock_all_grants;
1779:
1780: -- Standard call to check for call compatibility.
1781: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1776: BEGIN
1777: -- Standard Start of API savepoint
1778: SAVEPOINT unlock_all_grants;
1779:
1780: -- Standard call to check for call compatibility.
1781: IF NOT FND_API.Compatible_API_Call (l_api_version,
1782: p_api_version,
1783: l_api_name,
1784: G_PKG_NAME)

Line 1823: -- Standard check of p_commit.

1819:
1820: END IF;
1821:
1822: -- End of API body.
1823: -- Standard check of p_commit.
1824:
1825: IF FND_API.To_Boolean( p_commit ) THEN
1826: COMMIT WORK;
1827: END IF;

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

1825: IF FND_API.To_Boolean( p_commit ) THEN
1826: COMMIT WORK;
1827: END IF;
1828:
1829: -- Standard call to get message count and if count is 1, get message info.
1830: FND_MSG_PUB.Count_And_Get
1831: ( p_count => x_msg_count ,
1832: p_data => x_msg_data
1833: );

Line 1891: -- Standard Start of API savepoint

1887:
1888:
1889:
1890: BEGIN
1891: -- Standard Start of API savepoint
1892: SAVEPOINT lock_all_grants;
1893:
1894: -- Standard call to check for call compatibility.
1895: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1890: BEGIN
1891: -- Standard Start of API savepoint
1892: SAVEPOINT lock_all_grants;
1893:
1894: -- Standard call to check for call compatibility.
1895: IF NOT FND_API.Compatible_API_Call (l_api_version,
1896: p_api_version,
1897: l_api_name,
1898: G_PKG_NAME)

Line 1930: -- Standard check of p_commit.

1926: END LOOP;
1927:
1928:
1929: -- End of API body.
1930: -- Standard check of p_commit.
1931:
1932: IF FND_API.To_Boolean( p_commit ) THEN
1933: COMMIT WORK;
1934: END IF;

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

1932: IF FND_API.To_Boolean( p_commit ) THEN
1933: COMMIT WORK;
1934: END IF;
1935:
1936: -- Standard call to get message count and if count is 1, get message info.
1937: FND_MSG_PUB.Count_And_Get
1938: ( p_count => x_msg_count ,
1939: p_data => x_msg_data
1940: );