DBA Data[Home] [Help]

APPS.WMS_CYCLE_PVT dependencies on MTL_CCEOI_ACTION_PUB

Line 185: API process_lpn_countrequest of MTL_CCEOI_ACTION_PUB to create the entry for the LPN */

181: /* End of fix for Bug 5236299 */
182:
183: /* Bug 7504490 - Checking if the p_lpn_id parameter is NULL. If it is null, call
184: the cycle count generate program to create entries. If it is not null, call the
185: API process_lpn_countrequest of MTL_CCEOI_ACTION_PUB to create the entry for the LPN */
186:
187: IF p_lpn_id IS NULL THEN
188: IF (l_debug = 1) THEN
189: print_debug('p_lpn_id is null');

Line 288: print_debug('Calling the API MTL_CCEOI_ACTION_PUB');

284:
285: IF (l_count = 0 ) THEN
286:
287: IF (l_debug = 1) THEN
288: print_debug('Calling the API MTL_CCEOI_ACTION_PUB');
289: END IF;
290:
291: MTL_CCEOI_ACTION_PUB.process_lpn_countrequest
292: ( p_api_version => l_api_version_int

Line 291: MTL_CCEOI_ACTION_PUB.process_lpn_countrequest

287: IF (l_debug = 1) THEN
288: print_debug('Calling the API MTL_CCEOI_ACTION_PUB');
289: END IF;
290:
291: MTL_CCEOI_ACTION_PUB.process_lpn_countrequest
292: ( p_api_version => l_api_version_int
293: , p_init_msg_list => FND_API.G_TRUE
294: , p_commit => FND_API.G_TRUE
295: , p_validation_level => FND_API.G_VALID_LEVEL_FULL