DBA Data[Home] [Help]

APPS.INV_RCV_AVAILABILITY dependencies on FND_API

Line 73: x_return_status := FND_API.g_ret_sts_success;

69: print_debug(' p_project_id => '|| p_project_id);
70: print_debug(' p_task_id => '|| p_task_id);
71: END IF;
72:
73: x_return_status := FND_API.g_ret_sts_success;
74:
75: --Query the total on hand quantity in receiving.
76:
77: BEGIN

Line 214: x_return_status := fnd_api.g_ret_sts_error;

210: IF (l_debug = 1) THEN
211: print_debug('Exception occurred at progress:'||l_progress,l_module_name,11);
212: print_debug('SQLCODE:'||SQLCODE||' SQLERRM:'||SQLERRM,l_module_name,11);
213: END IF;
214: x_return_status := fnd_api.g_ret_sts_error;
215: END get_available_supply_demand;
216: END inv_rcv_availability;