DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on STANDARD

Line 81: -- Standard start of API savepoint.

77:
78: -- initialize date;
79: l_sysdate := sysdate;
80:
81: -- Standard start of API savepoint.
82: SAVEPOINT Reclass_Asset_Begin;
83:
84: if (not g_log_level_rec.initialized) then
85: if (NOT fa_util_pub.get_log_level_rec (

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

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