DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on STANDARD

Line 19: -- Standard Parameters --

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

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

76: fnd_profile.get ('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);
77: l_orig_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
78:
79: -- Check version of the API
80: -- Standard call to check for API call compatibility.
81: if (NOT fnd_api.compatible_api_call (
82: G_API_VERSION,
83: p_api_version,
84: G_API_NAME,

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

195: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
196: fnd_client_info.set_currency_context (l_orig_currency_context);
197:
198:
199: -- Standard call to get message count and if count is 1 get message info.
200: fnd_msg_pub.count_and_get (
201: p_count => x_msg_count,
202: p_data => x_msg_data
203: );