DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PUB dependencies on STANDARD

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

118: fa_debug_pkg.initialize;
119: end if;
120:
121: -- Check version of the API
122: -- Standard call to check for API call compatibility.
123: if NOT fnd_api.compatible_api_call (
124: G_API_VERSION,
125: p_api_version,
126: G_API_NAME,

Line 147: -- Standard Parameters --

143: begin
144: If not FA_ADJUSTMENT_PVT.process_trx_stack (
145: p_orig_trx_type => 'ADJ',
146: x_trx_stack => l_trx_stack,
147: -- Standard Parameters --
148: p_validation_level => p_validation_level,
149: x_return_status => x_return_status,
150: x_msg_count => x_msg_count,
151: x_msg_data => x_msg_data,