DBA Data[Home] [Help]

APPS.CSD_RECEIVE_UTIL dependencies on CSD_PROCESS_UTIL

Line 376: csd_process_util.check_reqd_param

372:
373: -- initialize return status
374: x_return_status := fnd_api.g_ret_sts_success;
375: -- Check for required parameters
376: csd_process_util.check_reqd_param
377: (p_param_value => p_receive_rec.quantity,
378: p_param_name => 'P_RECEIVE_REC.QUANTITY',
379: p_api_name => l_c_api_name
380: );

Line 384: IF (NOT csd_process_util.validate_inventory_item_id

380: );
381:
382: -- Vlaidate the inventory item id.
383:
384: IF (NOT csd_process_util.validate_inventory_item_id
385: (p_inventory_item_id => p_receive_rec.inventory_item_id)
386: )
387: THEN
388: RAISE fnd_api.g_exc_error;