DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on STANDARD

Line 20: -- Standard Parameters --

16: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) RETURN BOOLEAN; -- Bug:5475024
17:
18: --*********************** Public procedures ******************************--
19: procedure do_rollback (
20: -- Standard Parameters --
21: p_api_version IN NUMBER,
22: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
23: p_commit IN VARCHAR2 := FND_API.G_FALSE,
24: p_validation_level IN NUMBER :=FND_API.G_VALID_LEVEL_FULL,

Line 78: -- Standard call to check for API call compatibility.

74: fa_debug_pkg.initialize;
75: end if;
76:
77: -- Check version of the API
78: -- Standard call to check for API call compatibility.
79: if (NOT fnd_api.compatible_api_call (
80: G_API_VERSION,
81: p_api_version,
82: G_API_NAME,

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

192: if (fnd_api.to_boolean (p_commit)) then
193: COMMIT WORK;
194: end if;
195:
196: -- Standard call to get message count and if count is 1 get message info.
197: fnd_msg_pub.count_and_get (
198: p_count => x_msg_count,
199: p_data => x_msg_data
200: );