DBA Data[Home] [Help]

APPS.WMS_INSERT_WDTH_PVT dependencies on FND_API

Line 60: x_return_status := fnd_api.g_ret_sts_success;

56: l_api_name VARCHAR2(30) := 'insert_into_wdth';
57: l_debug NUMBER := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
58:
59: BEGIN
60: x_return_status := fnd_api.g_ret_sts_success;
61:
62: IF l_debug = 1 THEN
63: print_version_info;
64: print_debug

Line 164: x_return_status := fnd_api.g_ret_sts_unexp_error;

160: AND wdt.transaction_temp_id = mmtt.transaction_temp_id
161: );
162: EXCEPTION
163: WHEN OTHERS THEN
164: x_return_status := fnd_api.g_ret_sts_unexp_error;
165:
166: IF l_debug = 1 THEN
167: print_debug ('Other error: ' || sqlerrm, l_api_name);
168: END IF;