DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on STANDARD

Line 86: -- Standard start of API savepoint.

82:
83: -- initialize date;
84: l_sysdate := sysdate;
85:
86: -- Standard start of API savepoint.
87: SAVEPOINT Reclass_Asset_Begin;
88:
89: if (not g_log_level_rec.initialized) then
90: if (NOT fa_util_pub.get_log_level_rec (

Line 97: l_err_stage:= 'Standard call to check for call compatibility.';

93: raise FND_API.G_EXC_UNEXPECTED_ERROR;
94: end if;
95: end if;
96:
97: l_err_stage:= 'Standard call to check for call compatibility.';
98: -- dbms_output.put_line(l_err_stage);
99: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
100: l_api_name, G_PKG_NAME) then
101: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;