DBA Data[Home] [Help]

APPS.EAM_ASSET_SEARCH_PVT dependencies on STANDARD

Line 99: -- Standard Start of API savepoint

95: /*
96: commented out this function body to obsolete this function.
97: The code of this function has been moved to EAMFANDF.fmb.
98:
99: -- Standard Start of API savepoint
100: l_stmt_num := 10;
101: SAVEPOINT build_search_sql_pvt;
102:
103: l_stmt_num := 20;

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

100: l_stmt_num := 10;
101: SAVEPOINT build_search_sql_pvt;
102:
103: l_stmt_num := 20;
104: -- Standard call to check for call compatibility.
105: IF NOT fnd_api.compatible_api_call(
106: l_api_version
107: ,p_api_version
108: ,l_api_name

Line 243: -- Standard check of p_commit.

239:
240: l_stmt_num := 998;
241:
242: -- End of API body.
243: -- Standard check of p_commit.
244: IF fnd_api.to_boolean(p_commit) THEN
245: COMMIT WORK;
246: END IF;
247:

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

245: COMMIT WORK;
246: END IF;
247:
248: l_stmt_num := 999;
249: -- Standard call to get message count and if count is 1, get message info.
250: fnd_msg_pub.count_and_get(
251: p_encoded => fnd_api.g_false
252: ,p_count => x_msg_count
253: ,p_data => x_msg_data);