DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on STANDARD

Line 31: -- Standard Parameters --

27: p_log_level_rec IN fa_api_types.log_level_rec_type default null) return boolean;
28:
29: --*********************** Public procedures ******************************--
30: procedure do_addition (
31: -- Standard Parameters --
32: p_api_version IN NUMBER,
33: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
34: p_commit IN VARCHAR2 := FND_API.G_FALSE,
35: p_validation_level IN NUMBER :=FND_API.G_VALID_LEVEL_FULL,

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

132: l_orig_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
133:
134:
135: -- Check version of the API
136: -- Standard call to check for API call compatibility.
137: if (NOT fnd_api.compatible_api_call (
138: G_API_VERSION,
139: p_api_version,
140: G_API_NAME,

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

900: -- Reset the gl_sob profile
901: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
902: fnd_client_info.set_currency_context (l_orig_currency_context);
903:
904: -- Standard call to get message count and if count is 1 get message info.
905: fnd_msg_pub.count_and_get (
906: p_count => x_msg_count,
907: p_data => x_msg_data
908: );