DBA Data[Home] [Help]

APPS.CSP_FAILURE_RATES_PVT dependencies on STANDARD

Line 98: -- Standard Start of API savepoint

94: BEGIN
95: -- Alter session
96: -- EXECUTE IMMEDIATE 'ALTER SESSION ENABLE PARALLEL DML';
97:
98: -- Standard Start of API savepoint
99: SAVEPOINT CSP_FAILURE_RATES_PVT;
100:
101: -- Standard call to check for call compatibility.
102: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

97:
98: -- Standard Start of API savepoint
99: SAVEPOINT CSP_FAILURE_RATES_PVT;
100:
101: -- Standard call to check for call compatibility.
102: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
103: p_api_version_number,
104: l_api_name,
105: G_PKG_NAME)