DBA Data[Home] [Help]

APPS.IBE_DSP_SECTION_GRP dependencies on STANDARD

Line 1491: -- Standard Start of API savepoint

1487: l_rowid VARCHAR2(30);
1488:
1489: BEGIN
1490:
1491: -- Standard Start of API savepoint
1492: SAVEPOINT CREATE_SECTION_GRP;
1493:
1494: -- Standard call to check for call compatibility.
1495: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1490:
1491: -- Standard Start of API savepoint
1492: SAVEPOINT CREATE_SECTION_GRP;
1493:
1494: -- Standard call to check for call compatibility.
1495: IF NOT FND_API.Compatible_API_Call(l_api_version,
1496: p_api_version,
1497: l_api_name,
1498: G_PKG_NAME)

Line 1633: -- Standard check of p_commit.

1629:
1630: --
1631: -- End of main API body.
1632:
1633: -- Standard check of p_commit.
1634: IF (FND_API.To_Boolean(p_commit)) THEN
1635: COMMIT WORK;
1636: END IF;
1637:

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

1634: IF (FND_API.To_Boolean(p_commit)) THEN
1635: COMMIT WORK;
1636: END IF;
1637:
1638: -- Standard call to get message count and if count is 1, get message info.
1639: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1640: p_data => x_msg_data,
1641: p_encoded => 'F');
1642:

Line 1734: -- Standard Start of API savepoint

1730: l_return_status VARCHAR2(1);
1731:
1732: BEGIN
1733:
1734: -- Standard Start of API savepoint
1735: SAVEPOINT UPDATE_SECTION_GRP;
1736:
1737: -- Standard call to check for call compatibility.
1738: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1733:
1734: -- Standard Start of API savepoint
1735: SAVEPOINT UPDATE_SECTION_GRP;
1736:
1737: -- Standard call to check for call compatibility.
1738: IF NOT FND_API.Compatible_API_Call(l_api_version,
1739: p_api_version,
1740: l_api_name,
1741: G_PKG_NAME)

Line 1910: -- Standard check of p_commit.

1906:
1907: --
1908: -- End of main API body.
1909:
1910: -- Standard check of p_commit.
1911: IF (FND_API.To_Boolean(p_commit)) THEN
1912: COMMIT WORK;
1913: END IF;
1914:

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

1911: IF (FND_API.To_Boolean(p_commit)) THEN
1912: COMMIT WORK;
1913: END IF;
1914:
1915: -- Standard call to get message count and if count is 1, get message info.
1916: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1917: p_data => x_msg_data,
1918: p_encoded => 'F');
1919:

Line 1990: -- Standard Start of API savepoint

1986: SELECT msite_id FROM ibe_msites_b
1987: WHERE msite_root_section_id = l_c_section_id and site_type = 'I';
1988:
1989: BEGIN
1990: -- Standard Start of API savepoint
1991: SAVEPOINT DELETE_SECTION_GRP;
1992:
1993: -- Standard call to check for call compatibility.
1994: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1989: BEGIN
1990: -- Standard Start of API savepoint
1991: SAVEPOINT DELETE_SECTION_GRP;
1992:
1993: -- Standard call to check for call compatibility.
1994: IF NOT FND_API.Compatible_API_Call(l_api_version,
1995: p_api_version,
1996: l_api_name,
1997: G_PKG_NAME)

Line 2191: -- Standard Start of API savepoint

2187: l_msg_data VARCHAR2(2000);
2188:
2189: BEGIN
2190:
2191: -- Standard Start of API savepoint
2192: SAVEPOINT UPDATE_DSP_CONTEXT_TO_NULL_GRP;
2193:
2194: -- Standard call to check for call compatibility.
2195: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

2190:
2191: -- Standard Start of API savepoint
2192: SAVEPOINT UPDATE_DSP_CONTEXT_TO_NULL_GRP;
2193:
2194: -- Standard call to check for call compatibility.
2195: IF NOT FND_API.Compatible_API_Call(l_api_version,
2196: p_api_version,
2197: l_api_name,
2198: G_PKG_NAME)

Line 2225: -- Standard check of p_commit.

2221:
2222: --
2223: -- End of main API body.
2224:
2225: -- Standard check of p_commit.
2226: IF (FND_API.To_Boolean(p_commit)) THEN
2227: COMMIT WORK;
2228: END IF;
2229:

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

2226: IF (FND_API.To_Boolean(p_commit)) THEN
2227: COMMIT WORK;
2228: END IF;
2229:
2230: -- Standard call to get message count and if count is 1, get message info.
2231: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
2232: p_data => x_msg_data,
2233: p_encoded => 'F');
2234:

Line 2292: -- Standard Start of API savepoint

2288: l_msg_data VARCHAR2(2000);
2289:
2290: BEGIN
2291:
2292: -- Standard Start of API savepoint
2293: SAVEPOINT UPDATE_DELIVERABLE_TO_NULL_GRP;
2294:
2295: -- Standard call to check for call compatibility.
2296: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

2291:
2292: -- Standard Start of API savepoint
2293: SAVEPOINT UPDATE_DELIVERABLE_TO_NULL_GRP;
2294:
2295: -- Standard call to check for call compatibility.
2296: IF NOT FND_API.Compatible_API_Call(l_api_version,
2297: p_api_version,
2298: l_api_name,
2299: G_PKG_NAME)

Line 2326: -- Standard check of p_commit.

2322:
2323: --
2324: -- End of main API body.
2325:
2326: -- Standard check of p_commit.
2327: IF (FND_API.To_Boolean(p_commit)) THEN
2328: COMMIT WORK;
2329: END IF;
2330:

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

2327: IF (FND_API.To_Boolean(p_commit)) THEN
2328: COMMIT WORK;
2329: END IF;
2330:
2331: -- Standard call to get message count and if count is 1, get message info.
2332: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
2333: p_data => x_msg_data,
2334: p_encoded => 'F');
2335: