DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on STANDARD

Line 34: -- Standard Parameters --

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

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

133: fa_debug_pkg.initialize;
134: end if;
135:
136: -- Check version of the API
137: -- Standard call to check for API call compatibility.
138: if (NOT fnd_api.compatible_api_call (
139: G_API_VERSION,
140: p_api_version,
141: G_API_NAME,

Line 161: -- Standard Parameters --

157: begin
158: If not FA_ADJUSTMENT_PVT.process_trx_stack (
159: p_orig_trx_type => 'ADD',
160: x_trx_stack => l_trx_stack,
161: -- Standard Parameters --
162: p_validation_level => p_validation_level,
163: x_return_status => x_return_status,
164: x_msg_count => x_msg_count,
165: x_msg_data => x_msg_data,

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

959: if (fnd_api.to_boolean (p_commit)) then
960: COMMIT WORK;
961: end if;
962:
963: -- Standard call to get message count and if count is 1 get message info.
964: fnd_msg_pub.count_and_get (
965: p_count => x_msg_count,
966: p_data => x_msg_data
967: );